CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-31627

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Summary

W jądrze Linuxa rozwiązano podatność dotyczącą interfejsu i2c w sterowniku s3c24xx. Problem polegał na braku weryfikacji rozmiaru wiadomości SMBUS przed jej przetworzeniem, co mogło prowadzić do nieprawidłowego działania systemu.

Risk Assessment

Brak weryfikacji rozmiaru wiadomości może prowadzić do błędów w przetwarzaniu danych, co z kolei może wpłynąć na stabilność i bezpieczeństwo systemu operacyjnego.

Recommendation

Zaleca się aktualizację jądra Linuxa do najnowszej wersji, aby usunąć tę podatność oraz zapewnić odpowiednią weryfikację rozmiaru wiadomości SMBUS.

Related vulnerabilities

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: i2c: s3c24xx: check the size of the SMBUS message before using it The first byte of an i2c SMBUS message is the size, and it should be verified to ensure that it is in the range of 0..I2C_SMBUS_BLOCK_MAX before processing it. This is the same logic that was added in commit a6e04f05ce0b ("i2c: tegra: check msg length in SMBUS block read") to the i2c tegra driver.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS