Bug 2527446

Summary: CVE-2026-69153 goose: PostCSS: Information disclosure via crafted sourceMappingURL [epel-all]
Product: [Fedora] Fedora EPEL Reporter: Matteo Signorini <msignori>
Component: gooseAssignee: RHEL Lightspeed Maint <rhel-lightspeed>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: epel10CC: rhel-lightspeed, rodolfo.olivieri3, rolivier, rust-sig
Target Milestone: ---Keywords: Security, SecurityTracking
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: {"flaws": ["a6e059a1-4502-48d3-a8db-757373eced47"]}
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-09-02 17:41:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2510719    

Description Matteo Signorini 2026-09-02 14:03:06 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. Prior to 8.5.19, if from is unset, an attacker can cause PreviousMap.loadFile() to read an unintended source-map file by supplying an absolute or directory-traversal sourceMappingURL. The resulting map’s sources and sourcesContent may then be exposed to the application. This issue is fixed in version 8.5.19.

Comment 1 Rodolfo Olivieri 2026-09-02 17:41:18 UTC
Goose is not affected by this CVE, as the results are matching only the ui and documentation. In this case, both are removed in our specfile¹, since they are either used to compose the webui (desktop version) or documentation. 



rolivier@rolivier-thinkpadp16vgen1 ~/W/@/g/goose-1.45.0 (main)> rg -l postcss
ui/pnpm-lock.yaml
ui/desktop/package.json
documentation/postcss.config.js
documentation/plugins/tailwind-config.cjs
documentation/package.json
documentation/package-lock.json


[1]: https://github.com/rhel-lightspeed/goose/blob/main/goose.spec#L470