LiveActive security incident?Get immediate response
CVE Record

CVE-2022-24912: Timing Attack

The package github.com/runatlantis/atlantis/server/controllers/events before 0.19.7 are vulnerable to Timing Attack in the webhook event validator code, which does not use a constant-time comparison function to validate the webhook secret. It can allow an attacker to recover this secret as an attacker and then forge webhook events.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Atlantis versions before 0.19.7 used a webhook secret check that could leak information through response timing. If an attacker recovered the secret, they could forge webhook events. This matters because Atlantis often automates infrastructure workflows, so forged events could undermine trust in automation triggers.

Executive priority

Treat as high priority for teams running Atlantis-backed infrastructure automation. The direct business risk is loss of trust in webhook-triggered automation if a secret was recovered. Prioritize upgrade, secret rotation, and exposure review.

Technical view

CVE-2022-24912 affects github.com/runatlantis/atlantis/server/controllers/events before 0.19.7. The webhook event validator did not use constant-time comparison for the webhook secret, creating a timing side channel. Sources state this could let an attacker recover the secret and forge webhook events.

Likely exposure

Exposure is most likely in Atlantis deployments or applications using the affected Go package before 0.19.7, especially where webhook endpoints are reachable by untrusted networks and configured with a shared webhook secret.

Exploitation context

The provided sources do not show known active exploitation, and KEV is false. The issue is remotely reachable, unauthenticated, and low complexity per CVSS, but successful abuse depends on practical timing measurement conditions and a vulnerable webhook secret validator.

Researcher notes

The source bundle names the affected package and pre-0.19.7 range, but does not provide broader product matrices or active exploitation evidence. CVSS is 7.5 with network, no privileges, no user interaction, and high confidentiality impact.

Mitigation direction

  • Upgrade Atlantis or the affected package to version 0.19.7 or later.
  • Confirm the fix containing constant-time secret comparison is present.
  • Rotate webhook secrets after upgrading if the endpoint was exposed.
  • Review vendor, Snyk, and project guidance for environment-specific actions.
  • Limit webhook endpoint exposure where operationally feasible.

Validation and detection

  • Inventory Atlantis deployments and dependency versions.
  • Identify any use of github.com/runatlantis/atlantis/server/controllers/events before 0.19.7.
  • Verify webhook validation uses constant-time comparison after remediation.
  • Review webhook logs for unusual or unexpected events during the exposure window.
  • Confirm rotated secrets are configured consistently across webhook providers and Atlantis.
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.

description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-24912 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
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/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
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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
n/agithub.com/runatlantis/atlantis/server/controllers/eventsunspecifiedListed
Weakness

CWE details

No CWE listed

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