CVE-2025-9907
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA flaw was found in the Red Hat Ansible Automation Platform, Event-Driven Ansible (EDA) Event Stream API. This vulnerability allows exposure of sensitive client credentials and internal infrastructure headers via the test_headers field when an event stream is in test mode. The possible outcome includes leakage of internal infrastructure details, accidental disclosure of user or system credentials, privilege escalation if high-value tokens are exposed, and persistent sensitive data exposure to all users with read access on the event stream.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceThe Event-Driven Ansible Event Stream API has an information disclosure vulnerability where the test_headers field exposes sensitive client credentials and internal infrastructure headers when an event stream operates in test mode. Users with read access on the event stream can view these credentials, potentially leading to privilege escalation if high-value tokens are exposed and persistent sensitive data disclosure.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 2.6= 1.2= 1.3= 1.3= 1.4CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- High
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed Ansible product and versionRun 'ansible-core --version' or check the Redhat Ansible Automation Platform (AAP), Developer, or Inside version via the package manager or web UI. Compare against affected versions: AAP < 2.6, Developer = 1.2 or 1.3, Inside = 1.3 or 1.4.Affected if The installed version falls within the affected ranges listed.
-
Locate Event Stream configurationsAccess the Ansible Automation Platform controller UI or API and navigate to Event-Driven Ansible > Event Streams. Identify any configured event streams.Affected if Any event stream resource exists in the environment.
-
Determine if event streams operate in test modeFor each event stream, inspect the configuration for a 'test_mode' or 'test' setting. This may be visible in the event stream details API endpoint (GET /api/eda/v1/event_streams/) or UI.Affected if Any event stream has test mode or test mode functionality enabled.
-
Inspect test_headers field for exposed credentialsIf test mode is enabled, query the event stream details API or UI to retrieve the 'test_headers' field. Examine the headers for any sensitive values such as tokens, passwords, API keys, authorization credentials, or internal infrastructure headers (e.g., X-Internal-Token).Affected if The test_headers field is populated with unredacted sensitive credentials or internal tokens.
-
Verify user access to event stream dataCheck which users or roles have read access to event stream configurations. Review permissions for users with viewer or auditor roles who could access the test_headers field.Affected if Users with read-only access can view the event stream configuration containing test_headers.
A user is affected if they run an affected Ansible product version, have event streams with test mode enabled, and possess users with read access to event streams where sensitive credentials are exposed in the test_headers field.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2.6
Restrict access to the test_headers field in test mode, implement credential masking/redaction for all sensitive values displayed in the API, and enforce stricter access controls on event stream configurations containing sensitive data.
Ansible Automation Platform 2.6 or later (for Ansible Developer and Ansible Inside, consult Red Hat support for specific fixed versions)
- Identify the current Ansible Automation Platform version in use by checking the UI or running 'ansible-controller --version' or 'awx-manage --version'
- Confirm the deployment is using Event-Driven Ansible (EDA) functionality with event streams
- Plan maintenance window for upgrade to avoid disruption
- For Ansible Automation Platform, upgrade to version 2.6 or later which contains the fix for the test_headers information exposure
- After upgrade, verify the Event Stream API test mode no longer exposes sensitive credentials or internal headers in the test_headers field
- Review event stream configurations to ensure no residual exposure of credentials in test mode
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-9907 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-9907 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data