Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-39245

AI Predicted 8.6 Difficulty: Easy EPSS 0.34% · P27

Possible ATT&CK Techniques 1AI

T1059 · Command and Scripting Interpreter

Affected Version Matrix 1

VendorProductVersion RangeStatus
n/an/an/aaffected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-39245

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
N/A
Source: CVE Program / CVE List V5
Vulnerability Description
decompress before 4.2.2 contains an improper path containment check that enables directory traversal and arbitrary file write. The safeMakeDir function (index.js line 29) and the extraction path validation (index.js line 106) use String.indexOf() to verify the resolved path is within the output directory: realDestinationDir.indexOf(realOutputPath) !== 0. This check is flawed because it does not enforce a path separator boundary. For example, "/tmp/app_config".indexOf("/tmp/app") returns 0, incorrectly passing the check even though /tmp/app_config is outside /tmp/app. Combined with the unvalidated symlink creation in the same package, an attacker can write arbitrary files to directories adjacent to the extraction target. This is a bypass of the fix for CVE-2020-12265. The correct check requires appending a path separator: realParentPath.indexOf(realOutputPath + path.sep) !== 0.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
kevva decompress 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
个人开发者 decompress是个人开发者个人开发者的一个文件解压缩工具。 kevva decompress 4.2.2之前版本存在路径遍历漏洞,该漏洞源于safeMakeDir函数和提取路径验证使用String.indexOf()未能正确执行路径分隔符边界检查,可能导致目录遍历攻击和任意文件写入。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
-n/a n/a -

II. Public POCs for CVE-2026-39245

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-39245

登录查看更多情报信息。

Vendor Advisories for CVE-2026-39245 (1)

Exploits & Public PoCs for CVE-2026-39245 (1)

Vendor Pages for CVE-2026-39245 (1)

Other References for CVE-2026-39245 (1)

Same Patch Batch · n/a · 2026-07-09 · 25 CVEs total

CVE-2026-151874.3 MEDIUMenquirer Public Package API Enquirer.set prototype pollution
CVE-2026-152024.3 MEDIUMYzmCMS Header yzmphp.php get_url cross site scripting
CVE-2026-151943.3 LOWOpen5GS AMF context.c amf_context_final use after free
CVE-2026-151853.3 LOWGPAC MP4Box vobsub.c vobsub_read_idx out-of-bounds
CVE-2026-38076Artifex jbig2dec 拒绝服务漏洞
CVE-2026-39246kevva decompress 安全漏洞
CVE-2026-39243kevva decompress 安全漏洞
CVE-2025-45422Proximus b-box 安全漏洞
CVE-2026-31267Mercusys MW302R 安全漏洞
CVE-2026-51923docuForm GmbH Client 安全漏洞
CVE-2026-51925docuForm GmbH Client 安全漏洞
CVE-2026-51926docuForm GmbH FSM Client 安全漏洞
CVE-2026-51924docuForm GmbH Client 任意文件上传漏洞
CVE-2025-63579Kyocera Command Center RX 信息泄露漏洞
CVE-2026-51602Tenda CP3 缓冲区错误漏洞
CVE-2026-51598Mercury MIPC252W IP Camera 输入验证错误漏洞
CVE-2026-51599MERCURY MIPC252W 安全漏洞
CVE-2026-51597Mercury MIPC252W 安全漏洞
CVE-2026-51603Tenda cp3 缓冲区错误漏洞
CVE-2026-51601Tenda cp3 缓冲区溢出漏洞

Showing top 20 of 25 CVEs. View all on vendor page → →

IV. Related Vulnerabilities

V. Comments for CVE-2026-39245

No comments yet


Leave a comment