LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50394: i2c: ismt: Fix an out-of-bounds bug in ismt_access()

In the Linux kernel, the following vulnerability has been resolved: i2c: ismt: Fix an out-of-bounds bug in ismt_access() When the driver does not check the data from the user, the variable 'data->block[0]' may be very large to cause an out-of-bounds bug. The following log can reveal it: [ 33.995542] i2c i2c-1: ioctl, cmd=0x720, arg=0x7ffcb3dc3a20 [ 33.995978] ismt_smbus 0000:00:05.0: I2C_SMBUS_BLOCK_DATA: WRITE [ 33.996475] ================================================================== [ 33.996995] BUG: KASAN: out-of-bounds in ismt_access.cold+0x374/0x214b [ 33.997473] Read of size 18446744073709551615 at addr ffff88810efcfdb1 by task ismt_poc/485 [ 33.999450] Call Trace: [ 34.001849] memcpy+0x20/0x60 [ 34.002077] ismt_access.cold+0x374/0x214b [ 34.003382] __i2c_smbus_xfer+0x44f/0xfb0 [ 34.004007] i2c_smbus_xfer+0x10a/0x390 [ 34.004291] i2cdev_ioctl_smbus+0x2c8/0x710 [ 34.005196] i2cdev_ioctl+0x5ec/0x74c Fix this bug by checking the size of 'data->block[0]' first.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel driver flaw in the ISMT SMBus/I2C path. A local user with access to the relevant I2C interface could trigger an out-of-bounds read, potentially exposing kernel memory or crashing the system. It is high severity, but the supplied evidence does not show remote exploitation or active exploitation.

Executive priority

Patch in the normal high-severity kernel maintenance window, faster for multi-user systems or hosts exposing I2C device access to workloads. There is meaningful confidentiality and availability risk, but no supplied evidence of active exploitation.

Technical view

The ismt_access() function did not validate data->block[0] before using it as a block size during I2C_SMBUS_BLOCK_DATA handling. The supplied KASAN trace shows an out-of-bounds read through memcpy after an i2cdev ioctl path. The fix is described as checking the block size first.

Likely exposure

Exposure is likely limited to Linux systems running affected kernels with the ismt_smbus/I2C path reachable by a local, low-privileged user. Package-level exposure depends on distribution backports, which are not mapped in the supplied sources.

Exploitation context

The CVSS vector is local, low complexity, low privileges, and no user interaction. The source bundle marks KEV as false and provides no cited evidence of active exploitation. Treat this as local privilege-bound kernel exposure, not an internet-facing remote bug.

Researcher notes

The affected-version data in the bundle is not enough to map every distribution package. Focus validation on the ISMT SMBus driver path, i2cdev ioctl reachability, and whether the stable fix for checking data->block[0] is present.

Mitigation direction

  • Apply a vendor or distribution kernel update containing the referenced stable fixes.
  • Prioritize systems where local users can access I2C device interfaces.
  • Restrict unnecessary access to I2C device nodes until patched.
  • Confirm kernel vendor guidance for exact fixed package versions.

Validation and detection

  • Inventory Linux kernel versions and distribution package build numbers.
  • Check whether ismt_smbus and I2C device access are present on affected hosts.
  • Verify installed kernels include the relevant stable fix commits or vendor backports.
  • Review local user and service access to I2C device interfaces.
Prepared
Confidence
medium
Sources
11

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-125: 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-50394 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.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/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
0Timeline events
0ADP providers
10Source 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.1CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H1.85.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux13f35ac14cd0a9a1c4f0034c4c40d0ae98844ce9, 13f35ac14cd0a9a1c4f0034c4c40d0ae98844ce9, 13f35ac14cd0a9a1c4f0034c4c40d0ae98844ce9, 13f35ac14cd0a9a1c4f0034c4c40d0ae98844ce9, 13f35ac14cd0a9a1c4f0034c4c40d0ae98844ce9, 13f35ac14cd0a9a1c4f0034c4c40d0ae98844ce9, 13f35ac14cd0a9a1c4f0034c4c40d0ae98844ce9, 13f35ac14cd0a9a1c4f0034c4c40d0ae98844ce9, 13f35ac14cd0a9a1c4f0034c4c40d0ae98844ce9unaffected
LinuxLinux3.9, 0, 4.9.337, 4.14.303, 4.19.270, 5.4.229, 5.10.163, 5.15.86, 6.0.16, 6.1.2, 6.2affected
Weakness

CWE details

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

CWE-125 · source CWE mapping

Out-of-bounds Read

Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.