CISA Adds Seven Known Exploited Vulnerabilities to Catalog (CVE-2026-9586, CVE-2026-48710, CVE-2026-49869 +4 more)
CISA added seven vulnerabilities to the Known Exploited Vulnerabilities (KEV) Catalog based on evidence of active exploitation. The vulnerabilities span multiple products and include SQL injection, HTTP request smuggling, OS command injection, improper authentication, and SSRF. FCEB agencies are required to remediate these under BOD 26-04, and CISA encourages all organizations to prioritize patching.
- cveCVE-2026-48710HTTP Request/Response Smuggling Vulnerability
- cveCVE-2026-49869OS Command Injection Vulnerability
- cveCVE-2026-59822Improper Authentication Vulnerability
- cveCVE-2026-82329Improper Authentication Vulnerability
- cveCVE-2026-83548Server-Side Request Forgery Vulnerability
- cveCVE-2026-83549OS Command Injection Vulnerability
- cveCVE-2026-9586SQL Injection Vulnerability
Detection / Hunteropenrouter
What Happened
The US Cybersecurity and Infrastructure Security Agency (CISA) added seven security flaws to a list of vulnerabilities known to be actively exploited by attackers. These flaws affect various software products, including communication systems, web frameworks, and security appliances. Organizations using the affected products should prioritize applying security updates to prevent attackers from compromising their systems. Federal agencies are mandated to fix these issues, but CISA advises all organizations to do the same.
Key Takeaways
- CISA added seven new vulnerabilities to its Known Exploited Vulnerabilities (KEV) Catalog based on evidence of active exploitation.
- Affected products include Sangoma Switchvox, Kludex Starlette, Kestra OSS, BerriAI LiteLLM, JFrog Artifactory, and SonicWall SMA1000 appliances.
- Vulnerability types include SQL injection, HTTP request/response smuggling, OS command injection, improper authentication, and server-side request forgery (SSRF).
- Federal Civilian Executive Branch (FCEB) agencies are required to remediate these vulnerabilities under Binding Operational Directive (BOD) 26-04.
- CISA encourages all organizations to prioritize remediation of these vulnerabilities on publicly exposed assets.
Affected Systems
- Sangoma Switchvox
- Kludex Starlette
- Kestra OSS
- BerriAI LiteLLM
- JFrog Artifactory
- SonicWall SMA1000 Appliances
Vulnerabilities (CVEs)
| CVE | Product | Severity | Description |
|---|---|---|---|
| CVE-2026-9586 | Sangoma Switchvox | SQL Injection Vulnerability | |
| CVE-2026-48710 | Kludex Starlette | HTTP Request/Response Smuggling Vulnerability | |
| CVE-2026-49869 | Kestra OSS | OS Command Injection Vulnerability | |
| CVE-2026-59822 | BerriAI LiteLLM | Improper Authentication Vulnerability | |
| CVE-2026-82329 | JFrog Artifactory | Improper Authentication Vulnerability | |
| CVE-2026-83548 | SonicWall SMA1000 Appliances | Server-Side Request Forgery Vulnerability | |
| CVE-2026-83549 | SonicWall SMA1000 Appliances | OS Command Injection Vulnerability |
Attack Chain
- Initial Access: Attackers exploit one of the seven listed vulnerabilities on an externally exposed asset.
- Execution: Vulnerabilities like OS command injection or SQL injection allow attackers to execute arbitrary code or commands.
- Defense Evasion/Bypass: Improper authentication or HTTP request smuggling flaws allow attackers to bypass access controls or security boundaries.
- Persistence/Impact: Attackers gain total control of the compromised asset, enabling further network compromise or data theft.
Detection Availability
- YARA Rules: No
- Sigma Rules: No
- Snort/Suricata Rules: No
- KQL Queries: No
- Splunk SPL Queries: No
- EQL Queries: No
- Other Detection Logic: No
No detection rules are provided in the article.
Detection Engineering Assessment
| Dimension | Rating | Rationale |
|---|---|---|
| EDR Visibility | Low | EDR visibility depends on the specific product exploited. For OS command injection vulnerabilities on endpoints, EDR may capture anomalous process execution. For network appliances like SonicWall SMA1000, EDR coverage is likely minimal or non-existent. |
| Network Visibility | Medium | Network monitoring may detect exploitation attempts such as SQL injection payloads, HTTP request smuggling, or SSRF traffic targeting the affected services. However, successful exploitation followed by legitimate-looking traffic may be difficult to distinguish. |
| Detection Difficulty | Moderate | Difficulty varies by vulnerability type. Detecting exploitation of authentication bypasses or request smuggling requires specific application-level logging and custom detection logic. Command injection and SQL injection may be easier to identify with standard WAF or IDS signatures if payloads are present. |
Required Log Sources
- Web application firewall logs
- Proxy logs
- Application logs for affected products (Sangoma Switchvox, Kestra OSS, etc.)
- SonicWall SMA1000 appliance logs
Hunting Hypotheses
| Hypothesis | Telemetry | ATT&CK Stage | FP Risk |
|---|---|---|---|
| Consider hunting for anomalous HTTP requests targeting Sangama Switchvox or Kestra OSS endpoints that contain SQL injection or command injection patterns. | Web server logs, WAF logs, reverse proxy logs | Initial Access | Medium - Automated vulnerability scanners may trigger similar patterns. |
| If you have visibility into SonicWall SMA1000 appliance logs, look for evidence of server-side request forgery attempts or unexpected outbound connections originating from the appliance. | SonicWall appliance logs, firewall logs, network flow data | Initial Access / Exfiltration | Low - Legitimate administrative traffic should be well-documented. |
| Consider hunting for authentication bypass events or access from unusual IP addresses to JFrog Artifactory or BerriAI LiteLLM instances. | Application authentication logs, identity provider logs | Initial Access / Defense Evasion | Medium - Legitimate users on new IP addresses or using new authentication methods may generate false positives. |
Control Gaps
- Network-based IDS/IPS may miss application-specific exploitation like HTTP request smuggling if signatures are not tuned for the specific framework.
- Lack of application-level logging on appliances may prevent detection of post-exploitation activity.
Key Behavioral Indicators
- Anomalous HTTP request patterns targeting Starlette or Switchvox endpoints
- Unexpected outbound network connections from SonicWall SMA1000 appliances
- Unauthenticated access attempts or privilege escalation in Artifactory and LiteLLM audit logs
False Positive Assessment
Low
Recommendations
Immediate Mitigation
- Verify against your organization's incident response runbook and team escalation paths before acting. Prioritize patching the seven listed CVEs on all publicly exposed assets.
- If patching is not immediately available, consider implementing temporary WAF rules or access controls to block exploitation attempts for the specific vulnerabilities.
- Review network segmentation to ensure that compromised appliances cannot pivot to critical internal resources.
Infrastructure Hardening
- Evaluate whether affected systems (SonicWall SMA1000, Sangoma Switchvox) should be isolated in dedicated network zones with strict access controls.
- Ensure all affected applications are updated to the latest secure versions provided by the vendors.
User Protection
- If JFrog Artifactory or BerriAI LiteLLM are used, review access logs for indicators of compromise prior to patching.
- Ensure multi-factor authentication is enforced on all externally facing administrative interfaces where supported.
Security Awareness
- Communicate the addition of these CVEs to the KEV catalog to relevant IT and development teams responsible for the affected products.
- Reinforce the importance of timely patch management for externally exposed assets.
MITRE ATT&CK Mapping
Initial Access
Related
- CISA Adds Six Known Exploited Vulnerabilities to Catalog (CVE-2015-3246, CVE-2015-5287, CVE-2019-1068 +3 more)·2
- CISA Adds One Known Exploited Vulnerability to Catalog (CVE-2026-73570)·2
- CISA Adds Four Known Exploited Vulnerabilities to Catalog (CVE-2026-33824, CVE-2026-55040, CVE-2026-59310 +1 more)·2