CVE-2018-5852
26.11.2024, 14:15
An unsigned integer underflow vulnerability in IPA driver result into a buffer over-read while reading NAT entry using debugfs command 'cat /sys/kernel/debug/ipa/ip4_nat'
Vendor | Product | Version |
---|---|---|
qualcomm | mdm9206_firmware | - |
qualcomm | mdm9607_firmware | - |
qualcomm | mdm9640_firmware | - |
qualcomm | mdm9650_firmware | - |
qualcomm | msm8909w_firmware | - |
qualcomm | sd_210_firmware | - |
qualcomm | sd_212_firmware | - |
qualcomm | sd_205_firmware | - |
qualcomm | sd_425_firmware | - |
qualcomm | sd_430_firmware | - |
qualcomm | sd_450_firmware | - |
qualcomm | sd_615_firmware | - |
qualcomm | sd_616_firmware | - |
qualcomm | sd_415_firmware | - |
qualcomm | sd_617_firmware | - |
qualcomm | sd_625_firmware | - |
qualcomm | sd_650_firmware | - |
qualcomm | sd_652_firmware | - |
qualcomm | sd_810_firmware | - |
qualcomm | sd_820_firmware | - |
qualcomm | sd_820a_firmware | - |
qualcomm | sd_835_firmware | - |
qualcomm | sd_845_firmware | - |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-126 - Buffer Over-readThe software reads from a buffer using buffer access mechanisms such as indexes or pointers that reference memory locations after the targeted buffer.
- CWE-191 - Integer Underflow (Wrap or Wraparound)The product subtracts one value from another, such that the result is less than the minimum allowable integer value, which produces a value that is not equal to the correct result.