CVE-2019-25162
published 2024-02-26CVE-2019-25162: In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using…
PriorityP338high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.38%
30.5th percentile
In the Linux kernel, the following vulnerability has been resolved:
i2c: Fix a potential use after free
Free the adap structure only after we are done using it.
This patch just moves the put_device() down a bit to avoid the
use after free.
[wsa: added comment to the code, added Fixes tag]
Affected
22 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.19.6-1 (bookworm) | linux 5.19.6-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 611e12ea0f121a31d9e9c4ce2a18a77abc2f28d6 < e6412ba3b6508bdf9c074d310bf4144afa6aec1a | e6412ba3b6508bdf9c074d310bf4144afa6aec1a |
| linux | linux | >= 611e12ea0f121a31d9e9c4ce2a18a77abc2f28d6 < 23a191b132cd87f746c62f3dc27da33683d85829 | 23a191b132cd87f746c62f3dc27da33683d85829 |
| linux | linux | >= 611e12ea0f121a31d9e9c4ce2a18a77abc2f28d6 < 871a1e94929a27bf6e2cd99523865c840bbc2d87 | 871a1e94929a27bf6e2cd99523865c840bbc2d87 |
| linux | linux | >= 611e12ea0f121a31d9e9c4ce2a18a77abc2f28d6 < 81cb31756888bb062e92d2dca21cd629d77a46a9 | 81cb31756888bb062e92d2dca21cd629d77a46a9 |
| linux | linux | >= 611e12ea0f121a31d9e9c4ce2a18a77abc2f28d6 < 35927d7509ab9bf41896b7e44f639504eae08af7 | 35927d7509ab9bf41896b7e44f639504eae08af7 |
| linux | linux | >= 611e12ea0f121a31d9e9c4ce2a18a77abc2f28d6 < e8e1a046cf87c8b1363e5de835114f2779e2aaf4 | e8e1a046cf87c8b1363e5de835114f2779e2aaf4 |
| linux | linux | >= 611e12ea0f121a31d9e9c4ce2a18a77abc2f28d6 < 12b0606000d0828630c033bf0c74c748464fe87d | 12b0606000d0828630c033bf0c74c748464fe87d |
| linux | linux | >= 611e12ea0f121a31d9e9c4ce2a18a77abc2f28d6 < e4c72c06c367758a14f227c847f9d623f1994ecf | e4c72c06c367758a14f227c847f9d623f1994ecf |
| linux | linux_kernel | >= 0 < 5.10.140-1 | 5.10.140-1 |
| linux | linux_kernel | >= 0 < 5.19.6-1 | 5.19.6-1 |
| linux | linux_kernel | >= 0 < 5.19.6-1 | 5.19.6-1 |
| linux | linux_kernel | >= 0 < 5.19.6-1 | 5.19.6-1 |
| linux | linux_kernel | >= 0 < 4.4.0-253.287 | 4.4.0-253.287 |
| linux | linux_kernel | >= 4.15.0 < 4.19.256 | 4.19.256 |
| linux | linux_kernel | >= 4.20.0 < 5.4.211 | 5.4.211 |
| linux | linux_kernel | >= 4.3.0 < 4.14.291 | 4.14.291 |
| linux | linux_kernel | >= 5.11.0 < 5.15.61 | 5.15.61 |
| linux | linux_kernel | >= 5.16.0 < 5.18.18 | 5.18.18 |
| linux | linux_kernel | >= 5.19.0 < 5.19.2 | 5.19.2 |
| linux | linux_kernel | >= 5.5.0 < 5.10.137 | 5.10.137 |
CVSS provenance
nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
osv7.8HIGH
vendor_debian7.8HIGH
vendor_redhat7.8HIGH
vendor_ubuntu7.0HIGH
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Ubuntu
Linux kernel vulnerabilities
vendor_ubuntu·2024-04-19·CVSS 7.0
CVE-2023-1382 [HIGH] Linux kernel vulnerabilities
Title: Linux kernel vulnerabilities
Summary: Several security issues were fixed in the Linux kernel.
It was discovered that a race condition existed in the instruction emulator
of the Linux kernel on Arm 64-bit systems. A local attacker could use this
to cause a denial of service (system crash). (CVE-2022-20422)
Wei Chen discovered that a race condition existed in the TIPC protocol
implementation in the Linux kernel, leading to a null pointer dereference
vulnerability. A local attacker could use this to cause a denial of service
(system crash). (CVE-2023-1382)
Jose Oliveira and Rodrigo Branco discovered that the Spectre Variant 2
mitigations with prctl syscall were insufficient in some situations. A
local attacker could possibly use this to expose sensitive information.
(CVE-2023-1998)
Red Hat
kernel: use after free in i2c
vendor_redhat·2024-02-26·CVSS 7.8
CVE-2019-25162 [HIGH] CWE-416 kernel: use after free in i2c
kernel: use after free in i2c
In the Linux kernel, the following vulnerability has been resolved:
i2c: Fix a potential use after free
Free the adap structure only after we are done using it.
This patch just moves the put_device() down a bit to avoid the
use after free.
[wsa: added comment to the code, added Fixes tag]
An out-of-bounds (OOB) memory access flaw was found in the i2c driver module in the Linux kernel.
Package: kernel (Red Hat Enterprise Linux 6) - Not affected
Package: kernel (Red Hat Enterprise Linux 7) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 7) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 9) - Affected
Debian
CVE-2019-25162: linux - In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a ...
vendor_debian·2019·CVSS 7.8
CVE-2019-25162 [HIGH] CVE-2019-25162: linux - In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a ...
In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using it. This patch just moves the put_device() down a bit to avoid the use after free. [wsa: added comment to the code, added Fixes tag]
Scope: local
bookworm: resolved (fixed in 5.19.6-1)
bullseye: resolved (fixed in 5.10.140-1)
forky: resolved (fixed in 5.19.6-1)
sid: resolved (fixed in 5.19.6-1)
trixie: resolved (fixed in 5.19.6-1)
OSV
linux, linux-aws, linux-kvm, linux-lts-xenial vulnerabilities
osv·2024-04-19·CVSS 7.0
CVE-2022-20422 [HIGH] linux, linux-aws, linux-kvm, linux-lts-xenial vulnerabilities
linux, linux-aws, linux-kvm, linux-lts-xenial vulnerabilities
It was discovered that a race condition existed in the instruction emulator
of the Linux kernel on Arm 64-bit systems. A local attacker could use this
to cause a denial of service (system crash). (CVE-2022-20422)
Wei Chen discovered that a race condition existed in the TIPC protocol
implementation in the Linux kernel, leading to a null pointer dereference
vulnerability. A local attacker could use this to cause a denial of service
(system crash). (CVE-2023-1382)
Jose Oliveira and Rodrigo Branco discovered that the Spectre Variant 2
mitigations with prctl syscall were insufficient in some situations. A
local attacker could possibly use this to expose sensitive information.
(CVE-2023-1998)
Daniele Antonioli discovered that the
OSV
CVE-2019-25162: In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done
osv·2024-02-26·CVSS 7.8
CVE-2019-25162 [HIGH] CVE-2019-25162: In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done
In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using it. This patch just moves the put_device() down a bit to avoid the use after free. [wsa: added comment to the code, added Fixes tag]
GHSA
GHSA-mr92-3m8f-x735: In the Linux kernel, the following vulnerability has been resolved:
i2c: Fix a potential use after free
Free the adap structure only after we are do
ghsa_unreviewed·2024-02-26
CVE-2019-25162 [HIGH] CWE-416 GHSA-mr92-3m8f-x735: In the Linux kernel, the following vulnerability has been resolved:
i2c: Fix a potential use after free
Free the adap structure only after we are do
In the Linux kernel, the following vulnerability has been resolved:
i2c: Fix a potential use after free
Free the adap structure only after we are done using it.
This patch just moves the put_device() down a bit to avoid the
use after free.
[wsa: added comment to the code, added Fixes tag]
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/12b0606000d0828630c033bf0c74c748464fe87dhttps://git.kernel.org/stable/c/23a191b132cd87f746c62f3dc27da33683d85829https://git.kernel.org/stable/c/35927d7509ab9bf41896b7e44f639504eae08af7https://git.kernel.org/stable/c/81cb31756888bb062e92d2dca21cd629d77a46a9https://git.kernel.org/stable/c/871a1e94929a27bf6e2cd99523865c840bbc2d87https://git.kernel.org/stable/c/e4c72c06c367758a14f227c847f9d623f1994ecfhttps://git.kernel.org/stable/c/e6412ba3b6508bdf9c074d310bf4144afa6aec1ahttps://git.kernel.org/stable/c/e8e1a046cf87c8b1363e5de835114f2779e2aaf4https://git.kernel.org/stable/c/12b0606000d0828630c033bf0c74c748464fe87dhttps://git.kernel.org/stable/c/23a191b132cd87f746c62f3dc27da33683d85829https://git.kernel.org/stable/c/35927d7509ab9bf41896b7e44f639504eae08af7https://git.kernel.org/stable/c/81cb31756888bb062e92d2dca21cd629d77a46a9https://git.kernel.org/stable/c/871a1e94929a27bf6e2cd99523865c840bbc2d87https://git.kernel.org/stable/c/e4c72c06c367758a14f227c847f9d623f1994ecfhttps://git.kernel.org/stable/c/e6412ba3b6508bdf9c074d310bf4144afa6aec1ahttps://git.kernel.org/stable/c/e8e1a046cf87c8b1363e5de835114f2779e2aaf4
2024-02-26
Published