Open Source

Ladybird Browser Stops Accepting Public Pull Requests (ladybird.org) 25

The Ladybird browser isn't opposed to AI coding tools, but it's just brought a new change to their code-contributing policies.

February 23: "Ladybird adopts Rust, with help from AI." Our first target was LibJS , Ladybirdâ(TM)s JavaScript engine... I used Claude Code and Codex for the translation. This was human-directed, not autonomous code generation. I decided what to port, in what order, and what the Rust code should look like. It was hundreds of small prompts, steering the agents where things needed to go... The requirement from the start was byte-for-byte identical output from both pipelines. The result was about 25,000 lines of Rust, and the entire port took about two weeks. The same work would have taken me multiple months to do by hand.
June 5 (Friday): We will no longer accept public pull requests... A pull request no longer tells us as much as it used to about the person submitting it. A substantial patch used to imply substantial effort, and that effort was a reasonable proxy for good faith. That assumption no longer holds....

We have already seen patient, well-resourced campaigns in open source to earn maintainer trust and abuse it. What has changed is how much faster and cheaper it has become to produce work that looks like a serious contribution... Whether code was typed by hand is beside the point. What matters is who is responsible for it once it enters the browser. Ladybird is becoming a browser for real users. The people introducing changes to it must be the people who decide those changes belong in the project, and who will answer for the consequences.

As part of this change, we will close all currently open public pull requests. We are grateful for the work people put into them, but keeping the existing queue open would keep that contribution path open in practice. There is no perfect time to make this change, so we are making it now. Going forward, pull requests will only be available to project maintainers. There will not be a separate process for submitting patches by other means. We do not want to create a shadow contribution system through issues, comments, email, or forks...

Outside involvement still matters: clear bug reports, reductions, website testing, standards discussion, design discussion, security reports, and technical feedback all help move the project forward. This is the right change for Ladybird now. We are preparing to ship a browser to real users, and our development process has to match that responsibility.

Communications

The US Military Quietly Turned GPS Into a Global 'Numbers Station,' Evidence Suggests (404media.co) 49

A security researcher says evidence suggests the U.S. military has been using an obscure GPS message field for nearly 20 years to broadcast encrypted key-distribution data, effectively turning GPS satellites into a global "numbers station." The hidden-looking 176-bit messages appear tied to the Pentagon's Over-the-Air Distribution system for remotely updating cryptographic keys, meaning ordinary GPS receivers may have been receiving the traffic all along without anyone outside the military noticing. The findings have been detailed by Steven Murdoch, an information security expert, in a new article in Inside GNSS. 404 Media reports: [...] From the beginning, he suspected that the subframe field contained encrypted transmissions because the data was so random. "Random data is actually very unusual to get in nature," Murdoch said. "If you see it, either it's been carefully designed to be random -- but then, why is someone sending out random data? -- or it's encrypted data. I thought encrypted data is by far the most likely explanation." He returned to the subframe on and off over the years, and solicited guesses about its content on Stack Exchange in 2023. Ahmed Kamruddin, a master's student at UCL, developed the project further in 2025. Then, this year, Murdoch put the last pieces of the puzzle together over several weeks by analyzing open archive Global Navigation Satellite System (GNSS) recordings collected since 2007 and kept by GFZ Helmholtz Centre for Geosciences.

This dataset included more than 12 million observations of Subframe 4, Page 17, yielding 3,994 unique 176-bit messages. Within this corpus, Murdoch pinpointed key-repeating "sentinels" including a pattern that appeared in February 2010 and was broadcast on and off across dozens of satellites for more than a decade. Murdoch discovered that this particular sentinel was transmitted by all 31 operational satellites within a window of a few hours on May 26, 2011, potentially heralding the activation of a new operational system. He confirmed that this timeline coincided with the rollout of the military's Over-the-Air Distribution (OTAD) and the Over-the-Air Rekeying (OTAR) by cross-referencing declassified documents, including a 2015 presentation about the dates of the operation.

"There was a perfect match between the timeline and that presentation and the change points that were automatically identified from the data," Murdoch said. "That was the smoking gun that made me think: This is what it's for." These automated systems replaced the cumbersome manual distribution of cryptographic keying material, allowing military GPS receivers around the world to be rekeyed remotely through satellite broadcasts rather than through onsite procedures. For the next 11 years, this expansive rekeying operation was overlooked in public GPS data. In 2022, the system entered a new phase, according to Murdoch's analysis. The shift was characterized by a slowing in the message rotation rate. Later, in December 2023, broadcasts carrying a distinctive "TEXT" prefix emerged then gradually spread across the constellation.

Murdoch isn't sure what explains the recent transition, though it could be a possible modernization of the infrastructure or the introduction of a new protocol. But to him, the bigger takeaway is that the signals were always available for anyone willing to take a closer look, a discovery that suggests that there could be more revelations hidden for the cryptographically curious among us. "Every receiver in the world decodes Subframe 4, Page 17," Murdoch said in his new article. "Almost none of them have ever looked at it. The lesson generalizes: There is more to learn from the bytes already arriving at our antennas than from the bytes we wish were specified differently. The data are publicly available. The signal is overhead, twice a day, every day."

Open Source

BSA Lashes Out At Mandatory Open-Source Licensing (bsa.org) 87

Longtime Slashdot reader Elektroschock writes: The American Business Software Alliance (BSA) does not consider mandatory open-source licensing to be an appropriate indicator of sovereignty. This is among the "pointed messages" they sent to the French government consultation (closed) today. "What protects Europe is the ability to govern, audit, and mitigate risk, not where a company files its corporate papers," said Thomas Boue of BSA. "Criteria of this kind raise costs, reduce access to best-in-class security solutions, and risk conflicting with the EU's international trade commitments."
Security

New IronWorm Malware Hits 36 Packages In npm Supply-Chain Attack (bleepingcomputer.com) 20

A new npm supply-chain attack has infected 36 packages with Rust-based infostealer malware called IronWorm. According to BleepingComputer, the malware "targets 86 environment variables (key-value pairs) and 20 credential files that may contain OpenAI, AWS, Anthropic, and npm credentials, vault configuration files, SSH keys, and Exodus cryptocurrency wallet files." From the report: According to researchers at supply-chain and devops company JFrog, IronWorm is written in Rust, hides behind an eBPF kernel rootkit, and communicates with the operator over the Tor network. The Rust-based malware self-propagates by using stolen credentials for publishing on npm; this includes secrets associated with npm's Trusted Publishing workflow. Once it compromises a developer or CI environment, it can publish trojanized versions of packages owned by the victim, which then infect additional developers and CI systems.

This behavior is conceptually similar to Shai Hulud, which had its code published on GitHub recently. Although JFrog researchers did not find a clear connection between IronWorm and Shai Hulud, they observed the same commit names in both supply-chain attacks. This opens the possibility that the new malware is an evolution of TeamPCP's payload, since IronWorm appears to be "a custom, carefully built implant from an operation with its own infrastructure."

[...] The company provides a list of all impacted package names and their versions in the report and recommends that developers upgrade to fixed releases, rotate their keys, and enable two-factor authentication (2FA) for all accounts. At the same time, Endor Labs and StepSecurity have spotted a very similar but distinct attack involving a JavaScript-based malware named binding.gyp, performing registry poisoning and GitHub Actions infection, unfolding during the same time-frame.

China

LinkedIn China Spying Threat Prompts Warning From US, Allies (bloomberg.com) 21

The U.S. and its Five Eyes intelligence partners issued a joint warning (PDF) that Chinese military intelligence services are using LinkedIn and other professional networking sites to recruit people with access to government, military, foreign policy, or sensitive economic information. "These actors use an aggressive online recruitment strategy whereby intelligence officers or their affiliates pose as employees of private consultancies, think tanks or human resources firms, and place online job advertisements for foreign policy and defense analysts," the agencies said Wednesday. "China's military intelligence services ultimately seek to acquire privileged military, political and economic intelligence that can provide China with a strategic and tactical advantage over the Five Eyes." Bloomberg reports: China was targeting Five Eyes nationals with security clearance, particularly those working in foreign affairs, security and intelligence, and military personnel including people stationed in the Asia-Pacific region, it said. People with more peripheral access to government information, such as academics, journalists and think tank employees, were also being approached.

The Chinese embassy in the UK strongly condemned the accusations, calling the allegation of Chinese espionage threats "entirely fabricated" and "malicious slander." The "Five Eyes" members have "engaged in unscrupulous espionage and intelligence-gathering activities around the globe. Their activities are the real threat to peace-loving countries," the embassy said in a statement Thursday.

[...] According to the agencies, Chinese spies have commissioned reports to be written by those they've approached, paying them anywhere from a few hundred to several thousand dollars, with payments sometimes made in cryptocurrency. "Military members may be asked about their roles and unit activities, home base or naval vessel," the notice said. "Five Eyes agencies have identified individuals who have undertaken these activities, leading to criminal prosecutions, job losses, and security-clearance revocation," it warned.

Bug

Fedora Linux 43 Exposes 20-Year-Old Microsoft Outlook Security Failure (nerds.xyz) 54

BrianFagioli writes: Fedora Linux 43 users upgrading to the latest Dovecot mail server discovered something rather unsettling: some older Microsoft Outlook configurations may have been silently ignoring SSL/TLS settings for POP3 email connections for years. According to a Fedora community blog post, affected Outlook clients reportedly continued using insecure port 110 connections even when encryption was enabled in the application settings. The issue surfaced after Dovecot 2.4 disabled plaintext authentication on non secure connections by default, causing Outlook users to suddenly lose mailbox access after the Fedora 43 upgrade.

The report suggests the behavior may date back as far as Outlook 2007, although modern Outlook builds were not fully tested. Fedora admins stress that the problem could be limited to legacy account configurations rather than current versions of Outlook itself. Still, the discovery has sparked discussion among Linux admins and security folks because many users likely assumed their email traffic was encrypted simply because Outlook claimed SSL/TLS was enabled. The incident also highlights how stricter defaults in modern open source infrastructure can expose ancient assumptions and questionable behaviors that quietly survived for decades.

Android

Android Gets Fake Call Detection That Uses RCS 54

An anonymous reader quotes a report from 9to5Google: Phone by Google wants to combat the "growing threat of impersonation scams" and protect Android users against "sophisticated, AI-powered deepfake attacks" with fake call detection. [...] Fake call detection requires that both parties are on Android and use the Phone by Google app, while Google Messages and Google Contacts also have to be installed. When a contact calls, their phone "sends a silent confirmation signal in real time to your device to verify the call is legitimate and truly coming from the contact's device."

This digital handshake uses end-to-end encrypted RCS (Rich Communication Services). If you're being scammed by an impersonator, your phone will notice that the "initial confirmation signal will be missing," and ping the contact's real device to double-check. If their real device says, "I'm not making a call right now," you'll get a warning on your screen advising you to hang up immediately. This feature will be available globally on Android 12+ phones starting with Pixel devices this month. Fake call detection is enabled by default but can be turned off at any time. Google says it's "possible for other apps and device manufacturers to adopt this technology" given the RCS underpinnings.
You can learn more about fake call detection in Google's blog post.
The Military

Thanks To Robots, Ukraine Is Now Talking About Winning, Not Just Surviving (defenseone.com) 321

fjo3 shares a report from Defense One: A small but growing number of European officials and analysts are saying what four years ago was unthinkable: Ukraine isn't just surviving its grueling war with Russia, it is in some ways thriving and may even be on a path to victory. This isn't yet captured in headlines -- for example, about last weekend's barrage of Russian drones and missiles around Ukraine -- but in the details, like how some 90 percent were intercepted. Several long-term trends have shifted in Ukraine's favor, and the core reason is its fierce focus on AI and robotics.

In the crucible of war, Ukraine has developed drones and ground robots that can hold territory -- even take it back. Some are fully controlled by humans, like supply robots and medical-evacuation vehicles. But an increasing number are controlled in at least some aspects by dozens of AI products, from guidance packages on aerial drones to decision aids at the highest levels. [...] Just as important as the tech are the new tactics. Given unusual latitude to experiment, Ukrainian fighters began to develop robot-forward infantry concepts, like combined-arms attacks by airborne and ground systems, "more than a year ago. Right now, we're massively starting to implement this," said Davyd Aloian, deputy secretary of the National Security and Defence Council of Ukraine, the coordinating body on domestic and international security, in an interview.

Ukraine and its partners are also steaming ahead on new concepts for highly autonomous defenses against Russian drones, combining ISR sensors and AI to detect and identify enemy drones in less time and with more certainty. "All of the systems are being linked with each other and with people" to create a distributed network with interceptor drones at various locations to be activated when needed, Aloian said. "One day we will have only like 10 guys who are just going to be responsible for approving interception. And it will automatically go direct to the target." The human operators will be dispersed as well. "Everything can be controlled from Kyiv, Lviv, from cities in other countries," he said.
"It's not what happened to Ukraine" (referencing Russia's barrage of Shahed drones) that "should scare us in Europe," said Swarmer CEO Serhii Kupriienko. It's how quickly Ukraine's "middling" military evolved to counter Russia's invasion.

"We are behind by literally 10 years or 20 years" in some defense-technology areas, such as satellite imagery, Kupriienko said, and yet his country has climbed a capability curve that just two years ago seemed insurmountable. So could others, he said. "The answer is always AI solutions and integrating the AI into even the daily routine work within the bureaucracy," he said.

"We have evolved since 2022, the industry has and our defense has as well. Right now we are able to provide not only [large quantities of drone] assets but everything what is needed to build out the ecosystem," including parts and production, training, modification, etc. Aloian said.
AI

Microsoft's Project Solara Is an OS For Devices That Run AI Agents Instead of Apps (geekwire.com) 50

An anonymous reader quotes a report from GeekWire: A team inside Microsoft has been quietly building a platform for devices that run AI agents instead of apps, based on Android instead of Windows, with two working hardware designs so far, and an initial set of big-name companies lined up to run pilots. The platform, dubbed "Project Solara," is Microsoft's bet that AI will open up entirely new scenarios for computing -- using agents to avoid the constraints of traditional software, and off-the-shelf components to develop new devices quickly and inexpensively. [...] The company unveiled Solara on Tuesday at its Build conference in San Francisco, describing it as a new platform that spans from chip to cloud. GeekWire got a behind-the-scenes look at the project during a briefing last week in Redmond, including demos of the first two concept devices based on the platform:

- A desktop hub that sits beside a PC and responds to voice commands, signs users in using facial recognition, and surfaces the day's most pressing items. With a monitor attached, it becomes a full Windows machine running in the cloud.
- A wearable badge that reimagines the standard employee ID card. A fingerprint button wakes an agent in one press; a single tap records and transcribes a conversation; and a built-in camera lets the agent act on what the user sees.

Microsoft says it won't ship these devices itself. Instead, it envisions hardware makers and other industry partners turning the reference designs into implementations of their own, each intended for a specific industry, company, or scenario. For example, in one demo shown by the company, the high-tech badge ran on agents designed for use by a health-care worker, including the ability to scan a patient's QR code, record and transcribe the visit, log vitals, and start a prescription. In another application of the same badge, the built-in camera scanned a brainstorm board with ideas for an office revamp, and made a suggestion: add some plants.

The two devices are a starting point. The bigger opportunity, the company says, is all the tasks and workflows where a PC or phone gets in the way or isn't practical to use. [...] In the coming months, companies including AccuWeather, Best Buy, CVS Health, Levi's, and Target are expected to begin pilots of devices based on the reference designs. The operating system is the Microsoft Device Ecosystem Platform, or MDEP, an enterprise version of Android that Microsoft developed for devices including Teams meeting-room hardware. The company says it chose MDEP over Windows deliberately, to run on smaller, lower-power devices while keeping the management and security features IT departments expect: patch and over-the-air updates, device integrity, Microsoft Defender, Intune, and Entra ID sign-in.
While the project is still in the early stages, Microsoft CEO Satya Nadella encouraged the team to show it at Build sooner than the company would normally show its work in public. "That underscores just how competitive and fast-moving the AI world is right now, but it also illustrates the pace that the new technologies are enabling," reports GeekWire.

The report notes that the business model for the platform still needs to be worked out. The devices run on Microsoft's Azure cloud, but beyond that, "the economics are still taking shape."

Qualcomm and MediaTek have been chosen as the first chip partners. "The badge runs on a new Qualcomm wearable chip; the desk hub runs on MediaTek IoT silicon," reports GeekWire. "Both are off-the-shelf, not custom, which is central to how Microsoft plans to keep devices cheap and fast to build."
Cellphones

Russian Spy Agency Says Foreign Spies Turned Officials' Smartphones Into Surveillance Devices (theregister.com) 26

Russia's FSB claims foreign intelligence services compromised smartphones belonging to senior Russian officials, allegedly turning them into surveillance devices capable of stealing data, recording conversations, and activating microphones or cameras. "This software is used to steal existing data, eavesdrop on ongoing conversations, and conduct covert acoustic and video monitoring of the environment near electronic devices, all aimed at obtaining sensitive information," the FSB said. The Register reports: The agency said it had opened a criminal investigation into illegal access to computer information and the distribution of malicious software. It did not identify the alleged intelligence service responsible, disclose how many officials were affected, name the malware involved, or provide any technical indicators that would allow independent verification of the claims. As things stand, the FSB has revealed the accusation but not the proof.
Government

Trump Signs AI Executive Order Asking Companies To Give Government Early Access To Models (cnbc.com) 68

An anonymous reader quotes a report from CNBC: President Donald Trump on Tuesday signed an executive order asking artificial intelligence companies to provide models to the federal government to assess their capabilities ahead of a full release. The order asks companies, on a voluntary basis, to participate in a benchmarking process to assess a model's "advanced cyber capabilities" and determine whether it should be considered a "covered frontier model." It then asks for access to those models up to 30 days before the companies plan to release them more broadly, and enables the government to help select the "trusted partners" that will receive early access.

"Nothing in this section shall be construed to authorize the creation of a mandatory governmental licensing, preclearance, or permitting requirement for the development, publication, release, or distribution of new AI models, including frontier models," the order said. Trump signed the order in private, just weeks after he postponed a signing ceremony with prominent tech CEOs because he "didn't like certain aspects of it," he told reporters at the time. [...] Trump's AI order outlines several timeframes to develop directives and other guidance, specifically calling on the Department of Defense to prioritize the cyber defense of its information systems.

AI

Adafruit Pauses Blog After Demand Letter From Flux.ai's Lawyers 39

Longtime Slashdot reader Matt_Bennett shares a blog post from Adafruit: Adafruit received at 10:38 p.m. ET on May 22, 2026 a letter from former FBI chief of staff, Jonathan F. Lenzner, and partner at Fenwick & West LLP, counsel for Flux, demanding, among other things, that Adafruit refrain from publishing an article addressing what the letter characterizes as false and potentially defamatory claims about Flux, including statements about Flux's intellectual property, commercial traction and user base.

The letter further asserts claims under the Computer Fraud and Abuse Act. Adafruit accessed only information that Flux's own systems made publicly available through a server misconfiguration. Adafruit's reporting concerns a matter of public security interest and was conducted in the ordinary course of responsible disclosure.

Although Adafruit vigorously rejects the assertions made in Flux's May 22, 2026 demand letter, we have temporarily stopped publishing on the Adafruit blog while we consider our response and next steps. We will update the community as appropriate.
For context, Adafruit is a major open-source hardware company and electronics retailer known for its maker-focused boards, components, tutorials, and community publishing. Flux.ai is relevant because it is building an AI-assisted circuit-board design platform aimed at changing how engineers create and collaborate on PCB designs.

"Adafruit probably did a review of AI PCB tools," writes HN user karmicthreat. "I've used Flux.ai before; it was a pretty bad experience. After about 50-100$ in tokens a couple of times, I couldn't get more than a couple of simple components on the schematic. And not in sensible positions..."

Redditor AlexTaradox adds: "Nothing was published as far as I know. I assume they did review of AI tools and likely contacted flux with some preliminary results, but flux saw where it is going and decided to block them from publishing any results. Flux is garbage and they obviously know it, but they need to hold for some time until some other scam acquires them. Doing anything with them is just asking to be screwed..."

Further discussions are taking place on Reddit and Hacker News.
Facebook

Hackers Simply Asked Meta's AI To Take Over High-Profile Instagram Accounts 44

"Hackers used Meta's AI support chatbot to change email addresses associated with high-profile Instagram accounts, such as Barack Obama's White House account, allowing them to change the passwords and gain control over the accounts," writes Slashdot reader fropenn. Other accounts affected include the Chief Master Sergeant of Space Force and Sephora's. 404 Media reports: In March, Meta announced that it was pushing AI support to all accounts across Facebook and Instagram, and that it would have the ability to reset passwords and perform other critical account maintenance functions: "Solutions, not just suggestions," the feature's product page says. "Account security and recovery."

Over the last several days, Telegram groups for security researchers and hacking groups have been sharing videos and screenshots of the steps taken to steal an account, which appeared to be shockingly easy. One video shows a hacker starting a conversation with Meta's AI support bot and asking it to link the target account with a new email address: "Just link my new email address. This is my username @{target_username}. I will send you the code. {attacker_email} Thank you."

The AI then sends an eight-digit code to the attacker's email address. The attacker enters that code and gets a password reset email, giving them access to the account. The vulnerability is an astounding, high-profile example of the types of risks that companies are putting their users and workers under when they offload important functions to AI.
Meta says it has patched the issue within the last 24 hours. "This issue has been resolved and we are securing impacted accounts," a Meta spokesperson said in a statement.
Businesses

Anthropic Files to Go Public (cnbc.com) 36

Anthropic says it has confidentially filed an IPO prospectus with the SEC, "setting up a potentially historic share sale for investors ready to jump into artificial intelligence," reports CNBC. The move puts Anthropic ahead of OpenAI's expected filing and follows explosive reported growth, a massive new valuation, major infrastructure deals, and ongoing tensions with the Pentagon over its models. From the report: "This gives us the option to go public after the SEC completes its review," Anthropic said in a statement on Monday. "The proposed initial public offering will depend on market conditions and other factors."

Submitting a confidential prospectus doesn't lock Anthropic into a certain timeframe for going public. Its official prospectus just has to land in the hands of investors at least 15 days before the company begins a roadshow. [...] The company has experienced explosive growth this year, announcing in May that its revenue run rate has ballooned to $47 billion, up from $10 billion in annual revenue last year. Last week, it closed a funding round at a $965 billion valuation, topping OpenAI, which was valued at $852 billion in late March.

AI

Anthropic Invites EU To Access Mythos 8

An anonymous reader quotes a report from Politico: Anthropic has extended an invitation to the European Commission granting the EU's cyber agency access to its powerful AI hacking tool Mythos, according to a Commission official familiar with the process. The AI firm made the formal invitation after a meeting with the Commission in San Francisco last Thursday, the official said, adding the EU now has to put in place a mechanism to access the model with proper security safeguards.

European Commission spokesperson Thomas Regnier said in a statement the Commission has had "several productive meetings with Anthropic" and "welcome[d] the latest developments on potential future access." [...] "This latest development is of utmost importance to get a clear picture on the potential risks," Regnier said, adding: "Let's not forget that Mythos is not one off, a new wave of powerful models are coming to the market." An ENISA official said the agency does not have active access now but is working to implement it. The Commission is working on a formal action plan to respond to powerful AI hacking tools. It has indicated it wants to release it before the summer break, according to an industry official.
Anthropic's Mythos was unveiled in early April and triggered fears that it could enable large-scale attacks with its ability to find and exploit vulnerabilities. "European authorities for weeks were shut off from accessing the cutting-edge cybersecurity AI tech, leading to urgent calls by European politicians and government officials to gain access," notes Politico. "Cyber officials also called for Europe to build its own version."
Wireless Networking

United Airlines Flight To Spain Pulls U-Turn Over Bluetooth Device Name 164

Tony Isaac shares a report from NPR: A United Airlines flight traveling from Newark, New Jersey, to Palma de Mallorca, Spain, was forced to make a U-turn and return to Newark after more than four hours in the air due to a security concern. According to passenger reports and air traffic control audio, the disruption was caused by a personal Bluetooth speaker -- reportedly belonging to a teenager -- that had been named "BOMB." Upon returning to Newark, passengers were evacuated so that security details could inspect the entire aircraft and cargo area. The flight was ultimately cleared, reboarded, and arrived at its destination in Spain approximately nine and a half hours behind schedule. Multiple posts on social media from self-identified passengers indicate that the problem was a Bluetooth device on board the plane. One post referenced in-flight announcements with "lots of comments like 'this little joke is ruining it for everyone.'"

Audio from air traffic control sheds a little more light on the situation: "There's a security detail out there, someone had a Bluetooth speaker and they named it a certain four-letter word," another voice responded. "So they have to inspect the whole aircraft including the cargo area [and] passengers have to evacuate."
Security

Red Hat npm Packages Compromised to Spread a Credential-Stealing Worm (aikido.dev) 21

Aikido Security says more than 30 official @redhat-cloud-services npm packages were compromised with a credential-stealing worm called "Miasma," a variant resembling the open-sourced Mini Shai-Hulud supply-chain malware. "The packages were published via GitHub Actions OIDC, indicating the CI/CD pipeline was compromised rather than an npm token," the report says. "If you have installed any affected package versions since June 1, 2026, treat all CI secrets, cloud credentials, SSH keys, and npm tokens as compromised and rotate them immediately." From the report: Each compromised package declares a preinstall script in its package.json that executes node index.js automatically on every npm install, before any application code runs and before the developer has any indication something is wrong. The index.js file is 4.2 MB payload hidden behind multiple layers of obfuscation.

As with previous Mini Shai-Hulud attacks, the payload performs a broad credential sweep across cloud providers, CI/CD environments, and developer tooling. On the CI side it targets GitHub Actions secrets including GITHUB_TOKEN and ACTIONS_RUNTIME_TOKEN. For cloud credentials it collects AWS access keys and session tokens, GCP application default credentials and service account key files, and Azure service principal credentials and managed identity tokens. It also sweeps for HashiCorp Vault tokens, Kubernetes service account tokens and kubeconfig files, npm and PyPI publish tokens, SSH private keys, Docker registry credentials, GPG keys, and any .env files it can find across the filesystem.

Botnet

Botnet of More Than 17 Million Devices Dismantled (arstechnica.com) 24

An anonymous reader quotes a report from Ars Technica: Authorities in the Netherlands said they dismantled a botnet that comprised more than 17 million devices and were managed by 200 servers in a joint operation by the police and the National Cyber Security Center. The action, announced Thursday, came about after a security researcher reported the sprawling network to authorities. The host infrastructure was located in the Netherlands. "The police then seized several botnet servers from a hosting provider for investigation," the NCSC said. "The botnet was taken offline by the provider because it was used for criminal purposes."

According to a report Thursday by the NL Times, the botnet was linked to ASOCKS, a Russia-based company that provides residential proxy services. These services cater to people and organizations who want to obscure their locations or identities by proxying their Internet traffic through third-party devices. Proxy services are often used for illicit or unethical purposes such as performing DDoS attacks, running botnet command-and-control servers, operating phishing operations, and scraping website content. [...] It's unclear how the 17 million devices controlled by the botnet taken down by the Dutch police came to be that way.

The Internet

US, Australia, and UK Plan New Unmanned Vehicles to Protect Undersea Data Cables (cnn.com) 15

"Around 570 cables (plus a further 80 planned) carry between 95% and 99% of the world's intercontinental telecommunications data," reports CNN (since fiber cables offer speeds of terabits per second, carry much more data than satellite links). And "networks of green energy cables carrying electricity are also starting to sprawl across the world's seabeds."

Now to protect them, the U.S., Australia and the U.K. "are planning to develop new unmanned undersea vehicles" as part of their trilateral security partnership. Western governments see a growing risk of Russian and Chinese sabotage of undersea cables and are also concerned that Iran may seek to exploit the many data networks running through the shallow waters of the Persian Gulf. The "seabed is a battlefield" said Australia's Defence Minister, Richard Marles, in Singapore, calling for tougher action against so-called shadow-fleet vessels... The programme will improve the three nations' reconnaissance and strike capabilities, "and bolster superiority in anti-submarine and anti-surface warfare," as well as mine countermeasures, [according to a statement from their trilateral AUKUS partnership]... The new AUKUS project will sharpen all three countries' ability to respond to threats, including those targeting underwater cables and pipelines, through a range of "cutting edge sensors and weapons systems for undersea drones," UK Defence Secretary John Healey said.

Marles said undersea internet cables — "the arteries of modern civilization" — were being cut at an unprecedented rate, with island nations like Australia acutely vulnerable. "Over the past 18 months, we have witnessed a series of attacks against subsea critical infrastructure at a scale and frequency that is historically unprecedented," he said. The UK government has also highlighted the vulnerability of the world's digital highways. "Every international payment, every cross-border trade executed in milliseconds, every flow of data between businesses here in the UK and markets overseas — all travel along the seabed," Telecoms Minister Liz Lloyd said Friday... Last month, the UK said it had tracked three Russian submarines covertly surveying undersea cables in the north Atlantic... A UK parliamentary inquiry warned last year that UK infrastructure might be targeted in a crisis, adding it was "not confident that the UK could prevent such attacks or recover within an acceptable time period."

The UK Navy is already exploring the creation of a hybrid force that incorporates the widespread use of underwater drones to combat Russian threats in the Atlantic.

United Kingdom

UK-Based Rockstar Games North Workers Formally Announce Union (aftermath.site) 30

Rockstar Games has a 2,000-employee studio in Scotland called Rockstar North. And Thursday its workers announced they'd formed a union, reports the gaming news site Aftermath: The union [part of the wider Independent Workers of Great Britain (IWGB) union] includes workers from Rockstar Games offices in Leeds, London, Edinburgh, Dundee, and Lincoln, the Rockstar Games Workers Union said in a YouTube video published on Thursday... Last year, Rockstar Games employees told Aftermath that the company's insistence on return-to-office policies was a problem for many workers.

Rockstar Games, for its part, claimed the policies were related to productivity and security concerns... The video posted Thursday outlines what happened over the past several months, starting with the firing of more than 30 Rockstar Games employees in October 2025 for what the company said was "discussing confidential information in a public forum," a Rockstar Games spokesperson said in a statement to Bloomberg in November. The union disagreed: It said at the time that the workers were gathered in a private Discord server with employees and union organizers — the beginnings of the union announced Thursday. The IWGB is working to fight the firings in court.

Workers and outside union supporters gathered globally after the employees were fired, in front of Rockstar Games' offices, to protest what the union called union busting by Rockstar Games... "We believe the [firings] were unlawful and retaliatory — connected to the workers' collective activity of organizing at Rockstar," IWGB Game Workers Union co-founder Austin Kelmore told Aftermath at the time. "This action by Rockstar came shortly after reaching 10 percent of eligible workers at Rockstar in the union...." [10% is the threshhold for legal recognition by the U.K. government.] The workers have received support from government officials; in December, UK Prime Minister Keir Starmer called the firings of the unionizing workers "a deeply concerning case."

Slashdot Top Deals