| Red Hat Enterprise Linux | Number Of NVD | 1717 | CRITICAL | 141 | HIGH | 605 | MEDIUM | 817 | LOW | 153 |
| URL | https://www.redhat.com/technologies/linux-platforms/enterprise-linux | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Explanation | Full support is 5.5 years from release. Maintenance support (security updates only) is for 3.5 years. After that, extended support is available for a fee. |
||||||||
| Tag | |||||||||
| No | Type | Name | URL |
|---|---|---|---|
| 1 | https://access.redhat.com/ja/articles/16476 | ||
| 2 | https://access.redhat.com/support/policy/updates/errata | ||
| 3 | https://access.redhat.com/articles/3078 | ||
| 4 | https://access.redhat.com/security | ||
| 5 | https://access.redhat.com/errata/#/?q=&p=1&sort=portal_publication_date%20desc&rows=10&portal_advisory_type=Security%20Advisory |
| No | Name | Latest Version | Release date | Initial release | Normal Support | Security Support Service Pack Support |
Extended for a fee |
Critical | High | Medium | Low |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 771 | Red Hat Enterprise Linux 10.2 | 10.2 | May 19, 2026 | May 20, 2025 | 8 | 24 | 18 | 4 | |||
| 772 | Red Hat Enterprise Linux 9 | 9.7 | Nov. 11, 2025 | May 17, 2022 | 10 | 142 | 186 | 19 | |||
| 773 | Red Hat Enterprise Linux 8 | 8.10 | May 22, 2024 | May 7, 2019 | May 30, 2029 | 49 | 328 | 457 | 52 | ||
| 774 | Red Hat Enterprise Linux 7 | 7.9 | Sept. 29, 2020 | Dec. 11, 2013 | Aug. 6, 2020 | June 30, 2024 | 97 | 284 | 282 | 48 | |
| 775 | Red Hat Enterprise Linux 6 | 6.10 | June 19, 2018 | Nov. 9, 2010 | May 10, 2022 | Nov. 30, 2020 | June 30, 2024 | 77 | 176 | 212 | 56 |
| 776 | Red Hat Enterprise Linux 5 | 5.11 | Sept. 16, 2014 | March 15, 2007 | March 31, 2017 | Nov. 30, 2020 | 24 | 59 | 89 | 40 | |
| 777 | Red Hat Enterprise Linux 4 | 4.5 | Feb. 29, 2012 | March 31, 2017 | 5 | 30 | 29 | 16 | |||
| 778 | Red Hat Enterprise Linux 3 | 3.0 | 0 | 33 | 44 | 17 | |||||
| 779 | Red Hat Enterprise Linux 2 | 2.1 Update 7 | April 28, 2005 | 0 | 32 | 37 | 6 |
| No | CVSS3 CVSS2 |
Level Attach Vector |
Title | CWE | CVE | cpe23Uri | or higher | or less | more than | less than | Update date Published date |
Show Affected | Exploit PoC Search |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 771 |
7.8 6.8 |
HIGH
Local |
In ghostscript before version 9.50, the .buildfont1 procedure did not properly secure its privileged calls, enabling scripts to bypass `-dSAFER` restrictions. An attacker could abuse this flaw by cre… |
NVD-CWE-Other
|
CVE-2019-10216 |
cpe:2.3:o:redhat:enterprise_linux:8.0:* cpe:2.3:o:redhat:enterprise_linux:6.0:* cpe:2.3:o:redhat:enterprise_linux… |
2024-11-21 13:18 2019-11-27 |
Show | GitHub Exploit DB Packet Storm | ||||
| 772 |
9.8 10.0 |
CRITICAL
Network |
A heap-based buffer overflow vulnerability was found in the Linux kernel, version kernel-2.6.32, in Marvell WiFi chip driver. A remote attacker could cause a denial of service (system crash) or, poss… | - | CVE-2019-14896 | cpe:2.3:o:redhat:enterprise_linux:6.0:* |
2024-11-21 13:27 2019-11-27 |
Show | GitHub Exploit DB Packet Storm | ||||
| 773 |
7.1 3.6 |
HIGH
Local |
Hardlink before 0.1.2 operates on full file system objects path names which can allow a local attacker to use this flaw to conduct symlink attacks. |
CWE-59
Link Following |
CVE-2011-3632 |
cpe:2.3:o:redhat:enterprise_linux:6.0:* cpe:2.3:o:redhat:enterprise_linux:5.0:* |
2024-11-21 10:30 2019-11-26 |
Show | GitHub Exploit DB Packet Storm | ||||
| 774 |
8.8 6.8 |
HIGH
Network |
Hardlink before 0.1.2 has multiple integer overflows leading to heap-based buffer overflows because of the way string lengths concatenation is done in the calculation of the required memory space to … |
CWE-190
Integer Overflow or Wraparound |
CVE-2011-3631 |
cpe:2.3:o:redhat:enterprise_linux:6.0:* cpe:2.3:o:redhat:enterprise_linux:5.0:* |
2024-11-21 10:30 2019-11-26 |
Show | GitHub Exploit DB Packet Storm | ||||
| 775 |
8.8 6.8 |
HIGH
Network |
Hardlink before 0.1.2 suffer from multiple stack-based buffer overflow flaws because of the way directory trees with deeply nested directories are processed. A remote attacker could provide a special… |
CWE-787
Out-of-bounds Write |
CVE-2011-3630 |
cpe:2.3:o:redhat:enterprise_linux:6.0:* cpe:2.3:o:redhat:enterprise_linux:5.0:* |
2024-11-21 10:30 2019-11-26 |
Show | GitHub Exploit DB Packet Storm | ||||
| 776 |
5.5 4.9 |
MEDIUM
Local |
libuser has information disclosure when moving user's home directory |
CWE-200
Information Exposure |
CVE-2012-5644 |
cpe:2.3:o:redhat:enterprise_linux:6.0:* cpe:2.3:o:redhat:enterprise_linux:5.0:* |
2024-11-21 10:45 2019-11-26 |
Show | GitHub Exploit DB Packet Storm | ||||
| 777 |
6.3 3.3 |
MEDIUM
Local |
libuser 0.56 and 0.57 has a TOCTOU (time-of-check time-of-use) race condition when copying and removing directory trees. |
CWE-367
Time-of-check Time-of-use (TOCTOU) Race Condition |
CVE-2012-5630 |
cpe:2.3:o:redhat:enterprise_linux:6.0:* cpe:2.3:o:redhat:enterprise_linux:5.0:* |
2024-11-21 10:45 2019-11-25 |
Show | GitHub Exploit DB Packet Storm | ||||
| 778 |
6.5 3.3 |
MEDIUM
Adjacent |
quagga (ospf6d) 0.99.21 has a DoS flaw in the way the ospf6d daemon performs routes removal |
CWE-617
Reachable Assertion |
CVE-2012-5521 |
cpe:2.3:o:redhat:enterprise_linux:6.0:* cpe:2.3:o:redhat:enterprise_linux:5.0:* |
2024-11-21 10:44 2019-11-25 |
Show | GitHub Exploit DB Packet Storm | ||||
| 779 |
7.1 3.6 |
HIGH
Local |
A flaw was discovered in ibus in versions before 1.5.22 that allows any unprivileged user to monitor and send method calls to the ibus bus of another user due to a misconfiguration in the DBus server… |
CWE-862
Missing Authorization |
CVE-2019-14822 |
cpe:2.3:o:redhat:enterprise_linux:8.0:* cpe:2.3:o:redhat:enterprise_linux:7.0:* |
2024-11-21 13:27 2019-11-25 |
Show | GitHub Exploit DB Packet Storm | ||||
| 780 |
7.8 7.2 |
HIGH
Local |
A vulnerability was found in Linux Kernel, where a Heap Overflow was found in mwifiex_set_wmm_params() function of Marvell Wifi Driver. | - | CVE-2019-14815 |
cpe:2.3:o:redhat:enterprise_linux:8.0:* cpe:2.3:o:redhat:enterprise_linux:7.0:* cpe:2.3:o:redhat:enterprise_linux… |
2024-11-21 13:27 2019-11-25 |
Show | GitHub Exploit DB Packet Storm |