CVE-2026-47103

CRITICALCVSS 9.8/10EPSS 1.35%

Last modified

CVE-2026-47103 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. Python StateMachine versions 3.0.0 before 3.2.0 contains a remote code execution vulnerability that allows attackers to execute arbitrary code by supplying malicious SCXML documents containing crafted `<data expr="...">` attributes evaluated unsafely. The SCXMLProcessor passes attacker-controlled expression strings through a call chain ending in Python's built-in eval() without sandboxing, enabling arbitrary code execution in the context of the hosting process.. EPSS estimates a 1.35% chance of exploitation in the next 30 days.

Description

Python StateMachine versions 3.0.0 before 3.2.0 contains a remote code execution vulnerability that allows attackers to execute arbitrary code by supplying malicious SCXML documents containing crafted `<data expr="...">` attributes evaluated unsafely. The SCXMLProcessor passes attacker-controlled expression strings through a call chain ending in Python's built-in eval() without sandboxing, enabling arbitrary code execution in the context of the hosting process.

Metrics

Weakness Enumeration

Affected Software

VendorProductVersions
FgmacedoPython Statemachine>= 3.0.0, < 3.2.0

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2026-47103?
Python StateMachine versions 3.0.0 before 3.2.0 contains a remote code execution vulnerability that allows attackers to execute arbitrary code by supplying malicious SCXML documents containing crafted `<data expr="...">` attributes evaluated unsafely. The SCXMLProcessor passes attacker-controlled expression strings through a call chain ending in Python's built-in eval() without sandboxing, enabling arbitrary code execution in the context of the hosting process.
How severe is CVE-2026-47103?
CVE-2026-47103 has a CVSS score of 9.8/10 (CRITICAL severity). The EPSS model estimates a 1.35% probability of exploitation in the next 30 days.
How do I fix CVE-2026-47103?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-47103?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST