7.8
CVE-2022-2586
- EPSS 1.59%
- Veröffentlicht 08.01.2024 18:15:44
- Zuletzt bearbeitet 19.02.2025 19:47:58
- Quelle security@ubuntu.com
- Teams Watchlist Login
- Unerledigt Login
It was discovered that a nft object or expression could reference a nft set on a different nft table, leading to a use-after-free once that table was deleted.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version <= 5.19.17
Linux ≫ Linux Kernel Version6.0 Update-
Canonical ≫ Ubuntu Linux Version14.04 SwEditionesm
Canonical ≫ Ubuntu Linux Version16.04 SwEditionesm
Canonical ≫ Ubuntu Linux Version18.04 SwEditionesm
Canonical ≫ Ubuntu Linux Version20.04 SwEditionlts
Canonical ≫ Ubuntu Linux Version22.04 SwEditionlts
26.06.2024: CISA Known Exploited Vulnerabilities (KEV) Catalog
Linux Kernel Use-After-Free Vulnerability
SchwachstelleLinux Kernel contains a use-after-free vulnerability in the nft_object, allowing local attackers to escalate privileges.
BeschreibungApply updates per vendor instructions or discontinue use of the product if updates are unavailable.
Erforderliche MaßnahmenTyp | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 1.59% | 0.81 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
security@ubuntu.com | 5.3 | 1 | 4.2 |
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.