Security readout for executives and security teams
Plain-English summary
This flaw could let an attacker lure a user through a vulnerable login flow and redirect them to an untrusted site. The main business risk is phishing or trust abuse around SSO, not direct server takeover. Upgrade priority is moderate, especially for public-facing Apache SSO gateways.
Executive priority
Treat as a moderate SSO trust issue. Patch public authentication gateways promptly in the next maintenance window; accelerate if the service protects high-value apps or customer-facing login journeys.
Technical view
mod_auth_openidc before 2.4.9.4 did not apply OIDCRedirectURLsAllowed to target_link_uri in third-party initiated SSO. This allowed open redirect behavior. CVSS 3.1 is 4.7: network reachable, low complexity, no privileges, user interaction required, changed scope, low integrity impact.
Likely exposure
Exposure is likely where Apache 2.x uses zmartzone mod_auth_openidc versions up to 2.4.9.3, especially public SSO entry points using third-party initiated login flows.
Exploitation context
The bundle does not cite active exploitation, and KEV is false. Exploitation requires a user to interact with a crafted login URL, so risk centers on phishing, brand abuse, and redirecting users away from trusted SSO pages.
Researcher notes
The fix specifically ties target_link_uri enforcement to OIDCRedirectURLsAllowed. Evidence is strong for affected versions and patch direction, but the supplied sources do not establish real-world exploitation or broader affected products.
Mitigation direction
- Upgrade mod_auth_openidc to version 2.4.9.4 or later.
- Apply relevant Fedora or Debian package security updates where distro packages are used.
- Review OIDCRedirectURLsAllowed after upgrading to ensure only trusted redirect destinations are allowed.
- Do not rely on a documented workaround; sources state none aside from upgrading.
Validation and detection
- Inventory Apache hosts loading mod_auth_openidc.
- Check installed mod_auth_openidc package or module version is not 2.4.9.3 or older.
- Confirm patched builds include the 2.4.9.4 fix or downstream security update.
- Review SSO logs for unusual external target_link_uri destinations, without testing offensive redirects.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-601: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2021-39191 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 4.7 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N2.81.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.7MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/zmartzone/mod_auth_openidc/security/advisories/GHSA-2pgf-8h6h-gqg2CVE reference
- https://github.com/zmartzone/mod_auth_openidc/issues/672CVE reference
- https://github.com/zmartzone/mod_auth_openidc/commit/03e6bfb446f4e3f27c003d30d6a433e5dd8e2b3dCVE reference
- https://github.com/zmartzone/mod_auth_openidc/releases/tag/v2.4.9.4CVE reference
- FEDORA-2021-8d9aca2dedCVE reference · vendor-advisory
- FEDORA-2022-814ee0c43bCVE reference · vendor-advisory
- [debian-lts-announce] 20230718 [SECURITY] [DLA 3499-1] libapache2-mod-auth-openidc security updateCVE reference · mailing-list
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
URL Redirection to Untrusted Site ('Open Redirect')
URL Redirection to Untrusted Site ('Open Redirect') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
