fix(deps): bump qs, fast-xml-parser, postcss for disclosed CVEs - #6929
Open
aeonframework wants to merge 1 commit into
Open
fix(deps): bump qs, fast-xml-parser, postcss for disclosed CVEs#6929aeonframework wants to merge 1 commit into
aeonframework wants to merge 1 commit into
Conversation
…5.24 Addresses three disclosed CVEs in runtime and build-time dependencies: - qs 6.15.0 to 6.15.2 (GHSA-q8mj-m7cp-5q26, MODERATE): qs.stringify DoS via null/undefined entries in comma-format arrays with encodeValuesOnly. Affects packages/server and packages/shared. - fast-xml-parser 5.5.9 to 5.7.0 (GHSA-gh4j-gqv2-49f6, MODERATE): XML comment/CDATA injection via unescaped delimiters in XMLBuilder. Affects packages/server and packages/shared. - postcss 8.5.14 to 8.5.24 (GHSA-r28c-9q8g-f849, HIGH): path traversal in previous source map auto-loading via sourceMappingURL. Affects packages/connect-ui and packages/webapp (devDependency, build-time only). All three bumps are within the same major, no API changes expected. Detected by osv-scanner 2.4.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated dependency bump to address three disclosed CVEs detected by osv-scanner 2.4.0.
Packages changed
qsfast-xml-parserpostcssAdvisory details
GHSA-q8mj-m7cp-5q26 — qs DoS (MODERATE)
qs.stringifycrashes with aTypeErrorwhen an array entry isnull/undefinedandencodeValuesOnly: trueis set. A remote caller can trigger an uncaught exception on any endpoint that serialises query parameters throughqs. Fixed in 6.15.2 (same major).GHSA-gh4j-gqv2-49f6 — fast-xml-parser XMLBuilder injection (MODERATE)
XMLBuilderdoes not escape-->in comment content or]]>in CDATA sections. User-controlled data passed to the builder can inject malformed XML structure. Fixed in 5.7.0 (same major).GHSA-r28c-9q8g-f849 — postcss path traversal via sourceMappingURL (HIGH)
postcssauto-loads the path from asourceMappingURLcomment on every parse call (opt-out, not opt-in). A../-prefixed annotation causes arbitrary.mapfile disclosure from disk. This is adevDependencyused only at build time; no runtime exposure. Fixed in 8.5.18+, bumping to 8.5.24 (same major, latest, no residual advisories).All three target versions were queried against the OSV API and return zero known vulnerabilities.
No code changes outside the lockfile and the four affected
package.jsonfiles.Filed by Aeon.