Continue reading the full briefing.
Check Point Security Management Server, Multi-Domain Security Management Server, Log Server, Multi-Domain Log Server, and SmartEvent contain a path traversal vulnerability that allows an unauthenticated attacker to upload and execute arbitrary scripts.
Why it matters: Check Point Multiple Products may let a crafted path escape its intended directory, exposing configuration, credentials, application data, or a writable execution location.
What to verify: Identify the service account and filesystem boundary, review unusual path sequences in logs, patch the canonicalization check, rotate secrets from readable files, and retest encoded traversal variants.
Open the original source record
CVE-2026-61742: DBHub HTTP transport DNS rebinding allows unauthenticated browser-origin SQL execution
### Summary DBHub `0.21.2` exposes an unauthenticated HTTP MCP endpoint when started with the documented HTTP transport mode, for example `–transport http –port 8080`. The HTTP server attempts to protect browser-origin access by checking whether the `Origin` hostname equals the `Host` hostname, then reflecting the validated `Origin` into `Access-Control-Allow-Origin`. This does not stop DNS rebinding. After an attacker-controlled hostname rebinds to a victim-accessible DBHub HTTP server, both `Origin` and `Host` can contain the attacker-controlled hostname,…
Why it matters: @bytebase/dbhub participates in the path from source code to production. A weakness can inherit runner permissions, build secrets, trusted artifacts, or deployment access.
What to verify: Trace untrusted input through pull requests and jobs, review token scope, isolate runners, pin trusted dependencies, and rebuild affected artifacts after remediation.
CVE-2026-61741: http4s-scala-xml has an XML External Entity (XXE) processing issue
http4s-scala-xml provides `EntityDecoder[F, scala.xml.Elem]` instances that parse XML message bodies. These decoders used a `javax.xml.parsers.SAXParserFactory` obtained from `SAXParserFactory.newInstance` without any security configuration. With the JDK's default settings, the parser resolves DOCTYPE declarations, external general and parameter entities, and external DTDs. An application that uses these decoders to parse untrusted XML is vulnerable to XML External Entity (XXE) attacks. An attacker can craft a request that: – discloses local files readable by the service process, -…
Why it matters: org.http4s:http4s-scala-xml_2.12, org.http4s:http4s-scala-xml_2.13, org.http4s:http4s-scala-xml_3 participates in the path from source code to production. A weakness can inherit runner permissions, build secrets, trusted artifacts, or deployment access.
What to verify: Trace untrusted input through pull requests and jobs, review token scope, isolate runners, pin trusted dependencies, and rebuild affected artifacts after remediation.
CVE-2026-61604: ixo Blockchain x/bonds DID-resolved payer drain + x/entity ICA authorization bypass
Impact Type: Improper authorization leading to unauthorized movement of user funds. The x/bonds module moved funds from an address that was resolved from a DID verification method, without verifying that the resolved address belonged to the transaction signer. Affected handlers included MsgMakeOutcomePayment, MsgBuy, MsgSell, MsgSwap, and MsgWithdrawShare, as well as the batch order processor. Because any account may list an arbitrary blockchainAccountID as a verification method on a DID it controls (without the consent of…
Why it matters: github.com/ixofoundation/ixo-blockchain/v8, github.com/ixofoundation/ixo-blockchain/v7, github.com/ixofoundation/ixo-blockchain/v6 participates in the path from source code to production. A weakness can inherit runner permissions, build secrets, trusted artifacts, or deployment access.
What to verify: Trace untrusted input through pull requests and jobs, review token scope, isolate runners, pin trusted dependencies, and rebuild affected artifacts after remediation.
Coverage by security desk
Exploited and critical vulnerabilities
- CVE-2026-5430: WSO2 Multiple Products Path Traversal Vulnerability – WSO2 API Control Plane, API Manager, Traffic Manager & Universal Gateway contain a path traversal vulnerability that could allow for unrestricted file upload and lead to remote code…
- CVE-2026-71362: Adobe Commerce and Magento Incorrect Authorization Vulnerability – Adobe Commerce and Magento contains an incorrect authorization vulnerability that could allow an attacker to leverage this vulnerability to gain elevated access to sensitive resources without any user…
- CVE-2026-85102: Check Point Multiple Products Improper Certificate Validation Vulnerability – Check Point Security Gateway and Check Point Spark Firewall using Site to Site VPN or Remote Access VPN contain an improper certificate validation vulnerability which could allow an…
Linux and open-source operations
- USN-8818-1: Linux kernel vulnerabilities – It was discovered that some Arm processors could complete a broadcast translation lookaside buffer (TLB) invalidation before memory writes made through the invalidated translation were globally observed. A…
Windows and Microsoft security
- What’s new in Microsoft Security: September 2026 – This month's updates help you discover and control local AI agents, extend Zero Trust to agent traffic, and strengthen SOC foundations. The post What’s new in Microsoft Security:…
Network, VPN, firewall, and edge security
- CVE-2026-61742: DBHub HTTP transport DNS rebinding allows unauthenticated browser-origin SQL execution – ### Summary DBHub `0.21.2` exposes an unauthenticated HTTP MCP endpoint when started with the documented HTTP transport mode, for example `–transport http –port 8080`. The HTTP server attempts…
- Cisco Secure Firewall Adaptive Security Appliance, Secure Firewall Threat Defense, and Secure Firewall Management Center Software Hardening Release: September 2026 – As part of Cisco's ongoing commitment to proactive security and product quality, the Cisco Secure Firewall Adaptive Security Appliance (ASA) Software, Cisco Secure Firewall Threat Defense (FTD) Software…
Web applications, APIs, and WordPress
- CVE-2026-61742: DBHub HTTP transport DNS rebinding allows unauthenticated browser-origin SQL execution – ### Summary DBHub `0.21.2` exposes an unauthenticated HTTP MCP endpoint when started with the documented HTTP transport mode, for example `–transport http –port 8080`. The HTTP server attempts…
- WordPress 7.1.2 Release – This security release features a fix for a critical severity security vulnerability. Because this is a security release, it is recommended that you update your sites immediately. You…
DevOps and software supply chain
- CVE-2026-61742: DBHub HTTP transport DNS rebinding allows unauthenticated browser-origin SQL execution – ### Summary DBHub `0.21.2` exposes an unauthenticated HTTP MCP endpoint when started with the documented HTTP transport mode, for example `–transport http –port 8080`. The HTTP server attempts…
- CVE-2026-61741: http4s-scala-xml has an XML External Entity (XXE) processing issue – http4s-scala-xml provides `EntityDecoder[F, scala.xml.Elem]` instances that parse XML message bodies. These decoders used a `javax.xml.parsers.SAXParserFactory` obtained from `SAXParserFactory.newInstance` without any security configuration. With the JDK's default settings, the…
- CVE-2026-61604: ixo Blockchain x/bonds DID-resolved payer drain + x/entity ICA authorization bypass – Impact Type: Improper authorization leading to unauthorized movement of user funds. The x/bonds module moved funds from an address that was resolved from a DID verification method, without…
AI and agent security
- AI-powered fuzzing with the GitHub Security Lab Taskflow Agent – In this blog post, I explain how to use the new fuzzing taskflow based on the GitHub Security Lab Taskflow Agent AI framework. The post AI-powered fuzzing with…
Priority actions for today
- Confirm exposure: match CVEs and vendor advisories to exact products, versions, internet reachability, and business-critical roles.
- Move exploited items first: patch, isolate, or disable affected paths for confirmed known-exploited technology before routine CVSS-only work.
- Preserve evidence: review authentication, process, endpoint, network, and management-plane telemetry before rebooting or replacing an affected system.
- Validate remediation: prove that the fixed version is running, required restarts are complete, controls still report healthy, and exceptions have owners and deadlines.
Primary sources and references
- CISA Known Exploited Vulnerabilities: CVE-2026-5430: WSO2 Multiple Products Path Traversal Vulnerability
- CISA Cybersecurity Advisories: CVE-2026-5430: WSO2 Multiple Products Path Traversal Vulnerability
- CISA Known Exploited Vulnerabilities: CVE-2026-71362: Adobe Commerce and Magento Incorrect Authorization Vulnerability
- CISA Known Exploited Vulnerabilities: CVE-2026-85102: Check Point Multiple Products Improper Certificate Validation Vulnerability
- CISA Cybersecurity Advisories: CVE-2026-85102: Check Point Multiple Products Improper Certificate Validation Vulnerability
- NIST National Vulnerability Database: CVE-2026-97359: HFS2 version 2.4.0 and earlier contains a template injection vulnerability in the…
- CISA Known Exploited Vulnerabilities: CVE-2026-93952: Arista VeloCloud Orchestrator Improper Input Validation Vulnerability
- CISA Known Exploited Vulnerabilities: CVE-2026-94127: F5 BIG-IP APM Heap-based Buffer Overflow Vulnerability
- CISA Known Exploited Vulnerabilities: CVE-2026-93616: Check Point Multiple Products Path Traversal Vulnerability
- GitHub Advisory Database: CVE-2026-61742: DBHub HTTP transport DNS rebinding allows unauthenticated browser-origin SQL execution
- GitHub Advisory Database: CVE-2026-61741: http4s-scala-xml has an XML External Entity (XXE) processing issue
- GitHub Advisory Database: CVE-2026-61604: ixo Blockchain x/bonds DID-resolved payer drain + x/entity ICA authorization bypass
- Palo Alto Networks Security Advisories: CVE-2026-0307 GlobalProtect App: Local Privilege Escalation Vulnerabilities (Severity: MEDIUM)
- Cisco Security Advisories: Cisco Secure Firewall Adaptive Security Appliance, Secure Firewall Threat Defense, and Secure Firewall Management Center Software Hardening Release: September 2026
- WordPress Security Releases: WordPress 7.1.2 Release
- Ubuntu Security Notices: USN-8818-1: Linux kernel vulnerabilities
- Ubuntu Security Notices: USN-8817-1: Linux kernel vulnerabilities
- Microsoft Security Blog: What’s new in Microsoft Security: September 2026
- GitHub Security Blog: AI-powered fuzzing with the GitHub Security Lab Taskflow Agent
Need to add context to this briefing?
Send corrections, security tips, source updates, or collaboration notes through the contact page so the editorial team can review them properly.