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 UsCommunication security and Private Data Network provider KiteWorks — whose clients include "over 1,500 global corporations and government agencies" as well as institutions in health, finance, legal, and other sectors — has instructed its customers worldwide to shut down their KiteWorks servers for six hours on Saturday, September 26. KiteWorks CISO Frank Balonis explained in an email to customers that the company has, “received credible threat intelligence from law enforcement indicating an attack on Kiteworks systems may be imminent this weekend," and KiteWorks customer support says the shutdown "is to protect against any potential zero-day attacks." KiteWorks strongly recommends that all systems, even those not accessible from the internet, be shut down no later than 2:00 UTC and remain off until 8:00 UTC.

Kudos to KiteWorks for sharing the threat information, and this guidance from them is a bit of a gamble. Because they don't know what the attempted exploit will be, they are advising the shutdown regardless of version, network architecture, or security measures. Color me skeptical, but given the scope of the warning, there is nothing stopping the attackers from expediting (or delaying) and attacking outside the identified window. For now, make sure that you're on the current KiteWorks, and you've got your MFA/DDoS/WAF protections and monitoring dialed in and active regardless of your decision to shut down as advised. Fingers crossed that this is a non-event.

Oh my. You don’t see this every day. When a vendor receives credible law-enforcement intelligence indicating an attack may be imminent and tells every customer worldwide to shut down its systems for six hours, including systems that aren't Internet-facing, this is not the weekend to debate whether your particular deployment is "probably safe." Follow the vendor guidance. I echo Lee Neely in hoping this turns out to be a non-event, but we shall see. More broadly, this is a powerful reminder that resilience sometimes means being able to intentionally take a service offline. If six hours of planned downtime is unacceptable to your organization, imagine an attacker choosing the downtime for you. This is what threat intelligence is supposed to do: change defensive behavior before an attack happens.

The last time I remember seeing something like this was Drupalgeddon. If the company has forward awareness of a forthcoming attack because of a vulnerability, it must be very trivial to exploit. My question is why there’s a time window of exposure and not a “shutdown by” timeline. This one has me scratching my head; what does this company know that we are missing? If you are a customer of this product, and I would imagine that, given its age, it's probably going to be a fair number of large customers, this one is one that I would imagine I would be alerting folks on.
Four widely used agents developed for coding assistance — Anthropic Claude Code, OpenAI Codex, Microsoft GitHub Copilot, and Google Gemini CLI — are all vulnerable to a supply chain attack that can enable zero-click remote code execution through the plugin installation process, dubbed Plugin4Shell by Air Security. A specific commit of a plugin reviewed as safe can be pinned and locked to a 40-character SHA. However, none of the agents verify whether the code matches the pinned hash. If an attacker controls the source repository — either by publishing a legitimate plugin to switch out later or by compromising a trusted repository — malicious code can be substituted while the pin appears intact to the agent due to resolution ambiguities. In Claude Code and Codex, auto-update for plugins is enabled by default, meaning the swap can occur without any user interaction. Because the agent must run the check, marketplaces cannot address the issue. Anthropic and OpenAI have fixed the flaw in Claude Code 2.1.179 and Codex 0.146.0, respectively. Microsoft has not yet published a patch for GitHub Copilot, and Google recommends users migrate to Antigravity, as Gemini CLI has been deprecated and will not receive a patch.

The only mitigation for this is to update your agents — the fix has to be in the agent. Make sure that your team has updated their Claude Code or Codex to the current version and migrated to Antigravity where used. With the newness of our AI agents, updating to current versions and technology is something we all need to get our arms around. Make sure you're properly considering the risks of AI tools in use and govern them accordingly.

Most of us now run coding agents with plugins and skills, some of which we even forget we've enabled unless we're doing periodic hygiene. I try to follow my own advice here and periodically have Claude audit its own configuration. This raises the issue that AI plugins and skills are now a patch & hygiene management surface similar to browser extensions, IDE extensions, etc. You've heard me discuss placing the onus of responsibility on developers and software vendors to provide safe auto-updates, but “safe” is the key word. In this scenario, auto-update enabled the zero-click RCE. The agent asks Git for a specific commit; Git hands back an attacker's branch that shares the same name. Before the fixes, none of the four agents checked what actually got installed. If you pull plugins from a self-hosted git or Bitbucket instance, that could expose you. These same researchers previously got a harmless test plugin onto more than 26,000 agents through normal adoption, so I wouldn't file this under “purely theoretical.” What can you do? Do the same things as always: update where you can, evaluate auto-update settings for untrusted sources, and actually inventory the agents, plugins, and skills present in your environment. Inventorying these assets is difficult. Tooling is emerging to help, but I've seen very few organizations mature enough to manage this today, and none who truly have a complete handle on it. Last month I said browser extension inventory has been a necessary asset category for years, and agent plugins belong right next to it.

Pinning a plugin to a hash is supposed to mean, "Run exactly this reviewed code." If the agent records the hash but never verifies that the code it fetched actually matches it, the integrity control isn’t doing its job. A hash that isn't verified is merely decoration. We actually see this in our penetration testing projects rather often, where systems dutifully pass hashes or digital signatures around, but the receiving system fails to check them. Such an oversight is worse than worthless due to the false sense of security it provides. Coding agents make this especially dangerous because their plugins may inherit access to source code, credentials, build tools, and the ability to execute code. Treat the plugin resolution and update path as part of your software supply chain.

A good reminder that any use of AI by enterprises has to plan for continual patching as just one element making AI safe to use.
Air Security
CSA
The Monday Brief
Help Net Security
The Hacker News
The Register
Canonical has announced that Ubuntu kernel updates will now be released more frequently. The current release cadence is every four weeks for regular updates and every two weeks for the security kernel Stable Release Update (SRU) cycle. Canonical is moving to a cascading two-week cycle: "each cycle begins the week after the previous one starts. Because of this overlap, kernel releases will take place weekly. The first week will focus on Kernel packages preparation. ... The second week [will focus] on testing for Ubuntu certifications." The change was prompted by two developments: In 2024, the upstream Linux kernel community became its own CVE Numbering Authority (CNA), "arguing that at the kernel level, almost any type of bug that can affect a running system, could potentially be classified as a vulnerability;" and more recently, there has been a significant uptick in the number of vulnerabilities found due to AI-assisted bug hunting.

Consider this an impact of the increased number of vulnerabilities discovered and addressed. The trick will be finding a cadence for your Ubuntu users that isn't overly disruptive. Canonical is committing to those frequently updated kernels tested and certified, for the YOLO user hanging on the leading edge of releases. Even so, they are offering an option for users to do their own kernel acceptance testing, if you really need assurances or have need for expedited updates. This may be a time to consider using the LTS Ubuntu versions for increased stability.

Expect more vendors to adopt hyper-fast release cycles, as browsers have for years. I think it'll be this way for some time to balance security with stability.

I'll admit I got a little excited about this one. I've been saying for most of 2026 that vendors need to architect for seamless upgrades and micro patches, and that the mega patch dumps we're seeing were a sign that vendors were using AI-assisted testing for good. This feels like the next step: once the backlog is out the door, fixes should arrive in a steady stream instead of a periodic flood. To be fair, Canonical hasn't said each weekly kernel will be smaller, only that releases will come faster. But if the volume of fixes holds steady and you ship weekly instead of every two to four weeks, each release carries less — more “micro patches” — and each one still goes through the full two weeks of certification and regression testing. Smaller changes should be easier to test, easier to trust, and easier to back out when something breaks. Here's my worry, though. None of that helps if your change management process still runs monthly. Canonical is offering early access to release candidates for teams that want to move faster, plus workarounds within 24 to 48 hours of disclosure, but somebody on your side has to actually pick those up, and kernel updates still mean reboots unless you're live patching. So here’s a question for anyone running big Linux fleets: If a kernel fix shipped this Friday, when would it actually be running in production? If the honest answer is “sometime in the next 90 days when we have a reboot window,” then the advances of AI-enabled development and testing and the faster cadence isn't buying defenders and vuln management teams much yet. What would it take for your organization to deploy smaller changes faster, with confidence?

AI is enabling bad guys and good guys to find vulnerabilities faster — we need to see similar advances in IT ops ability to test and deploy patches faster.
While this is a security win driven by frontier model code analysis tools, it raises a major operational concern: Can organizations keep up with a higher volume of kernel releases? Given historical struggles with monthly patching, traditional methods fall short. The entire patch management framework needs a paradigm shift toward continuous automation, akin to how browsers update.

All Linux distributions are not equal.
F5 has published a security advisory warning users to patch a critical flaw in the BIG-IP Access Policy Manager (APM) that is known to be exploited at the time of disclosure. CVE-2026-94127, CVSS score 9.3, allows an unauthenticated attacker to perform remote code execution by sending malicious traffic to an appliance when a BIG-IP APM access policy and an OAuth profile are configured on a virtual server, exploiting a heap-based buffer overflow. This does not affect deployments that only use APM as an OAuth Client/Resource server without OAuth authorization server profiles configured — only BIG-IP APM configured as an OAuth Authorization Server and the BIG-IP system in Appliance mode are vulnerable. F5 notes that "this is a data plane issue; there is no control plane exposure." Users should consult the tables in F5's advisory to determine what products and versions are vulnerable and ensure fixed versions are applied. F5 Support can also be contacted to obtain an iRule to apply to the affected BIG-IP APM virtual server for mitigation. Three clustered indicators of compromise should prompt additional investigation: "multiple OAuth authentication failures, followed by suspicious commands, shortly followed by a TMM SIGABRT is the combination that should lead to human review of the system." This flaw was added to the US Cybersecurity and Infrastructure Security Agency's Known Exploited Vulnerabilities catalog (CISA KEV) on September 22, with a three-day mitigation deadline for Federal Civilian Executive Branch (FCEB) agencies.

I would go for the patch, actually a hotfix, rather than getting the iRule. It's tempting to see if your APM configuration is a vulnerable one, but you're still going to need to apply the hotfix, so maybe just get that done. Make sure your threat hunters had their coffee before checking for the IoCs, as they're going to have to look carefully to see if this is really an attack or legitimate authentication failures.
K000162605: BIG-IP APM vulnerability CVE-2026-94127
KEV
Help Net Security
The Hacker News
SecurityWeek
BleepingComputer
This week, the US Cybersecurity and Infrastructure Security Agency (CISA) has added seven vulnerabilities to the Known Exploited Vulnerabilities (KEV) catalog; all seven have three-day mitigation windows for Federal Civilian Executive Branch (FCEB) agencies. CVE-2026-7273, CVSS score 8.8, is a stack-based buffer overflow vulnerability in Zyxel GS1900 Series Switches. CVE-2026-93952, CVSS score 9.5 / 10.0, is an improper input validation Vulnerability in Arista VeloCloud Orchestrator. CVE-2026-94127, CVSS score 9.3 / 9.8, is a heap-based buffer overflow vulnerability in F5 BIG-IP APM, which is described in another summary in this issue of NewsBites. CVE-2026-93616, CVSS score 9.8, is a path traversal vulnerability in multiple Check Point products. CVE-2026-85102, CVSS score 9.8, is an improper certificate validation vulnerability in multiple Check Point products. CVE-2026-5430, CVSS score 10.0, is a path traversal vulnerability in multiple WSO2 products. Finally, CVE-2026-71362, CVSS score 9.1, is an incorrect authorization vulnerability in Adobe Commerce and Magento. In addition, the KEV entry for CVE-2026-63077 — CVSS score 9.8, a deserialization of untrusted data vulnerability in JetBrains TeamCity — was updated to reflect that it is now known to be used in ransomware attacks. CVE-2026-63077 was added to the KEV on August 5, 2026.

As noted previously, three-day KEV deadlines are becoming really common. Consider this a reflection of the current threat environment rather than anything negative or sinister. You should already be tracking these, as most have updates that you're already working on. Consider subscribing to CISA's KEV notices so you get the alerts sooner than later.
Is it just me, or is this turning into a record year for KEV catalog additions? Either way, it's a loud wake-up call for information security teams to double down on patch management and automate as much of the process as possible. Between the sheer volume of entries and those shrinking mitigation windows, CISA is clearly sending a strong signal.

Pshew… there's a whole lotta high CVSS scores here. A couple of weeks ago in NewsBites, I wrote that "Unknown" in KEV's ransomware-use field means exactly that: _Unknown_, not _No_. Here's a nice illustration. TeamCity CVE-2026-63077 was added to KEV on August 5 because exploitation was already confirmed. Only now has the ransomware-use field been updated to Known. The lesson isn't that KEV somehow predicted ransomware. It's that confirmed exploitation was already enough reason to act. Don't wait for the retrospective label, especially if mission-critical systems are involved.

The three-day mitigation window is becoming the default. This would be consistent with the observation that CISA wants to focus its intelligence on things that really require timely action.
CISA KEV
CISA KEV
CISA KEV
CISA KEV
CISA KEV
CISA KEV
CISA KEV
CISA KEV
SCWorld
The US Cybersecurity and Infrastructure Security Agency (CISA) has published a whitepaper describing improvements it will be making to the Common Vulnerabilities and Exposures (CVE) program. CISA writes that "as the CVE Program continues to grow with new CVE Numbering Authorities (CNAs) and Roots joining from around the world, it is once again reaching an inflection point where it must evolve to meet the cybersecurity community’s needs." The paper, “CVE Program: Establishing a Quality Era Framework,” describes four "quality dimensions" that are intended to improve the CVE program: program governance, ecosystem participation, data infrastructure, and CVE record content; these dimensions map to lines of effort enumerated in CISA's September 2025 publication, “CISA Strategic Focus | CVE Quality for a Cyber Secure Future.” The CVE program has faced uncertainty since its funding was threatened in April 2025 and since the inundation of vulnerabilities being discovered with AI assistance. Adrian Sanabria stated to GovInfoSecurity that he found the paper "kind of disappointing," noting its lack of specific plans for tackling very real problems, including the CVE program's enrichment backlog.

The whitepaper is four pages and really lays out the issues, challenges and opportunities. The next steps lie in CISA's coordination with the CVE working groups. While I'd like a more specific plan, given the time of year, it's unlikely they have their budget settled for FY27 and are hedging their bets accordingly. You can get information or join a working group by visiting the "Contacting the CVE Program" web page.
While CISA's white paper is a solid first step, the focus must shift to implementing its four quality dimensions. This requires reconciling CISA's proposed FY2027 budget cuts with upcoming congressional appropriations. Frameworks are helpful, but funding is what turns policy into action.

The CVE system is a bit broken right now, and fixing it will require more industry scrutiny. I am not sure how we get to a point where CVE is more useful, but right now we are seeing a breakdown in the overall program. A single Microsoft Patch Tuesday in 2026 would account for a large percentage of the bugs found in 2024.

Moses is right that the CVE ecosystem is under real strain. The identifier itself is only the beginning; CVE records have become foundational input to vulnerability management tools and processes throughout the industry, including the nascent VulnOps capabilities organizations are starting to develop. If those records are incomplete, inconsistent, or late, every downstream system inherits that uncertainty. CISA's quality dimensions make sense to me. The real test will be whether they measurably improve enrichment speed and record quality at scale.

The rapid increase in reported vulnerabilities increases the need to focus on those that are known to be actively exploited.
The US Federal Bureau of Investigation (FBI) is conducting an investigation following a claim that over two terabytes of agents' sensitive personal information was stolen in a data breach. 404 Media examined a sample of data offered by the threat actor, using tools for analyzing open-source intelligence and compromised data, and found the information to be consistent with existing records and corresponding identities. On September 22, the FBIjobs[.]gov website was defaced with a logo for the ShinyHunters threat actor group, and the site remains unavailable as of this writing. A post on the ShinyHunters leak website states that the group intends to coerce the FBI into removing a May 2026 public service announcement that ShinyHunters feels misrepresents the group’s modus operandi. The FBI has stated that the agency "is aware of a cyber-criminal enterprise group claiming a compromise of the FBIJobs[.]gov portal and alleged impact to FBI employee personally identifiable information (PII). While the point of breach is still undetermined — whether a third-party or the FBI’s enterprise — we are actively and aggressively investigating this matter and working closely with those third-party providers that support FBIJobs[.]gov to mitigate any and all risk."

The extortion demand here speaks to how cybercrime continues to resemble legitimate business, right down to brand management: ShinyHunters isn't asking for money (at least not publicly). They're asking the FBI to take down a PSA they don't like and makes them look bad (laughable — they're _criminals_, of course they look bad). Back in August I wrote about LockBit's “pirate's code,” and this is in the same theme. The PSA in question is about attacks on learning management systems, and describes the group harassing victims and their family members with threatening calls, texts, and in some cases swatting. That said, threatening to publish FBI agents' home addresses and their spouses' information is a strange way to argue you've been mischaracterized as a villain. The long tail here is the risk of the data being sold to people with far more patience and nefarious interests than ShinyHunters themselves. That said, groups like this often overblow their claims; the PSA in question even warns that this group uses "real or exaggerated claims of access" to pressure victims, so take the scale claims with a grain of salt until they are confirmed. If you run HR or recruiting platforms, where are they in your tabletops (you ARE running regular tabletops, right)? What could an adversary do to your business, reputation, or employee and customer trust with that data? Employee and applicant home addresses are the kind of data that turns a breach into a physical safety problem for people and their families, especially in sensitive industries aligned against these groups (security, law enforcement, research, victim advocacy). Who can pull that data in bulk today, and would you know if they did?

This feels like ShinyHunters got upset and found a weakness in the FBI's jobs site. Take this as a reminder to have consistent security across your sites, especially those with sensitive information. Even more so where you've outsourced a service or function. The onboarding process needs to include a validation of security settings, to include sign-off and regular verification the configuration hasn't drifted.
While it is a poor look for an organization known for cyber best practices, this incident highlights the need to audit third-party vendors. Since external support providers are effectively part of your cybersecurity ecosystem, they must be held to the same internal control standards.
404 Media
404 Media
Nextgov/FCW
The Record
TechCrunch
CyberScoop
IC3
In a September 22, 2026 filing with the US Securities and Exchange Commission (SEC), California-based Astrana Health disclosed that it experienced "a series of social engineering attempts" that resulted in "certain private and/or confidential information maintained on the Company’s servers [being] accessed and/or acquired without authorization." Astrana has not yet determined what specific information was compromised. The threat actors impersonated company personnel and spoofed phone numbers while contacting employees and seeking unauthorized access to company systems. Astrana has notified law enforcement and is notifying regulators and partners. The company brought in third-party experts for assistance, and has reset system credentials, restricted the operation of remote access tools, taken steps to improve monitoring, logging, and detection, and restored some systems from clean backups. An investigation is ongoing.

Astrana is a healthcare management company that provides back-office services, including claims and billing. This is another social engineering attack, this time using fake Caller-ID to fool people into thinking the call was from the company itself. Two thoughts here: First, remind people to not assume the calls are coming from the identified number, and when in doubt call the known number (not one provided by the caller); and secondly, move away from reusable credentials. For extra credit, make sure you're actively monitoring and retiring user accounts, both for remote and system/application access.

This TTP isn't new and has become a go-to entry point over the last two years. Think about how much implicit trust we place in an internal number showing up on caller ID. I've said before that changes like MFA resets need an out-of-band callback, but those callbacks must go to a number _you_ already know, because an inbound call that appears to be from your own company proves nothing. STIR/SHAKEN (https://www.fcc.gov/call-authentication) was supposed to help, but the attestation rarely reaches the person answering the phone, and I'd like to see the FCC push further. The response actions also include “restricting remote access tools,” which I'd read as a hint that someone may have been talked into letting “IT” connect to their machine. If you don't already allowlist remote access tools with JIT access and auditing, and alert on new ones appearing, add this to your list. Some caveats: no ransomware has been confirmed, no group has claimed this, and restoring from clean backups is standard practice after any compromise, so don't read too much into that line yet. It is still undetermined what data was taken. This is also the fourth healthcare story I've commented on in about a month, after CareCloud, SickKids, and Boston Scientific. So here's my question for healthcare security teams: I know you're dealing with challenging environments where patient safety is paramount and tech modernization is often underfunded, but how are we doing on security awareness and security culture? How many of your employees would challenge a call that appears to come from your organization's main phone number? If we can't entirely block the access (RMM tools and spoofed phone numbers), what are we doing to build awareness and focus additional logging and hardening from a threat-informed-defense perspective?
The filing confirms it was a phishing attack, but we still don't know which controls failed to stop it. Astrana handled the incident about as well as expected. Since AI is making phishing more believable every day, someone getting tricked is practically bound to happen. Instead of trying to prevent every human error, the focus needs to be on solid cybersecurity basics, especially patch and configuration management.

It's pretty brazen for the attackers to use social engineering the way they did, but as I am thinking about it, with the way that AI is going, I suspect that we will see a dramatic increase in this, much more so than is expected.

I'm seeing an uptick in voice-based phishing attacks with the organizations and people I work with. Several reasons for this: First, after years of training, people are getting better at spotting and reporting phishing email attacks, so attackers have shifted to a modality that people may not be as trained on. Second, when you get someone on the phone, most security teams do not have visibility or control of those devices, so people are more vulnerable. Third, it's much easier to channel emotion in a phone call versus an email, making calls more effective. Finally, AI introduces a whole new attack method with Voice Cloning, now easy to do and very effective. These voice-based attacks will only increase in frequency and sophistication for the simple reason that they work.

All processes, digital and human, that face the public networks, Internet, POTS and even the postal system, are part of the attack surface and must be managed accordingly. Greed, lust, sloth, curiosity, urgency, and even good intentions are fundamental, persistent, and pervasive vulnerabilities.
The Privacy Commissioner of Canada has launched an investigation into the IDScan[.]net data breach that compromised personal data and scans of driver's license and other forms of identification belonging to over 170 million individuals in North America. IDScan is used by a wide range of organizations, including those in the retail and hospitality sectors, to verify government-issued identification documents. The investigation will examine the company's security practices that were in place at the time of the breach as well as its breach notification practices, with the goal of establishing whether IDScan's security posture and actions following the breach comply with Canada's Personal Information Protection and Electronic Documents Act (PIPEDA). IDScan learned of the incident on September 1, 2026, and disclosed it publicly three days later.

Given the scope of the incident, this doesn't come as much of a surprise. Here’s the thing: It's likely IDScan is still heads-down in their own investigation and recovery. Consider how you would handle supporting the outside investigation without derailing your existing effort if you were in their shoes. Decide how much you want to disclose before your actions are finalized. Enlist legal counsel in this plan, as this isn't the sort of outside investigation you can dismiss.

It would have been reasonable for IDScan to use the credentials that it verified to refine its algorithm. To retain them, not so much. Reckless. The lesson for the rest of us is that if one does not retain it, one cannot leak it.
Police in Latvia have arrested an individual suspected of conducting cyberattacks against two companies, including accessing databases, stealing information, and attempting to extort money from those companies in exchange for not leaking the stolen data. One of the attacks was detected in February 2026, and a second attack was detected earlier this month. Authorities believe the attacker scanned for systems with security weaknesses rather than targeting specific companies. While searching the suspect's residence, authorities discovered evidence related to possible attacks against other organizations in Latvia and in other countries. Those incidents are being investigated. The September breach targeted electronics repair company TSC. The data stolen in that incident include names, phone numbers, email and physical addresses, device IMEI codes, device access codes, and bank account information. Authorities connected the recent breach to the one conducted earlier in the year through similarities in the attacker's methodology. The name of the company targeted in the February attack was not disclosed.

This isn't a nation state or hacker group with known targets; this looks like an individual with a known working exploit, trying to act like a ransomware gang. If you have an exploit for a specific weakness, you're going to scan widely for potential targets and go after them, seeking nails to hit with your hammer. That said, this isn't consequence-free activity, as this suspect is finding out. Expect forensic activities to result in additional charges.
SANS Internet Storm Center StormCast Friday, September 25, 2026
Tricky Phishing URL; MacSync Malware Update; SolarWinds Observable Patch
https://isc.sans.edu/podcastdetail/10110
One URL, Three Different Tricks
https://isc.sans.edu/diary/33366
Send GitLab an email, push to main
https://www.aikido.dev/blog/gitlab-email-push-to-main
macOS MacSync Malware Update
https://www.helpnetsecurity.com/2026/09/25/macsync-info-stealing-malware-for-macos/
SolarWinds Observability Self-Hosted 2026.2.3
SANS Internet Storm Center StormCast Thursday, September 24, 2026
Macfinger ClickFix; Malicious Terraform; MikroTik and F5 Big IP Vulnerability Details
https://isc.sans.edu/podcastdetail/10108
Macfinger ClickFix Campaign
https://isc.sans.edu/diary/Macfinger+ClickFix+campaign/33360
Graphalgo campaign spreads to Terraform providers and Go Modules
https://www.aikido.dev/blog/graphalgo-terraform-go-modules
MikroTik vulnerabilities technical analysis
https://cert.pl/en/posts/2026/09/mikrotrick-technical-analysis/
F5 Big-IP Vulnerability Details CVE-2026-94127
SANS Internet Storm Center StormCast Wednesday, September 23, 2026
GET with Body; Checkpoint, VeloCloud, BigIP and Microsoft Defender 0-days
https://isc.sans.edu/podcastdetail/10106
The Truth about GET and HTTP Standards
https://isc.sans.edu/diary/The+Truth+about+GET+and+HTTP+Standards/33358
CVE-2026-93616: 0-Day Remote Code Execution Vulnerability patch in Checkpoint Management Server
https://support.checkpoint.com/results/sk/sk1000171/
VeloCloud Orchestrator (VCO) Patch for Exploited Vulnerability CVE-2026-93952
https://www.arista.com/en/support/advisories-notices/security-advisory/24765-security-advisory-0183
F5 BigIP APM Exploited Vulnerability Patched CVE-2026-94127
https://my.f5.com/manage/s/article/K000162605
My Upcoming Classes
Catch up on recent editions of NewsBites or browse our full archive of expert-curated cybersecurity news.
If an AI agent caused an incident tomorrow, what evidence could you actually produce? SACR's Endpoint Control and Prevention report maps five zones for the layer where agents work. On October 1, the analyst who wrote it and Origin's founder walk through it live, then go deep on the trace itself.
SANS Research | The State of AI Security Maturity Benchmark Survey | AI adoption is outpacing your ability to assess it. Take 10 minutes to shape SANS' benchmark and get early access to results so you can see exactly where your program stands.
Webinar | SANS 2026 Exposure Management Survey Insights: Cyber Exposure at a Crossroads | Wednesday, October 7 | New global survey data exposes the gap between exposure visibility and risk-based action. Join to benchmark your program's maturity and get concrete steps to close the gap.
Webinar | SANS 2026 Cloud Security Survey Insights: Navigating the Evolving Landscape of Threats, Tools, and Priorities | Wednesday, October 21 | Explore the survey findings, gain practical insights, and benchmark your organization’s approach to cloud security.