CVE-2025-15099
7.3simstudioai · sim
An improper authentication vulnerability in simstudioai sim allows remote attackers to bypass security controls via the INTERNAL_API_SECRET parameter.
Executive summary
A critical authentication bypass vulnerability in simstudioai sim allows unauthenticated remote attackers to compromise the integrity of the CRON Secret Handler.
Vulnerability
The application fails to properly validate the INTERNAL_API_SECRET argument within the apps/sim/lib/auth/internal.ts file, which allows an unauthenticated remote attacker to bypass authentication mechanisms.
Business impact
The ability for an unauthenticated user to interact with the CRON Secret Handler poses a significant risk to system security, as it may allow unauthorized execution of privileged tasks or exposure of sensitive internal secrets. With a CVSS score of 7.3, this high severity flaw could lead to full system compromise if the exposed functionality is leveraged to manipulate backend operations or escalate privileges further.
Remediation
Immediate Action: Update the simstudioai sim component to a version containing the fix identified by commit e359dc2946b12ed5e45a0ec9c95ecf91bd18502a.
Proactive Monitoring: Monitor server logs for suspicious requests targeting the /apps/sim/lib/auth/internal.ts path or any unusual activity involving internal API endpoints.
Compensating Controls: Deploy a Web Application Firewall (WAF) rule to block unauthorized attempts to pass or manipulate the INTERNAL_API_SECRET parameter until the software can be patched.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists and is attributed to the technical write-up provided in the referenced GitHub Gist.
Analyst recommendation
Given the availability of a public proof-of-concept and the ease of exploitation, this vulnerability presents an immediate risk to the environment. Administrators must prioritize applying the provided patch to the simstudioai sim software to prevent potential unauthorized access and maintain system integrity.
Sources
Originally found and disclosed by 28Hus (VulDB User), per the CVE Program record.
- VDB-338430 | simstudioai sim CRON Secret internal.ts improper authentication Vulnerability database entry
- VDB-338430 | CTI Indicators (IOB, IOC, IOA)
- Submit #710255 | https://github.com/simstudioai https://github.com/simstudioai/sim ≤ v0.5.21 Authentication Bypass by Pr Third-party advisory
- Related
- Issue tracker
- Exploit / PoC
- Patch commit