Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Kayiz-Pt

#20366of 56,330
14Total CVSS
Vulnerabilities · 2
Medium
1
High
1
PT-2026-56495
5.3
2026-07-08
Npm · Node-Tar · CVE-2026-59875
**Name of the Vulnerable Software and Affected Versions** node-tar versions prior to 7.5.17 **Description** The library fails to strip NUL bytes from PAX path and linkpath records in the `src/pax.ts` file. This allows a specially crafted archive to pass these values to `fs.lstat` or `fs.open`, resulting in an uncaught exception that terminates the process. **Recommendations** Update to version 7.5.17.
PT-2026-52200
8.7
2026-06-25
Npm · Shell-Quote · CVE-2026-13311
**Name of the Vulnerable Software and Affected Versions** shell-quote versions prior to 1.8.5 **Description** The `parse()` function finalizes parsed tokens using `Array.prototype.concat` as a reduce accumulator, which causes the entire growing array to be reallocated and copied during every iteration. This results in quadratic time complexity relative to the number of input tokens. An attacker providing a controlled string to any code path that calls `parse()` can block the single-threaded Node.js event loop for an extended period, leading to a denial of service. This issue affects availability and does not allow for code execution or data disclosure. **Recommendations** Update to version 1.8.5.