π¨ CVE-2026-44578 just dropped with a CVSS score of 8.6 affecting Next.js versions from 13.4.13 prior to 15.5.16 and 16.0.0 prior to 16.0.5.
This fixes a Server-Side Request Forgery vulnerability that allows an unauthenticated attacker to retrieve internal content of any host reachable via port 80.
The issue is related to how Next.js deals with HTTP/1.1 WebSocket upgrade handler impacting self-hosted applications that are directly exposed to the internet.
This vulnerability is fixed in v15.5.16 and v16.2.5.
More details: https://t.co/A9qUB0uhjU
π¨ Exim v4.99.3 is out, patching a critical use-after-free vulnerability.
CVE-2026-45185 allows an unauthenticated attacker to achieve #RCE, affecting all versions prior to v4.99.3.
#AppSec teams should pay close attention. Exim often sits as a core dependency under other mail-handling stacks and appliances, meaning the blast radius extends well past direct deployments.
Be sure to upgrade to v4.99.3
https://t.co/6YV4IcPEX8
What can you learn from n8n's OverDoS vulnerability? Mainly how to handle design decisions around implementing OpenID's DCR (Dynamic Client Registration). If you have an OAuth 2.0 enabled application, you might want DCR: but you also have to think it through!
See more on our first-ever Substack post: "OverDoS: How OpenID bit n8n" -- https://t.co/bohkev0thn
We'll show you how reasonable design decisions led to potential for a massive denial of service, and how the folks at n8n made small changes to dramatically reduce the risk.
Make sure you've patched #n8n to avoid #OverDoS, a vulnerability that allows attackers to take down any n8n instance they can connect to. Three safe patch levels, depending on your branch: 1.123.32; 2.18.1; 2.17.4
Checkmarx Zero researcher Ori Ron reported this unauthenticated DoS issue to n8n, who responded promptly with a fix and coordinated disclosure as #CVE-2026-42236 (CVSS v4.0 = 8.7).
Root cause is the implementation of Dynamic Client Registration (#DCR), which makes the vulnerability very difficult to mitigate sufficiently; we're recommending that you prioritize patch deployment, **especially if your n8n server is reachable on the public internet**.
Details, tactics, demo, and more information available on the Checkmarx Zero blog: https://t.co/Kci6hWbSTt
#CopyFail has been added to the CISA KEV; and it's an AppSec consideration that too many practitioners are ignoring.
The Linux vulnerability (CVE-2026-31431) can allow for privesc from unprivileged to root, and is seeing active exploitation. AppSec teams sometimes ignore such things as an "ops problem". But if you're using containers to distribute your app, that's a clear #SoftwareSupplyChain matter, and should definitely be in scope for AppSec teams.
But look further as well: even if you're running your application on a more traditional server, or on something like EC2 instances, don't think of host OS vulnerabilities as purely an ops problem. The OS your apps run on top of massively affects the operational safety and security of the application. You're a stakeholder.
Even if ops "owns" the patching of the OS, you should have a seat at that table, influencing priority and tracking patching progress.
Come check out our director of security research, Ricardo, at #DevWorld in Amsterdam this week! He speaks on Thursday May 7 at 16:00 CEST.
He'll be diving deep into Model Context Protocol (#MCP) and its #CyberSecurity risks for organizations adopting #AI.
#AISecurity#LLM #ApplicationSecurity #InformationSecurity
A Critical unauthenticated #RCE via Import Authorization Bypass (CVE-2026-41679) was found in #Paperclip with a CVSS score of 10.0.
The issue was found in @paperclipai/server npm package affecting all versions prior to v2026.416.0 and canary/v2026.410.0-canary.1. The vulnerability was disclosed with a working PoC that chains 6 API requests leading to full control of the paperclip server OS.
Stay safe by upgrading paperclipai to v2026.416.0 or `canary/v2026.424.0-canary.0`.
In times where agents are given broad permissions to run systems, it's more important than ever to know what you're running, who built it, and whether the front door is actually locked.
More details here: https://t.co/d0Tvmkagzx
Come meet Erez Yalon and Darren Meyer at #OWASP's #SnowFROC conference this Friday!
At 2pm local time in #Denver, they'll be on stage talking about breaking #MCP in Agentic AI systems.
With the #Axios supply chain issue last week, you might have missed a couple of other supply chain issues. #LastWeekInAppSec included:
π¨ rapid exploitation of a code injection + RCE in #Langflow AI platform (#CVE-2026-33017)
π΅οΈββοΈ a clever malicious #Python package (#Telnyx) that used a valid .wav audio file to hide its payload.
β· Read the details: https://t.co/TGsOEVB97R
#AppSec #DevSecOps #MaliciousPackage #SupplyChainSecurity #DevOps #LLM #AISecurity
A critical path traversal vulnerability (CVE-2025-15036) has been identified in MLflow with a CVSS score of 9.6.
The extract_archive_to_dir function within mlflow/pyfunc/dbconnect_artifact_cache.py lacks validation of tar member paths during extraction. An attacker with control over a tar.gz file can exploit this to overwrite arbitrary files or gain elevated privileges, potentially escaping the sandbox directory entirely.
This is especially dangerous in multi-tenant or shared cluster environments, and affects all versions before v3.7.0.
Stay safe by upgrading to MLflow v3.7.0 or later and restricting access to untrusted tar.gz archives until you've patched.
Path Traversal in mlflow - CVE-2025-15036
https://t.co/eM4jFimdJe
Are you doing enough to protect your developers against malicious IDE plugins? The latest tactic changes in the #GlassWorm campaign are once again showing us that this is an important and emerging threat.
Daniel Miranda and Daniela Fonseca give us a deeper look into how the campaign is evolving. They know what they're talking about: they're part of our team that hunts these malicious IDE extensions and gets them taken down.
β· READ the article: https://t.co/h0JlPg70Ru
#AppSec #DevSecOps #DevOps #ProductSecurity #Malware #VSCode
π¨Axios Supply Chain Attack
A new supply chain attack has been identified targeting the widely used Axios package, introducing malicious code into published versions.
Compromised versions: axios: 1.14.1, 0.30.4
These compromised versions inject a malicious dependency: plain-crypto-js: 4.2.1
These malicious packages are already identified by our Malicious Package Identification API (MPIAPI), and flagged by Malicious Package Protection (MPP) during SCA scans, helping protect Checkmarx customers as the campaign evolves.
π Why this matters
- Executes across dev, CI/CD, and production environments
- Enables outbound communication to attacker-controlled infrastructure
- Risks data exfiltration and remote payload execution
- High blast radius due to Axios adoption
π§ͺ How to check if you may be impacted
- Check installed versions: npm list axios / npm list plain-crypto-js
- Look for traffic to: sfrclak[.]com (142.11.206.73)
- Review logs for anomalies
π‘οΈ Recommended actions
- Remove affected versions immediately
- Pin dependencies to trusted versions
- Block known IOCs at network level
- Audit CI/CD pipelines for automatic updates
- Rotate credentials if exposure is suspected
This is another reminder that software supply chain attacks are increasingly targeting high-trust, widely used libraries.
#AppSec #SupplyChainSecurity #OpenSourceSecurity #DevSecOps #SCA #CyberSecurity #Axios
A critical unauthenticated #RCE vulnerability (CVE-2026-33017) has been identified in #Langflow.
The /api/v1/build_public_tmp/{flow_id}/flow endpoint allows attackers to supply malicious flow data containing arbitrary Python code, which is executed via exec() without sandboxing. This results in full remote code execution without requiring authentication.
Unlike previous fixes, this endpoint is intentionally public but improperly trusts user-controlled input.
Stay safe by restricting access to public flow endpoints and avoiding untrusted flow data until a fix is available.
https://t.co/02l15k3iFN
π¨ #PhantomRaven update
The Checkmarx Zero research team identified additional packages linked to the latest activity in this ongoing supply chain campaign.
To support the security community and maintain transparency, weβre sharing an updated list of packages tied to the campaign, including previously reported packages and newly discovered ones identified by Checkmarx Zero.
π¦ List of packages (previously reported + newly discovered): π https://t.co/kEzuV44saX
#OpenSourceSecurity #SupplyChainSecurity #npm #Malware #AppSec #PhantomRaven
AI-based security review tools are fascinating, so of course we've been pushing them to discover their strengths and limits.
One of our senior security researchers, Alon Lerner, noted that security review commands and tools in LLMs definitely sound very confident in their results. But that confidence is often unearned.
LLM-based tools are probabilistic, require significant context to get meaningful results, and make important mistakes in analysis that can mislead AppSec teams and developers.
But there's real value available to organizations that adopt these tools to augment their security programs. IF you understand the strengths and limitations and use them wisely.
Learn more: https://t.co/khjmDJOdUZ
Whoever had "AI attacks against GitHub Actions" on their #AppSec bingo card won this last week with the "hackerbot-claw" thing. We cover that story and more:
π¦ OpenClaw had a vulnerability leading authenticated gateway users to be able to completely take over the host agents.
π€ ModelScope MS-Agent bug (CVE-2026-2256) enabled OS command execution
π¦ "Contagious Interview" followup campaign got the "name and logo" treatment as StegaBin
πΈοΈ Popular Wordpress extension SiteOrigin Page Builder didn't keep its template discovery well-contained (CVE-2026-2448)
For details on the hackerbot-claw campaign and those other stories, check out our latest Last Week In AppSec feature: https://t.co/N51sHRYBRm
#LastWeekInAppSec #AISecurity #SupplyChainSecurity #ApplicationSecurity #Cybersecurity
π’ CVSS 10.0 Critical RCE disclosed in OpenClaw npm module prior to 2026.2.14
Remote Code Execution in openclaw results in full host takeover, exposed when an attacker manages to authenticate to gateway, meaning this is an elevation of privilege allowing lateral movement and increased access.
Fixed in [email protected].
π¦ https://t.co/BNGE6Q4Gjx
#RCE #OpenClaw #Vulnerability #AISecurity
Following up on yesterday's alert regarding the reactivation of the "Contagious Interview" campaign on #npm, we've identified 18 new malicious packages.
At the time of writing, three of them are still up in npm:
chai-as-confirmed
chai-as-refined
js-nodecat
This time, some of these packages include variations with "chain", and other typosquatting names of known packages (e.g., argonnode instead of argon, js-nodecat instead of nodecat).
Developers must stay vigilant:
π Review your installed packages and dependencies carefully.
π« Do not install any package containing `smoke:pino` or `smoke:file` in the "scripts" section of package.json.
A critical #RCE vulnerability has been identified in #Langflow prior to version 1.8.0. The CSV Agent node hardcodes allow_dangerous_code=True, exposing the LangChain Python REPL tool. This misconfiguration allows attackers to exploit prompt injection to execute arbitrary Python and OS commands, resulting in full remote code execution.
Stay safe by updating Langflow to version 1.8.0.
https://t.co/FD3FDicD5H