LiveActive security incident?Get immediate response
CVE Record

CVE-2017-14801: Reflected xss in Admin Console REST interface

Reflected XSS in the NetIQ Access Manager before 4.3.3 allowed attackers to reflect back xss into the called page using the url parameter.

MediumCVSS 4.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
4.6CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N2.12.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

4.6Medium
CVSS 3.0 vector shape for CVE-2017-14801Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
NetIQAccess Manager4.3Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

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.