CVE-2025-65570
Last modified
CVE-2025-65570 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. A type confusion in jsish 2.0 allows incorrect control flow during execution of the OP_NEXT opcode. When an “instanceof” expression uses an array element access as the left-hand operand inside a for-in loop, the instructions implementation leaves an additional array reference on the stack rather than consuming it during OP_INSTANCEOF. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
Description
A type confusion in jsish 2.0 allows incorrect control flow during execution of the OP_NEXT opcode. When an “instanceof” expression uses an array element access as the left-hand operand inside a for-in loop, the instructions implementation leaves an additional array reference on the stack rather than consuming it during OP_INSTANCEOF. As a result, OP_NEXT interprets the array as an iterator object and reads the iterCmd function pointer from an invalid structure, potentially causing a crash or enabling code execution depending on heap layout.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Jsish | Jsish | 2.0 |
References
- https://blog.mcsky.ro/writeups/2025/11/15/inline8-writeup.htmlExploit, Third Party Advisory
- https://blog.mcsky.ro/writeups/2025/11/15/inline8-writeup.htmlExploit, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-65570?
How severe is CVE-2025-65570?
How do I fix CVE-2025-65570?
Are you affected by CVE-2025-65570?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
