Zero Day Monitor
DashboardVulnerabilitiesTrendingZero-DaysNews
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
1476 articles · 105575 vulns · 38/41 feeds (7d)
← Back to list
9.8
CVE-2026-30303EXPLOITED
n/a · n/a

CVE-2026-30303: The command auto-approval module in Axon Code contains an OS Command Injection vulnerability, rendering its whitelist se

Description

The command auto-approval module in Axon Code contains an OS Command Injection vulnerability, rendering its whitelist security mechanism ineffective. The vulnerability stems from the incorrect use of an incompatible command parser (the Unix-based shell-quote library) to analyze commands on the Windows platform, coupled with a failure to correctly handle Windows CMD-specific escape sequences (^). Attackers can exploit this discrepancy between the parsing logic and the execution environment by constructing payloads such as git log ^" & malicious_command ^". The Axon Code parser is deceived by the escape characters, misinterpreting the malicious command connector (&) as being within a protected string argument and thus auto-approving the command. However, the underlying Windows CMD interpreter ignores the escaped quotes, parsing and executing the subsequent malicious command directly. This allows attackers to achieve arbitrary Remote Code Execution (RCE) after bypassing what appears to be a legitimate Git whitelist check.

Affected Products

VendorProductVersions
n/an/an/a

References

  • https://www.matterai.so/
  • https://github.com/Secsys-FDU/LLM-Tool-Calling-CVEs/issues/6

Related News (1 articles)

Tier C
VulDB8h ago
CVE-2026-30303 | MatterAI Axon Code Parser os command injection
→ No new info (linked only)
CVSS 3.19.8 CRITICAL
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CISA KEV❌ No
Actively exploited✅ Yes
Published3/27/2026
Last enriched8h agov2
Trending Score70
Source articles1
Independent1
Info Completeness6/14
Missing: cvss, epss, cwe, kev, exploit, patch, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Version History

v2
Last enriched 8h ago
v2Tier C8h ago

Updated vendor to MatterAI, product to Axon Code Parser, severity to CRITICAL, and noted that the vulnerability is actively exploited.

severityactivelyExploited
via VulDB
v18h ago

Initial creation