Bug 2442530 (CVE-2026-27606)

Summary: CVE-2026-27606 rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability
Product: [Other] Security Response Reporter: OSIDB Bzimport <bzimport>
Component: vulnerabilityAssignee: Product Security DevOps Team <prodsec-dev>
Status: NEW --- QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: abarbaro, alizardo, aschwart, asoldano, ataylor, bbaranow, bbrownin, bdettelb, bmaxwell, boliveir, brian.stansberry, caswilli, darran.lofthouse, dbruscin, doconnor, dosoudil, drosa, dschmidt, erezende, fjuma, gmalinko, istudens, ivassile, iweiss, janstey, jchui, jhe, jlanda, jwong, kaycoth, kshier, ktsao, kvanderr, lball, lchilton, mattdavi, mnovotny, mosmerov, mposolda, msvehla, mwringe, nboldt, ngough, nwallace, omaciel, pberan, pbizzarr, pdelbell, pesilva, pjindal, pmackay, psrna, rmartinc, rstancel, rstepani, sausingh, sdawley, sfeifer, simaishi, smaestri, smcdonal, ssilvert, stcannon, sthorger, systemsmid, teagle, tom.jenkinson, ttakamiy, veshanka, vmuzikar, yguenane
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description OSIDB Bzimport 2026-02-25 04:01:48 UTC
Rollup is a module bundler for JavaScript. Versions prior to 2.80.0, 3.30.0, and 4.59.0 of the Rollup module bundler (specifically v4.x and present in current source) is vulnerable to an Arbitrary File Write via Path Traversal. Insecure file name sanitization in the core engine allows an attacker to control output filenames (e.g., via CLI named inputs, manual chunk aliases, or malicious plugins) and use traversal sequences (`../`) to overwrite files anywhere on the host filesystem that the build process has permissions for. This can lead to persistent Remote Code Execution (RCE) by overwriting critical system or user configuration files. Versions 2.80.0, 3.30.0, and 4.59.0 contain a patch for the issue.

Comment 2 Nemours Redhat Account 2026-03-02 20:09:56 UTC
Can we have a patch released to fix this CVE through standard Redhat Repositories ? (BaseOS, AppStream, or Supplementary) 
Thanks