Vulnerable Library - tailwindcss-3.4.19.tgz
Path to dependency file: /frontend/explorer/package.json
Path to vulnerable library: /frontend/explorer/node_modules/postcss/package.json,/frontend/node_modules/postcss-safe-parser/node_modules/postcss/package.json
Vulnerabilities
| Vulnerability |
Severity |
CVSS |
Dependency |
Type |
Fixed in (tailwindcss version) |
Remediation Possible** |
| CVE-2026-41305 |
Medium |
6.1 |
postcss-8.5.8.tgz |
Transitive |
4.0.0 |
❌ |
| CVE-2026-9358 |
Medium |
4.3 |
postcss-selector-parser-6.1.2.tgz |
Transitive |
N/A* |
❌ |
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2026-41305
Vulnerable Library - postcss-8.5.8.tgz
Tool for transforming styles with JS plugins
Library home page: https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz
Path to dependency file: /frontend/explorer/package.json
Path to vulnerable library: /frontend/explorer/node_modules/postcss/package.json,/frontend/node_modules/postcss-safe-parser/node_modules/postcss/package.json
Dependency Hierarchy:
- tailwindcss-3.4.19.tgz (Root Library)
- ❌ postcss-8.5.8.tgz (Vulnerable Library)
Found in base branch: main
Vulnerability Details
PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. Versions prior to 8.5.10 do not escape "</style>" sequences when stringifying CSS ASTs. When user-submitted CSS is parsed and re-stringified for embedding in HTML "<style>" tags, "</style>" in CSS values breaks out of the style context, enabling XSS. Version 8.5.10 fixes the issue.
Publish Date: 2026-04-24
URL: CVE-2026-41305
CVSS 3 Score Details (6.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Origin: GHSA-qx2v-qp2m-jg93
Release Date: 2026-04-24
Fix Resolution (postcss): 8.5.10
Direct dependency fix Resolution (tailwindcss): 4.0.0
Step up your Open Source Security Game with Mend here
CVE-2026-9358
Vulnerable Library - postcss-selector-parser-6.1.2.tgz
Library home page: https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz
Path to dependency file: /frontend/explorer/package.json
Path to vulnerable library: /frontend/explorer/node_modules/postcss-selector-parser/package.json,/frontend/node_modules/postcss-selector-parser/package.json
Dependency Hierarchy:
- tailwindcss-3.4.19.tgz (Root Library)
- ❌ postcss-selector-parser-6.1.2.tgz (Vulnerable Library)
Found in base branch: main
Vulnerability Details
A vulnerability was determined in postcss up to 7.1.1. Affected is the function toString of the file src/selectors/container.js of the component AST Serialization. Executing a manipulation can lead to uncontrolled recursion. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized. The vendor explains, that according to his definition "DoS on server-side on user-generated CSS is low risk for us (since most users compile own CSS with PostCSS)."
Publish Date: 2026-05-24
URL: CVE-2026-9358
CVSS 3 Score Details (4.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
For more information on CVSS3 Scores, click here.
Step up your Open Source Security Game with Mend here
Path to dependency file: /frontend/explorer/package.json
Path to vulnerable library: /frontend/explorer/node_modules/postcss/package.json,/frontend/node_modules/postcss-safe-parser/node_modules/postcss/package.json
Vulnerabilities
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
Vulnerable Library - postcss-8.5.8.tgz
Tool for transforming styles with JS plugins
Library home page: https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz
Path to dependency file: /frontend/explorer/package.json
Path to vulnerable library: /frontend/explorer/node_modules/postcss/package.json,/frontend/node_modules/postcss-safe-parser/node_modules/postcss/package.json
Dependency Hierarchy:
Found in base branch: main
Vulnerability Details
PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. Versions prior to 8.5.10 do not escape "</style>" sequences when stringifying CSS ASTs. When user-submitted CSS is parsed and re-stringified for embedding in HTML "<style>" tags, "</style>" in CSS values breaks out of the style context, enabling XSS. Version 8.5.10 fixes the issue.
Publish Date: 2026-04-24
URL: CVE-2026-41305
CVSS 3 Score Details (6.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Origin: GHSA-qx2v-qp2m-jg93
Release Date: 2026-04-24
Fix Resolution (postcss): 8.5.10
Direct dependency fix Resolution (tailwindcss): 4.0.0
Step up your Open Source Security Game with Mend here
Vulnerable Library - postcss-selector-parser-6.1.2.tgz
Library home page: https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz
Path to dependency file: /frontend/explorer/package.json
Path to vulnerable library: /frontend/explorer/node_modules/postcss-selector-parser/package.json,/frontend/node_modules/postcss-selector-parser/package.json
Dependency Hierarchy:
Found in base branch: main
Vulnerability Details
A vulnerability was determined in postcss up to 7.1.1. Affected is the function toString of the file src/selectors/container.js of the component AST Serialization. Executing a manipulation can lead to uncontrolled recursion. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized. The vendor explains, that according to his definition "DoS on server-side on user-generated CSS is low risk for us (since most users compile own CSS with PostCSS)."
Publish Date: 2026-05-24
URL: CVE-2026-9358
CVSS 3 Score Details (4.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
For more information on CVSS3 Scores, click here.Step up your Open Source Security Game with Mend here