Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-43005
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-01 May, 2026 | 14:15
Updated At-11 May, 2026 | 22:15
Rejected At-
▼CVE Numbering Authority (CNA)
hwmon: (tps53679) Fix array access with zero-length block read

In the Linux kernel, the following vulnerability has been resolved: hwmon: (tps53679) Fix array access with zero-length block read i2c_smbus_read_block_data() can return 0, indicating a zero-length read. When this happens, tps53679_identify_chip() accesses buf[ret - 1] which is buf[-1], reading one byte before the buffer on the stack. Fix by changing the check from "ret < 0" to "ret <= 0", treating a zero-length read as an error (-EIO), which prevents the out-of-bounds array access. Also fix a typo in the adjacent comment: "if present" instead of duplicate "if".

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/hwmon/pmbus/tps53679.c
Default Status
unaffected
Versions
Affected
  • From 75ca1e5875fe3f0b9d0e8615c69f49bc2c7fb65d before 79b7e588399bb55f4c10bea6ca41b6c3b944d2bb (git)
  • From 75ca1e5875fe3f0b9d0e8615c69f49bc2c7fb65d before 6999b4769e2a61c463158927102e8c07e3f69ba2 (git)
  • From 75ca1e5875fe3f0b9d0e8615c69f49bc2c7fb65d before 0e211f6aaa6a00fd0ee0c1eea5498f168c6725e6 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/hwmon/pmbus/tps53679.c
Default Status
affected
Versions
Affected
  • 6.17
Unaffected
  • From 0 before 6.17 (semver)
  • From 6.18.22 through 6.18.* (semver)
  • From 6.19.12 through 6.19.* (semver)
  • From 7.0 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/79b7e588399bb55f4c10bea6ca41b6c3b944d2bb
N/A
https://git.kernel.org/stable/c/6999b4769e2a61c463158927102e8c07e3f69ba2
N/A
https://git.kernel.org/stable/c/0e211f6aaa6a00fd0ee0c1eea5498f168c6725e6
N/A
Hyperlink: https://git.kernel.org/stable/c/79b7e588399bb55f4c10bea6ca41b6c3b944d2bb
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/6999b4769e2a61c463158927102e8c07e3f69ba2
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/0e211f6aaa6a00fd0ee0c1eea5498f168c6725e6
Resource: N/A
Details not found