LiveActive security incident?Get immediate response
CVE Record

CVE-2022-49632: icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.

In the Linux kernel, the following vulnerability has been resolved: icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr. While reading sysctl_icmp_errors_use_inbound_ifaddr, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader.

MediumCVSS 4.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-49632 is a Linux kernel ICMP data-race flaw. The main business risk is local availability impact, not data theft or privilege escalation. The CVE record rates it medium with high attack complexity and no confidentiality or integrity impact.

Executive priority

Handle through routine kernel patch management, with higher priority for shared Linux hosts where local users or workloads are less trusted. There is no source evidence of active exploitation, but availability impact justifies timely remediation.

Technical view

The kernel reads sysctl_icmp_errors_use_inbound_ifaddr while it may be changed concurrently. The resolved fix adds READ_ONCE() around the reader. The issue is classified as CWE-362 and has CVSS 3.1 score 4.7: local, high complexity, low privileges, availability impact only.

Likely exposure

Exposure is likely limited to Linux systems running affected kernel builds or downstream vendor kernels that have not incorporated the stable fixes. Internet exposure alone is not the key factor because the CVSS vector is local attack vector with low privileges required.

Exploitation context

The supplied sources do not show active exploitation, and KEV is false. The CVSS vector indicates exploitation requires local access, low privileges, and high complexity, with no user interaction. Do not treat this as remotely exploitable based on the provided evidence.

Researcher notes

The evidence is narrow: the CVE description and stable commit references identify a race on sysctl_icmp_errors_use_inbound_ifaddr fixed with READ_ONCE(). The bundle does not provide exploit details, downstream distro status, or a standalone mitigation besides applying fixed kernel code.

Mitigation direction

  • Apply Linux distribution kernel updates that include the stable fixes.
  • Check vendor kernel advisories for CVE-2022-49632 coverage.
  • Prioritize shared, multi-user, and container-host Linux systems.
  • Use normal maintenance windows where operational risk is low.
  • Avoid claiming remediation until the patched kernel is booted.

Validation and detection

  • Inventory Linux kernel versions across servers and appliances.
  • Map each kernel to vendor fixed builds or stable commits.
  • Confirm package changelogs or advisories reference this CVE or ICMP fix.
  • Verify systems rebooted into the updated kernel.
  • Document exceptions where vendor guidance is unavailable.
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 · low confidence lookup

CWE-362: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-49632 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.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/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
3Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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.7CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H13.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

4.7Medium
CVSS 3.1 vector shape for CVE-2022-49632Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux1c2fb7f93cb20621772bf304f3dba0849942e5db, 1c2fb7f93cb20621772bf304f3dba0849942e5db, 1c2fb7f93cb20621772bf304f3dba0849942e5dbunaffected
LinuxLinux2.6.12, 0, 5.15.56, 5.18.13, 5.19affected
Weakness

CWE details

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

CWE-362 · source CWE mapping

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.