CVE-2020-12826
MediumA signal access-control issue was discovered in the Linux kernel before 5.6.5, aka CID-7395ea4e65c2. Because exec_id in include/linux/sched.h is only 32 bits, an integer overflow can interfere with a do_notify_parent protection mechanism. A child process can send an arbitrary signal to a parent process in a different security domain. Exploitation limitations include the amount of elapsed time before an integer overflow occurs, and the lack of scenarios where signals to a parent process present a substantial operational threat.
CVSS 3.1 score
5.3
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Weakness type
CWE-190CVE-2020-12826 is a Integer Overflow vulnerability
What is Integer Overflow?
The product performs a calculation that can produce an integer overflow, leading to unexpected values. Learn more on MITRE CWE
References
The following references provide additional information about CVE-2020-12826 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
Release Notes Third Party Advisory
-
-
-
-
Ubuntu Securityhttps://usn.ubuntu.com/4367-1/Third Party Advisory
-
Ubuntu Securityhttps://usn.ubuntu.com/4369-1/
-
Ubuntu Securityhttps://usn.ubuntu.com/4391-1/
-
PatchKernel patch commithttps://bugzilla.redhat.com/show_bug.cgi?id=1822077
-
PatchKernel patch commithttps://github.com/torvalds/linux/commit/7395ea4e65c2a00d23185a3f63ad315756ba9cef
-
PatchKernel patch commithttps://lists.openwall.net/linux-kernel/2020/03/24/1803
Frequently asked questions
-
What is CVE-2020-12826?
CVE-2020-12826 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.3 out of 10 , classified as an Integer Overflow flaw (CWE-190) . CVE-2020-12826 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2020-12826?
CVE-2020-12826 has a CVSS score of 5.3 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:L/I:L/A:L. -
Is there a patch available for CVE-2020-12826?
No patch is currently available for CVE-2020-12826. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2020-12826 actively exploited?
No — CVE-2020-12826 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Integer Overflow (CWE-190)?
The product performs a calculation that can produce an integer overflow, leading to unexpected values. View CWE-190 on MITRE CWE →