LiveActive security incident?Get immediate response
CVE Record

CVE-2022-22967: An issue was discovered in SaltStack Salt in versions before 3002.9, 3003.5, 3004.2.

An issue was discovered in SaltStack Salt in versions before 3002.9, 3003.5, 3004.2. PAM auth fails to reject locked accounts, which allows a previously authorized user whose account is locked still run Salt commands when their account is locked. This affects both local shell accounts with an active session and salt-api users that authenticate via PAM eauth.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Salt could continue trusting a user after their PAM account was locked. A previously authorized user, including a salt-api user using PAM external auth, could still run Salt commands. Because Salt can control infrastructure, this creates high business risk where administrative Salt access is tied to lockable local accounts.

Executive priority

Prioritize remediation where Salt manages production infrastructure or cloud systems. The issue can preserve administrative command capability after an account is locked, weakening offboarding and incident containment controls.

Technical view

CVE-2022-22967 is a CWE-863 authorization flaw in SaltStack Salt before 3002.9, 3003.5, and 3004.2. PAM authentication failed to reject locked accounts. The issue affects local shell accounts with active sessions and salt-api users authenticating via PAM eauth. CVSS 3.1 is 8.8 with low complexity and required privileges.

Likely exposure

Exposure is most likely in environments running Salt before 3002.9, 3003.5, or 3004.2 with PAM-backed authentication, especially salt-api PAM eauth or active local shell sessions for Salt users.

Exploitation context

The source bundle does not show CISA KEV listing or cited active exploitation. Abuse requires a previously authorized user whose account has been locked, but who can still reach a relevant Salt interface or active session.

Researcher notes

Evidence is limited to the CVE record and advisories in the bundle. The flaw is authorization-state handling around PAM locked accounts, not unauthenticated access. Do not assume exploit tooling or internet-wide exploitation from these sources.

Mitigation direction

  • Upgrade Salt to 3002.9, 3003.5, 3004.2, or a later supported release.
  • Use vendor package guidance from Salt Project or Gentoo for the applicable branch.
  • Review salt-api PAM eauth usage and restrict access until upgraded.
  • Ensure locked or departed user sessions are terminated after account lockout.

Validation and detection

  • Inventory Salt master, minion, and salt-api versions against the fixed release thresholds.
  • Identify whether PAM eauth is enabled for salt-api users.
  • Check for locked accounts that previously had Salt authorization.
  • Confirm upgraded systems reject locked PAM accounts for Salt access.
Prepared
Confidence
high
Sources
5

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-863: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-22967 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:L/UI:N/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
4Source 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:L/UI:N/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-22967Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aSaltStack SaltSaltStack Salt prior to 3002.9, 3003.5, 3004.2Listed
Weakness

CWE details

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

CWE-863 · source CWE mapping

Incorrect Authorization

Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.