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.
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.
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 lookupCVE-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- 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
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.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMRUNATLANTISATLANTISSERVERCONTROLLERSEVENTS-2950851CVE reference · x_refsource_MISC
- https://github.com/runatlantis/atlantis/issues/2391CVE reference · x_refsource_MISC
- https://github.com/runatlantis/atlantis/commit/48870911974adddaa4c99c8089e79b7d787fa820CVE reference · x_refsource_MISC
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.
