Security readout for executives and security teams
Plain-English summary
NetIQ Access Manager before 4.3.3 had a reflected cross-site scripting flaw in the Admin Console REST interface. An authenticated attacker could trick a user into opening a crafted request that reflects script through the url parameter. Business impact is mainly session or data exposure risk in an administrative surface, not system takeover.
Executive priority
Treat as a scheduled remediation item unless the Admin Console is broadly reachable or used by high-privilege administrators. Prioritize upgrade and access restriction because compromise of admin-facing browser sessions can support follow-on activity.
Technical view
CVE-2017-14801 is CWE-79 reflected XSS affecting NetIQ Access Manager 4.3 before 4.3.3. CVSS 3.0 is 4.6: network reachable, low complexity, low privileges required, user interaction required, unchanged scope, low confidentiality and integrity impact, no availability impact.
Likely exposure
Exposure is most likely where NetIQ Access Manager 4.3 deployments remain below 4.3.3 and the Admin Console REST interface is reachable by authenticated users. Public-source evidence does not identify other affected products or deployment modes.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation. The CVSS vector indicates exploitation requires low privileges and a user action, which lowers urgency compared with unauthenticated server-side flaws but still matters for administrative portals.
Researcher notes
The public record is concise: reflected XSS through the url parameter in the Admin Console REST interface. Avoid assuming exploit maturity, payload details, or unsupported affected versions. Validation should focus on version, interface reachability, and administrative exposure.
Mitigation direction
- Check NetIQ or Novell guidance for the fixed release and upgrade Access Manager to 4.3.3 or later.
- Restrict Admin Console access to trusted administrative networks and users.
- Review administrative session protections and enforce least-privilege access.
- Monitor vendor advisories for any supplemental mitigation details.
Validation and detection
- Inventory NetIQ Access Manager instances and record exact installed versions.
- Confirm whether any deployment is running 4.3 below 4.3.3.
- Verify Admin Console REST interface exposure from user and network segments.
- Review web and proxy logs for unusual requests involving the url parameter.
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-79: 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-2017-14801 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.6 (3.0)
- Known Exploited
- No
- Published
Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:L/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.0/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N2.12.5Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
4.6MediumVector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.novell.com/support/kb/doc.php?id=7022357CVE reference · x_refsource_CONFIRM
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.
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
