LiveActive security incident?Get immediate response
CVE Record

CVE-2022-23685: A vulnerability in the ClearPass Policy Manager web-based management interface exists which exposes some en...

A vulnerability in the ClearPass Policy Manager web-based management interface exists which exposes some endpoints to a lack of Cross-Site Request Forgery (CSRF) protection. This could allow a remote unauthenticated attacker to execute arbitrary input against these endpoints if the attacker can convince an authenticated user of the interface to interact with a specially crafted URL in Aruba ClearPass Policy Manager version(s): 6.10.x: 6.10.6 and below; 6.9.x: 6.9.11 and below. Aruba has released upgrades for Aruba ClearPass Policy Manager that address this security vulnerability.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Aruba ClearPass Policy Manager had management-interface endpoints missing CSRF protection. An attacker would need to lure an already authenticated administrator into opening a crafted URL, which could cause the interface to accept attacker-controlled input. This is high business risk because ClearPass often supports network access control decisions.

Executive priority

Prioritize remediation for any ClearPass management interface still on affected versions, especially in environments where ClearPass governs network admission or privileged access paths. Treat this as a high-priority patching and admin-access-control issue, not as evidence of confirmed breach.

Technical view

CVE-2022-23685 is a CWE-352 CSRF weakness in Aruba ClearPass Policy Manager web management endpoints. It affects 6.10.x through 6.10.6 and 6.9.x through 6.9.11. CVSS 3.1 is 8.8, with network attack vector, low complexity, no attacker privileges, and required user interaction.

Likely exposure

Exposure is likely where Aruba ClearPass Policy Manager versions 6.10.6 or earlier in 6.10.x, or 6.9.11 or earlier in 6.9.x, are still deployed. Risk is higher if administrators browse email or external sites while authenticated to the management interface.

Exploitation context

The provided sources do not show known active exploitation, and the CVE is not marked CISA KEV. Exploitation depends on social engineering an authenticated management user into interacting with a crafted URL; the attacker does not need ClearPass credentials.

Researcher notes

The source bundle identifies CSRF on unspecified management endpoints and does not provide endpoint names, payloads, or indicators. Avoid assuming exploit maturity. Validation should focus on version state, administrative exposure, access controls, and post-upgrade confirmation against Aruba guidance.

Mitigation direction

  • Upgrade Aruba ClearPass Policy Manager using Aruba releases that address CVE-2022-23685.
  • Restrict access to the ClearPass web management interface to trusted administrative networks.
  • Ensure administrators sign out when not actively managing ClearPass.
  • Warn ClearPass administrators against opening untrusted links while authenticated.
  • Check Aruba’s advisory before applying compensating controls or upgrade sequencing.

Validation and detection

  • Inventory all ClearPass Policy Manager deployments and record exact versions.
  • Confirm no affected 6.10.x through 6.10.6 or 6.9.x through 6.9.11 instances remain.
  • Verify management interface access is limited to authorized administrative paths.
  • Review administrative activity for unexpected configuration changes during suspected phishing windows.
  • Confirm vulnerability scanners or asset tools reflect the upgraded ClearPass version.
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-352: 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-2022-23685 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
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

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

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
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2022-23685Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
n/aAruba ClearPass Policy Manager6.10.x: 6.10.6 and below, 6.9.x: 6.9.11 and belowListed
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.