CVE-2021-25682
11.06.2021, 03:15
It was discovered that the get_pid_info() function in data/apport did not properly parse the /proc/pid/status file from the kernel.
Vendor | Product | Version |
---|---|---|
canonical | apport | 2.20.1-0ubuntu1 ≤ 𝑥 < 2.20.1-0ubuntu2.30 |
canonical | apport | 2.20.9-0ubuntu1 ≤ 𝑥 < 2.20.9-0ubuntu7.23 |
canonical | apport | 2.20.11-0ubuntu27 ≤ 𝑥 < 2.20.11-0ubuntu27.16 |
canonical | apport | 2.20.11-0ubuntu50 ≤ 𝑥 < 2.20.11-0ubuntu50.5 |
𝑥
= Vulnerable software versions

Ubuntu Releases
Common Weakness Enumeration
- CWE-20 - Improper Input ValidationThe product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
- CWE-74 - Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')The software constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.