SEC536: Adversarial AI - Penetration Testing AI Systems


Experience SANS training through course previews.
Learn MoreLet us help.
Contact usBecome a member for instant access to our free resources.
Sign UpWe're here to help.
Contact UsThe US Federal Bureau of Investigation has launched an inquiry investigating how "Nexus," a site on the dark web, obtained scans of physical credentials belonging to an estimated 170 million people in the US and Canada, including over 153 million driver’s licenses, over 10 million identification cards, over 1.9 million travel documents, over 1.3 million international IDs, more than half a million medical cards, and millions of other official documents. Brian Krebs first reported on Nexus on September 1, following a tip that his driver’s license was available as a free sample advertising the site in a post on a Russian cybercrime forum. By cross-referencing businesses patronized by friends and family whose licenses were found in Nexus, Krebs identified a third-party ID verification provider in common: New Orleans-based IDscan[.]net. Observation of almost 400,000 new records added to Nexus in a 24-hour period "suggest[s] that freshly stolen license data is being harvested and uploaded to this service on a semi-regular basis." FBI agents and cyber division leaders disclosed to Krebs that the agency's New Orleans field office is investigating a possible breach involving IDscan[.]net. As of this writing, IDscan[.]net and its partnered companies have not issued official statements addressing the possible breach, and Brian Krebs noted at 0:56 UTC on September 2 that the Nexus website had been replaced by a message stating the service is no longer available.

This story highlights the adage that if you don't gather and store data, you don't need to secure it. Organisations understandably collect identity documents to establish trust, but retaining millions of copies of passports and driving licences creates an extremely attractive target. Data minimisation should not simply ask, "Can we collect this information?" but also, "Once we have verified the person's identity, do we still need to keep it?" and if we do need to keep it, "How do we secure it properly?" As more and more countries are looking to introduce minimum age limits to access social media and other platforms, we as a society must understand the risks of gathering IDs to verify people's ages, and must demand appropriate security controls in place to secure that data.

I did a double take when my wife read me an article about this while we were driving home from our ISSA chapter meeting. Brian Krebs has a great writeup on this — it goes well with that cup of coffee you're holding. We've all spent a lot of time working on technical mechanisms for validating people consistently, breathing a sigh of relief at not having the data locally, and while we did assess the risks of the solution providers, did we think about what those repositories contained and what happens when they’re compromised? Make sure your contract with this type of service includes logging, segregation, and retention requirements as well as incident notification, evidence access when needed, and independent (regular) security validation/assurance. One more thing: Make sure that you're meeting, or exceeding, the provider's security best practices as well.

At some point, the data you are accumulating turns from an asset into a liability. I want to know if there was a business case for keeping the data online and reachable after the ID was verified. Data repositories at this scale are very difficult to secure. From a consumer and victim perspective: assume compromise. Florida recently started issuing new, partially random driver's license numbers. The reason for this change was that the old format made it possible to guess license numbers. But it may also help limit the lifetime of the data if stolen.

Driver’s licenses, health insurance cards, etc., stop being a "what you have" whenever they are scanned in. It is essentially impossible in the modern world to avoid those numbers being stored online and eventually disclosed. The ultimate line of defense for personal identity is always strong authentication, to be able to force liability to the entity that did not protect your data. This will be a very expensive incident for whoever is at fault — many times IDscan[.]net’s likely annual revenue, for example.

I gotta say — Brian Krebs is a national treasure. His scoops are fascinating and help drive us all toward better security. Also, regardless of where the FBI investigation ultimately lands, this story exposes an uncomfortable truth about identity verification: It can become identity accumulation. A driver’s license scan collected for a one-time transaction can persist as a high-value credential long after the transaction is over. Over the years, during penetration tests, my team has gained access to repositories containing scanned driver’s licenses and passports several times. Providers that perform identity proofing are becoming de facto identity vaults, and their security, retention, and deletion practices need to reflect that. We should design verification systems to prove what was needed without keeping a permanent copy of everything that was shown.
Krebs's analysis sets the benchmark for industry reporting — outstanding work. This incident underscores the urgent need for targeted regulatory oversight for verification platforms like IDscan[.]net beyond broad consumer protection and state privacy laws. Moving forward, organizations must exercise rigorous due diligence when handing over sensitive identity and financial data to third-party vendors.

IDscan[.]net offers a service that scans credentials to detect counterfeits. It advertises that its verification models are "trained on hundreds of millions" of documents. Where does one believe that they get the hundreds of millions?
Model Evaluation and Threat Research (METR), a nonprofit that evaluates AI models' autonomous capabilities, has disclosed two cyber incidents that took place in the first half of 2026. *In March*, an attacker consumed $600,000 worth of API credits for general access METR models after finding an employee's API keys in a "vibe-coded" app within a personal Amazon Elastic Compute Cloud (EC2) instance that was "intentionally made publicly accessible behind Google authentication." The app's authentication was disabled by a fail-open vulnerability. The attacker "prompted an agent directly to reveal its model provider API key, added an SSH key for persistent access," and spent three weeks using API tokens. Because the tokens had been provided to METR for free by the model developer, there was no spending limit for the API key. This usage did not register as unusual to METR because their "internal usage dashboard didn’t show data on rate-limited requests to all users, even if they were occurring," and because token volume alone did not distinguish illicit usage from legitimate large-scale evaluations and "spurious" rate limit and API errors. After discovering the compromised instance, METR "immediately revoked all access for the researcher, stopped and imaged the instance, rotated all present credentials, ... imaged and wiped their laptop," and contacted the partnered AI company. Investigation in collaboration with Calif showed no compromise beyond the single stolen API key. *In May*, METR were warned of a financially motivated threat and subsequently observed automated attempts at credential stuffing, OAuth token grants, scanning new services, and phishing staff. In response, METR turned off most public-facing services and internal access to sensitive data during investigation. While during this time there was also an exposed vulnerable SQL query mechanism that could have been compromised to access sensitive, unpublished model data, METR did not see evidence that the attackers discovered it. METR paid a bounty to an independent researcher who disclosed this vulnerability. METR has adjusted its security policies for employees and contractors, implemented a security review process for publicly deployed applications, increased and refined monitoring, added spend alerts to some API keys, isolated internal data from public-facing applications and development, engaged Calif for additional red-teaming, and made general improvements to security infrastructure.

There is a lot to unpack in this article. A “vibe-coded” application contained an API key, authentication failed open, the API key had no spending limit, and $600,000 worth of usage went unnoticed for three weeks. AI can make it remarkably easy to create and deploy software, but easy does not mean secure. If staff are going to develop applications using AI, organisations need policies around how those applications are deployed, how secrets are managed, and how unusual usage is detected. Vibe coding without security controls risks becoming vibe breaching.

A developer created a public application with a really nice API key, end-running security, to solve a problem. While METR has revised their policies and monitoring, did they also solve the core problem, or at least implement a well-known process for raising and resolving this sort of problem? If not, they will again be the problem the developer solves. This is not a METR-specific problem — sometimes we call it Shadow IT, and with vibe coding, creative solutions like this are easier than they used to be. The good news is that the solution isn't new: It's about squishy, soft skills — communication, understanding and relationships — needed to work together to solve problems. It's ok, if I can do that (trust me, I had a pretty nasty reputation at one point), so can you.

Private keys should be created and stored only in cryptographic modules where they can be used but never copied or seen.
Earlier this week, the Sality botnet was disrupted in a coordinated international operation involving law enforcement agencies and private sector partner organizations. Sality is a Russia-based peer-to-peer (P2P) botnet that is believed to have been operating for more than 20 years. Efforts to dismantle Sality operations have been ongoing since at least 2017. The latest coordinated activity, which took place on Monday, August 31, 2026, involved a peer-to-peer sinkholing operation that prevented the botnet from communicating with infected devices. CrowdStrike, one of the private sector organizations involved in the operation, writes, "The same properties that made Sality resilient also created the conditions for its undoing. Together, these properties are fatal. The protocol cannot be hardened against attack, and the network cannot exclude an active defender who speaks its language." The coordinated action was carried out by authorities in Bulgaria, Hungary, Romania, and the United States, along with Europol, Eurojust, and private-sector partners CrowdStrike and the Shadowserver Foundation.

Nice multi-national coordinated take down, leveraging the service to facilitate its demise — even so, it was hard work. Sality was used to deliver malicious payloads to about 33,000 systems worldwide. The long life of this botnet is a function of its architecture; as it was P2P, there were no single points of failure, and it attached itself to executable files spread over shared files, network drives, and removable media, including the mechanism to regenerate the botnet, which resulted in it perpetuating without any external interaction. At this point, get the IoCs to your hunters to make sure that you don't have any remnants in your environment.

This is technically beautiful. Sality survived for more than two decades in part because its peer-to-peer design removed the central command-and-control server defenders could seize. But the bots also trusted any peer that spoke the protocol correctly, and that became the Achilles' heel. CrowdStrike and its partners learned the protocol well enough to make the botnet trust defenders instead, progressively isolating infected machines from the operator. Sometimes the architecture that creates resilience also creates the path to disruption. My hat's off to those who executed this operation so well!
You have to give credit where it's due — Sality had an unbelievably long run. What's wild is that it took nine full years for defenders, many volunteering their personal time, to finally corner it. Huge kudos to the combined private-sector and law enforcement team that pulled off the takedown. That said, it definitely makes you pause and wonder what other persistent threats are currently flying under the radar.

Good news in the fight against cybercriminals, and well done to all involved. Twenty years is an extraordinary lifespan for malicious infrastructure on the Internet. This operation also demonstrates the value of cooperation between law enforcement and the private sector. Cybercrime is international by design, so disrupting long-running criminal infrastructure increasingly requires technical expertise, legal authority, and cooperation across multiple jurisdictions. No single organisation, company, or country can tackle that problem effectively on its own.
Europol
CrowdStrike
The Record
The Register
CyberScoop
Gov Infosecurity
BleepingComputer
On August 28, 2026, JFrog disclosed and released patches for a critical flaw in Artifactory, and within three days, researchers from WatchTowr announced that they had observed active exploitation of the vulnerability in the wild. CVE-2026-82329, CVSS score 9.8, allows an unauthenticated attacker with remote network access to obtain administrative privileges by exploiting an authentication weakness present in Artifactory's default configuration. In a post on social media, WatchTowr stated that "attackers [are] minting themselves admin tokens." Researchers at Pruva tested and confirmed a reproduction of the exploit on the same day. Affected cloud environments have already been fixed, and self-hosted Artifactory users should update to Artifactory versions 7.111.21, 7.117.28, 7.125.20, 7.133.29, 7.146.38, and 7.161.20. While JFrog Artifactory has appeared in recent news as the package manager exploited by OpenAI agents to exchange information and ultimately to gain internet access precipitating the breach of Hugging Face in mid-July, JFrog's CTO and cofounder Yoav Landman has stated to news sources that this new exploitation of CVE-2026-82329 is unrelated to that incident.

With all the focus on using compromised packages to distribute malicious code, the last thing you want is an unauthenticated flaw in your package manager that can be used to get admin credentials. Mind you, this only applies to self-hosted instances of JFrog Artifactory. There is a workaround, where you add an additional join key to ensure only your join keys are accepted, but this doesn't do anything for the other flaws they are addressing; your best bet is to move to 7.161.20, make sure that you're limiting network access to your Artifactory Access/router instances, and make sure that you've set up auditing and monitoring.

Authentication Bypass has been part of Authentication Failures — #7 in the OWASP Top Ten Software Vulnerabilities — for a long time. JFrog sells advanced security tools, including application security testing, and hopefully uses their own products on their own products. How did this get through?

Oh goodness. Artifactory has been in the news quite a bit lately, and not at all in a good way. And Artifactory is not just another server; it is part of the trust machinery for your software supply chain. If an unauthenticated attacker can mint administrator tokens, the danger is not limited to the repository itself. An attacker with administrative control may be able to alter artifacts, credentials, or configuration that downstream systems trust. Self-hosted customers should patch immediately, then look for evidence of unexpected token creation, account changes, and repository activity. Treat your artifact repository like the crown jewel that it is.
JFrog
Pruva
Dark Reading
The Hacker News
The Register
BleepingComputer
SonicWall says that threat actors are actively exploiting two known flaws in vulnerable SMA 1000 perimeter devices. CVE-2026-83548, CVSS score 10.0, is a critical pre-authentication SSRF via an unintended forward-proxy flaw in the SMA1000 Appliance Work Place interface due to an unintended alternate access path. CVE-2026-83549, CVSS score 7.8, is a high-severity post-authentication remote code execution vulnerability in the SMA1000 Appliance Management Console (AMC). Both vulnerabilities have been added to the US Cybersecurity and Infrastructure Security Agency's (CISA's) Known Exploited Vulnerabilities (KEV) catalog with mitigation deadlines of Saturday, September 5, 2026, for Federal Civilian Executive Branch (FCEB) agencies. Researchers at Rapid7 write that the vulnerabilities "can be chained to achieve unauthenticated remote code execution (RCE) on affected appliances." SonicWall has released hotfixes to address the vulnerabilities, and users are urged to apply the updates as soon as possible.

SonicWall SMA1000s (models 6210, 7210 and 8200v) are under attack (again). Your mission, should you decide to accept it, is to apply the hotfix immediately, as there is no workaround, and then contact SonicWall for help identifying the IoCs. If IoCs are detected, you're going to need to re-image, change all user and administrator passwords, and reset TOTP tokens. An alternative may be to move to another solution, but that is not going to happen quickly enough to remove the need to apply the update for now.

For obvious reasons, firewalls are favored targets.
The Register
Dark Reading
BleepingComputer
SonicWall
Rapid7
CISA KEV
CISA KEV
At Black Hat 2026 and DEF CON 34, researcher Matt Burch presented on nine now-fixed flaws in CryptWare CryptoPro Secure Disk, demonstrating exploits for the software's implementation with BitLocker and in Diebold Nixdorf Vynamic Security Suite. Certain embedded devices and enterprise Windows implementations use CryptoPro, and it is also used to encrypt and secure pre-boot authentication for some ATM systems. Each of these system types poses a special challenge for developers trying to communicate and implement critical security updates across customized technologies and differing sectors. CryptWare's managing director Uwe Saame stated to WIRED that CryptoPro is in use extensively for ATMs as well as in "automotive, banking, government agencies, manufacturing, research, finance, and healthcare," and that updates are always made available to customers before official publication; a spokesperson from Diebold Nixdorf spoke to WIRED as well, describing the company's process of developing and releasing updates "through standard software distribution channels, including the Global Security Portal where applicable," and coordinating directly with ATM operators. Burch emphasizes the need for a shift away from "security through obscurity" in the supply chain for these specialized devices, particularly when defending against attacks that leverage AI.

CryptoPro is used in ATMs as well as automotive, banking, government, manufacturing, research, finance and healthcare systems. CryptWare released a patch to all its customers, and Diebold Nixdorf quietly released updates to their ATMs. Financial institutions need to insist on digitally signed firmware updates when servicing ATMs. While you cannot validate the application of those updates to the ATM you're about to use — and I wouldn't expect them to provide information on the security and patch level in use, ever — you can be selective in which ATMs you use, and watch your financial statements for unexpected/bogus activity. Avoid using the magnetic stripe; use the EMV chip and PIN.

Security through obscurity has never been a particularly good security strategy, and AI is likely to make it even less effective. Attackers increasingly have tools that can help them understand unfamiliar systems and identify weaknesses more quickly. Organisations operating specialised or embedded technology should therefore not assume that complexity, obscurity, or a small installed base will protect it. If something is valuable enough to attack, somebody will eventually work out how it works.

Specialized does not mean isolated. An ATM may look like a purpose-built appliance, but underneath the hood, it can depend on Windows, BitLocker, third-party encryption components, and all kinds of software also used in automotive, healthcare, government, and enterprise environments. A buried dependency can quietly connect industries that do not think of themselves as sharing a software supply chain. Software transparency matters because you cannot patch a component you do not know you inherited.

When it comes to software, there is only one supply chain. There are no distinct "secure supply chains" for specific applications, and if you believe you have one, you are wrong. Tools, libraries, and compilers are shared globally, even across operating systems. Some organizations may be more selective about which components they include, but in the end, they are all linked back to a global, not very clean, pool of open-source and commercial code.
Virtually every sector depends on open-source libraries and compilers maintained by part-time volunteers. Companies face a clear strategic choice: either systematically reduce their open-source attack surface or actively support the ecosystem by contributing engineering talent and financial resources to the projects they depend on.

Even products without software (yes, there a few) have complex supply chains, and there are often safety alerts or recalls for those products. All supply chain programs have to address how "updates" are dealt with in the name of resiliency.

ATMs were an early and successful computer application. In the beginning they were located only on bank premises, programmed and managed by the banks, and they used private networks. They were among the earliest non-defense users of cryptography. Today, they are everywhere. They use commercial and open-source software; hardly any are programmed by banks. Even those on bank premises are managed by contractors. Anyone can buy one and operate it for one's own benefit. While they still use encryption, they use the public networks. While most cards implement contactless chips, for reasons of backwards compatibility they still have the primary account number (PAN) on the magnetic stripe. The ATM in which we enter both the card and our PIN is no longer a trusted device. Use ATMs with caution. Prefer those on bank premises. Prefer ones that you have used in the past. Prefer contactless to those that require that you insert or swipe the card. Prefer digital wallets (e.g., Apple Pay, Google Pay) that use digital tokens rather than the PAN. I no longer even carry cards.
On Tuesday, August 25, the US Cybersecurity and Infrastructure Security Agency (CISA) published an advisory summarizing their findings of red team assessments of two critical infrastructure security operations centers (SOCs). "In both environments, the red team achieved full domain compromise and accessed sensitive business systems (SBSs) and cloud resources. Organization A failed to detect or contain the activity, but Organization B rapidly identified initial compromise attempts, isolated affected systems, and forced the red team into an assume breach model." The advisory summarizes the red teams' activity and the organizations' responses. It also offers lessons learned: calibrate detection tools for well-defined baselines and alert filtering; define responsibilities and establish clear channels of communication; and develop security controls and incident response processes for cloud environments.

We all winced when we read about Organization A and hoped we would be Organization B in this scenario, but are we? The report from CISA is only 23 pages, and the summary hits the key issues on the head. These are not five-minute fixes; you're going to have to verify that your detection tools are tuned, that your defenders are empowered, that your cloud services are as protected and monitored as your in-house systems are, and that all is effectively feeding to your detection systems. Then the biggies: implement conditional access and remove excessive permissions (for human and non-human identities), accompanied by a regular review process. You've probably got team members who have "always" wanted to do this — time to let them come back with a proposal you can approve.

This may be my favorite CISA red-team report in a while. It's a great read… pretty spectacular and quite informative. CISA eventually demonstrated paths to full domain compromise in both organizations, but Organization B detected and isolated the initial footholds in 2, 10, and 20 minutes, forcing the red team to switch to an artificial assume-breach foothold to continue the assessment. That's a crucial lesson: Prevention can fail without the overall defense failing. Fast and accurate detection and response buy you another chance.

At one level, a great "Do Be/Don't Be" comparison of two security teams' responses to an intrusion — several key lessons learned. But, at a basic level, both organizations were compromised because embedded passwords or phishable reusable passwords were still in use and were exploited.

Both organisations were compromised. The difference was that one detected and responded to the attack while the other did not. As I often say: Today, you will not be judged for being the victim of a cyber breach, but you will be judged on how you respond to it. Your ability to detect, contain, and recover from an attack matters just as much as your ability to prevent one.
CISA
CISA
Executive Gov
This week, Cisco has published four security advisories addressing vulnerabilities — the first is for Cisco IOS XR Software; the second is for Cisco Nexus 9000 Series Switches; the third is for Cisco Desk Phone 9800 Series, Cisco IP Phone 7800 and 8800 Series, and Cisco Video Phone 8875 that are running Cisco Session Initiation Protocol (SIP) Software; and the fourth is for Secure/Multipurpose Internet Mail Extensions (S/MIME) decryption functionality of Cisco Secure Email. The advisory for IOS XR Software is a Security Hardening Release that addresses internally discovered vulnerabilities and comprises seven CVEs, each of which covers a separate underlying vulnerability class. Of the seven, two are rated critical: CVE-2026-20274, CVSS score 9.8, addresses improper control of a resource through its lifetime issues, and CVE-2026-20279, CVSS score 9.8, addresses improper access control issues. Users are urged to apply updates. The advisory for Nexus 9000 Series Switches addresses one vulnerability, CVE-2026-20212, CVSS score 9.8, a critical binding to an unrestricted IP address issue that could be exploited by an unauthenticated remote attacker to execute code with root privileges. Cisco has released both updates and workarounds for this vulnerability. The advisory for Desk Phone 9800 Series, IP Phone 7800 and 8800 Series, and Video Phone 8875 with SIP addresses one vulnerability, CVE-2026-20281, CVSS score 7.5, a high-severity missing release of memory after effective lifetime issue that could be exploited by an unauthenticated remote attacker to cause a denial-of-service condition on an affected device. Cisco has released updates to address the vulnerability. The advisory for S/MIME Ciphertext Decryption addresses two medium-severity vulnerabilities, CVE-2026-20354 and CVE-2026-20355; there are currently no updates and no workarounds available for these vulnerabilities.

While there is no update yet for the S/MIME flaw, there are updates for the other Cisco flaws that should keep you busy until those other updates are released. They are not _yet_ being exploited in the wild, so we have some breathing room. Maybe pay attention to CVE-2026-20281, which can cause a DoS when a remote crafted set of HTTP packets is sent to your phone systems. Have you assessed the value of a VoIP firewall lately?

Most enterprises use some Cisco products. These products are part of enterprise infrastructure. Most enterprises are part of our shared cyber and economic infrastructure. Cisco products continue to deserve, not to say require, rigorous management.
SecurityWeek
The Hacker News
The Register
Cisco
Cisco
Cisco
Cisco
A December 2025 breach of healthcare technology company Aesto Health affects more than 9.5 million people, according to information submitted to the US Department of Health and Human Services Office for Civil Rights (HHS OCR). In a June 24, 2026 Notice of Data Security Incident, Aesto discloses "that between on or about December 2, 2025, and December 18, 2025, certain protected health information belonging to patients of various Covered Entity clients stored within Aesto’s network may have been accessed and/or acquired by an unauthorized actor. The information included full names, dates of birth, medical information, driver’s license numbers, financial account numbers only, health insurance information, individual taxpayer identification numbers, other government identification numbers, and Social Security numbers." According to the HIPAA Journal, "Aesto Health provides secure data migration, legacy data archiving, and electronic health record (EHR) exchanges for medical practices and healthcare enterprises." In an August 31 filing with the US Securities and Exchange Commission (SEC), Nutex Health disclosed "unauthorized activity involving data stored on its computer network," and said that the company believes that sensitive data were "exfiltrated by an unauthorized third party" and that the thief has threatened to publish the stolen information. HIPAA Journal writes that Nutex is a "Texas-based healthcare management and operations company that delivers care through 27 micro-hospitals, specialty hospitals, and outpatient departments in 12 U.S. states." The incident is currently under investigation. In a September 1, 2026 filing with the US Securities and Exchange Commission (SEC), healthcare technology and oncology company Novocure disclosed that in mid-August 2026, "unauthorized access to some of its information systems" compromised employee and patient data, including "internal company patient ID numbers for over 1,400 U.S. patient records ..., patient data for fewer than 50 other patients ..., general contact information for healthcare providers [the company works] with, and general contact information for Novocure employees."
These cyber breaches are a sharp reminder for organizations to audit their data retention policies. While data is often treated as the new gold, storing unnecessary information creates severe liability during a network intrusion. To limit financial penalties, regulatory fines, and class-action lawsuits, retain only what is strictly necessary for operations, and purge high-risk identifiers like driver's license numbers if they aren't essential.

Oh my, this is not a good month for healthcare. These companies don't have a lot in common, but they provide needed services in healthcare: Aesto Health provides archiving and medical records management, Nutex Health operates healthcare facilities, and Novocure is a technology company known for inventing and commercializing Tumor Treating Fields, a non-invasive electromagnetic field therapy for cancer tumors. Each was attacked by a different gang. While nobody has claimed the Aesto breach, the Gentlemen and ShinyHunters gangs have claimed the Nutex and Novocure breaches respectively. You know me, I want to find a way to help everyone in the healthcare sector, but there aren't enough of us to go around, and whatever gets done will take time, so while they look to resources like the Health-ISAC, we need to take steps to protect ourselves from what feels like a recurring string of breaches — many, but not all of which, are near misses on our data.

Healthcare is a favorite target, not only because it is soft, but because it holds the most sensitive identifying data. Yes, it also holds symptom and treatment data, but that does not seem to be the target. My healthcare portal collects for charges and co-pays; it does support Apple Pay (my choice), but not PayPal or Google Pay. Android users must enter credit card, debit card, or bank account numbers.
HIPAA Journal
The Record
BleepingComputer
Aesto Health
HIPAA Journal
The Record
The Register
SEC
HIPAA Journal
BleepingComputer
SEC
Five people have pleaded guilty to charges of conspiracy to commit bank larceny for their roles in an ATM jackpotting scheme. In December 2025, the five individuals attempted to install malware on ATMs in Wamego and Manhattan, Kansas but were unsuccessful; their activity triggered alarms and was captured by surveillance cameras. The five individuals, who are all Venezuelan, were arrested within days of the thwarted robberies. One of the individuals has been sentenced to nine months in prison, and the other four have yet to be sentenced. In a separate story, a federal grand jury in San Francisco, California has indicted a Russian citizen on charges of conspiracy, transmission of a program, information, code, and command to cause damage to a protected computer, aggravated identity theft, and other offenses related to a 2016 malware campaign that infected more than 80,000 devices. Searzhudin Tamirlanovich Aktulaev was arrested in Cyprus in May 2025 and extradited to the US last week. Aktulaev allegedly used fraudulent accounts on a freelance employment platform to spread a variant of the TVRAT (sometimes called TVSPY or TeamSpy) malware to more than 80,000 users on that platform. Aktulaev is slated to appear in court on October 5, 2026.

While the allure of jackpotting or otherwise attempting to examine or manipulate an ATM remains, don't overlook that ATMs are monitored and have detections which are actively monitored, particularly in-wall units. The owner of the ATM won't take this sort of activity lightly, and you really don't want to star in the ATM camera version of America's most wanted.
The Record
Justice
The Record
Help Net Security
BleepingComputer
Justice
SANS Internet Storm Center StormCast Friday, September 4, 2026
AV Exploits; Plex Update; Cisco Patches; Sangoma Switchvox Exploited
https://isc.sans.edu/podcastdetail/10082
Nightmare Eclipse Discloses Several Anti-Malware Privilege Escalation Exploits
https://github.com/MSNightmare
Plex Update
https://forums.plex.tv/t/important-security-update-for-plex-media-server-v1-43-2-and-earlier/942319
Cisco Update
Sangoma Switchvox Exploit
https://horizon3.ai/attack-research/disclosures/cve-2026-9586-sangoma-switchvox-rce/
SANS Internet Storm Center StormCast Thursday, September 3, 2026
SMA1000 0-Day Patch; SSRF Validation Issues; Git Hijack for AI Agents; Faronics Abuse
https://isc.sans.edu/podcastdetail/10080
Sonicwall SMA1000 Exploited Vulnerability Patched
https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2026-0016
SSRF: The Validator Can Lie
https://xclow3n.com/post/the-validator-can-lie/
Git Hijack for AI Agents
https://www.manifold.security/blog/ai-coding-agents-git-hijack
Fronics Deploy Abuse
https://www.huntress.com/blog/faronics-deploy-abuse
SANS Internet Storm Center StormCast Wednesday, September 2, 2026
Guildma Update; Proxmox 7 Auth Bypass; Windows Hotpatch; Virtualizor BGP Hack
https://isc.sans.edu/podcastdetail/10078
Guildma (Astaroth) malware infection from Brazilian Portuguese email
https://isc.sans.edu/diary/Guildma+Astaroth+malware+infection+from+Brazilian+Portuguese+email/33300
Authentication bypass in EOL Proxmox VE 7 release
https://gist.github.com/nebusecurity/65fe90dd673d395b7926278d7eaf5849
Updated Windows Server hotpatch calendar
Virtualizor BGP Hijacking
https://www.virtualizor.com/blog/security-incident-bgp-hijacking/
My Upcoming Classes
https://www.sans.org/profiles/dr-johannes-ullrich
Catch up on recent editions of NewsBites or browse our full archive of expert-curated cybersecurity news.
Webinar | AI adoption is outpacing AI governance. Do you know where you stand? From Framework to Action: Applying the SANS AI Security Maturity Model | Wednesday, September 16 | Chris Cochran, Diana Kelley, Malcolm Harkins, and Kyriakos "Rock" Lambros turn the SANS AI Security Maturity Model into a real action plan.
Webinar | SANS 2026 Threat Hunting Survey Insights Event: The Evolution of Threat Hunting | Wednesday, September 23 | Josh Lemon | Learn how organizations around the world are adapting their hunting strategies to match the speed, complexity, and stealth of today’s threats.
Webinar | AI Threats to OT and ICS Security: How Industrial Organizations Are Detecting, Defending Against, and Adopting AI in Operational Technology Environments | Tuesday, October 6 | Michael Hoffman & Matt Wiseman
Webinar | SANS 2026 Exposure Management Survey Insights: Cyber Exposure at a Crossroads | Wednesday, October 7 | Jonathan Risto