CVE-2020-28588
MediumAn information disclosure vulnerability exists in the /proc/pid/syscall functionality of Linux Kernel 5.1 Stable and 5.4.66. More specifically, this issue has been introduced in v5.1-rc4 (commit 631b7abacd02b88f4b0795c08b54ad4fc3e7c7c0) and is still present in v5.10-rc4, so it’s likely that all versions in between are affected. An attacker can read /proc/pid/syscall to trigger this vulnerability, which leads to the kernel leaking memory contents.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Weakness type
CWE-681CVE-2020-28588 is a Incorrect Conversion Between Numeric Types vulnerability
What is Incorrect Conversion Between Numeric Types?
The product converts from one data type to another but uses a function that can produce incorrect results. Learn more on MITRE CWE
References
The following references provide additional information about CVE-2020-28588 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
Talosintelligencehttps://talosintelligence.com/vulnerability_reports/TALOS-2020-1211Exploit Technical Description Third Party Advisory
Frequently asked questions
-
What is CVE-2020-28588?
CVE-2020-28588 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 , classified as an Incorrect Conversion Between Numeric Types flaw (CWE-681) . CVE-2020-28588 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2020-28588?
CVE-2020-28588 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N. -
Is there a patch available for CVE-2020-28588?
No patch is currently available for CVE-2020-28588. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2020-28588 actively exploited?
No — CVE-2020-28588 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Incorrect Conversion Between Numeric Types (CWE-681)?
The product converts from one data type to another but uses a function that can produce incorrect results. View CWE-681 on MITRE CWE →