Bug 2510271

Summary: CVE-2026-67316 fbthrift: axios: Prototype Pollution allows unauthorized data transmission and network redirection [epel-all]
Product: [Fedora] Fedora EPEL Reporter: Ganesh <gnaik>
Component: fbthriftAssignee: Michel Lind <michel>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: epel9CC: michel
Target Milestone: ---Keywords: Reopened, Security, SecurityTracking
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: {"flaws": ["aadd2b7c-a7c3-4b86-82a3-a2486ee4c190"]}
Fixed In Version: fbthrift-2023.04.24.00-1.el9 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-08-04 19:46:03 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: 2443016, 2487042, 2510009    

Description Ganesh 2026-08-03 04:07:37 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.

axios is vulnerable to read-side prototype-pollution gadgets that can alter request construction when Object.prototype has already been polluted by a separate vulnerability or dependency. In the bodyless method aliases (axios.get(), axios.delete(), axios.head(), axios.options()), inherited data is read via (config || {}).data before config normalization, causing an attacker-controlled body to be sent on requests that did not set one. Additional low-level paths, only reachable when calling exported adapters/helpers (e.g. lib/adapters/http.js, unsafe/helpers/resolveConfig.js) directly with plain configs and no own proxy or paramsSerializer, can inherit polluted proxy values (routing requests through an attacker-controlled proxy) or paramsSerializer values (attacker-controlled URL serialization). These low-level gadgets do not reproduce through normal high-level axios calls on 1.15.2+. The issue is fixed in axios 1.18.0 and 0.33.0.

Comment 1 Michel Lind 2026-08-04 15:44:58 UTC
This bug is already fixed in a published Bodhi update: fbthrift-2023.04.24.00-1.el9

Comment 2 Michel Lind 2026-08-04 15:45:25 UTC
This bug is already fixed in a published Bodhi update.

Comment 3 Michel Lind 2026-08-04 15:56:54 UTC
Wrong classifier

Comment 4 Michel Lind 2026-08-04 17:31:07 UTC
Reassigning from `epel10` to `epel9`: Bug filed against a branch the package never shipped on.

Comment 5 Michel Lind 2026-08-04 19:46:03 UTC
This CVE is in a JavaScript/NodeJS package; the JavaScript here is not shipped in the binary RPMs.