CVE-2026-43005

Description

A flaw was found in the Linux kernel's tps53679 hwmon driver. When the i2c_smbus_read_block_data() function returns a zero-length read, the tps53679_identify_chip() function attempts to access memory before the allocated buffer. This out-of-bounds read could lead to information disclosure or a denial of service.

Understanding the Weakness (CWE)

Confidentiality

Technical Impact: Read Memory

For an out-of-bounds read, the attacker may have access to sensitive information. If the sensitive information contains system details, such as the current buffer's position in memory, this knowledge can be used to craft further attacks, possibly with more severe consequences.

Integrity,Availability

Technical Impact: Modify Memory; DoS: Crash, Exit, or Restart

Out of bounds memory access will very likely result in the corruption of relevant memory, and perhaps instructions, possibly leading to a crash.

Integrity

Technical Impact: Modify Memory; Execute Unauthorized Code or Commands

If the corrupted memory can be effectively controlled, it may be possible to execute arbitrary code. If the corrupted memory is data rather than instructions, the system will continue to function with improper changes, possibly in violation of an implicit or explicit policy.

Frequently Asked Questions

Want to get errata notifications? Sign up here.