7.8
HIGH CVSS 3.1
CVE-2026-46333
ptrace: slightly saner 'get_dumpable()' logic
Description

In the Linux kernel, the following vulnerability has been resolved: ptrace: slightly saner 'get_dumpable()' logic The 'dumpability' of a task is fundamentally about the memory image of the task - the concept comes from whether it can core dump or not - and makes no sense when you don't have an associated mm. And almost all users do in fact use it only for the case where the task has a mm pointer. But we have one odd special case: ptrace_may_access() uses 'dumpable' to check various other things entirely independently of the MM (typically explicitly using flags like PTRACE_MODE_READ_FSCREDS). Including for threads that no longer have a VM (and maybe never did, like most kernel threads). It's not what this flag was designed for, but it is what it is. The ptrace code does check that the uid/gid matches, so you do have to be uid-0 to see kernel thread details, but this means that the traditional "drop capabilities" model doesn't make any difference for this all. Make it all make a *bit* more sense by saying that if you don't have a MM pointer, we'll use a cached "last dumpability" flag if the thread ever had a MM (it will be zero for kernel threads since it is never set), and require a proper CAP_SYS_PTRACE capability to override.

INFO

Published Date :

May 15, 2026, 2:16 p.m.

Last Modified :

July 15, 2026, 2:22 a.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-46333 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
1 Debian debian_linux
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 134c704f-9b21-4f2e-91b3-4a467353bcc0
CVSS 3.1 MEDIUM 134c704f-9b21-4f2e-91b3-4a467353bcc0
CVSS 3.1 HIGH 416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS 3.1 HIGH 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
Solution
Update the Linux kernel to address ptrace dumpability logic and capability requirements.
  • Update the Linux kernel.
  • Ensure CAP_SYS_PTRACE capability for overrides.
  • Review task dumpability logic.
  • Check ptrace access controls.
Public PoC/Exploit Available at Github

CVE-2026-46333 has a 42 public PoC/Exploit available at Github. Go to the Public Exploits tab to see the list.

References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2026-46333.

URL Resource
https://git.kernel.org/stable/c/01363cb3fbd0238ffdeb09f53e9039c9edf8a730 Patch
https://git.kernel.org/stable/c/15b828a46f305ae9f05a7c16914b3ce273474205 Patch
https://git.kernel.org/stable/c/2a93a4fac7b6051d3be7cd1b015fe7320cd0404d Patch
https://git.kernel.org/stable/c/31e62c2ebbfdc3fe3dbdf5e02c92a9dc67087a3a Patch
https://git.kernel.org/stable/c/4709234fd1b95136ceb789f639b1e7ea5de1b181 Patch
https://git.kernel.org/stable/c/6e5b51e74a40d377bcd3081dd33fbaa0e1aa7e3d Patch
https://git.kernel.org/stable/c/8f907d345bae8f4b3f004c5abc56bf2dfb851ea7 Patch
https://git.kernel.org/stable/c/93d4ba49d18e3d7fb41a9927c2d0cca5e9dfefd6 Patch
http://www.openwall.com/lists/oss-security/2026/05/15/9 Mailing List
http://www.openwall.com/lists/oss-security/2026/05/20/14 Mailing List
http://www.openwall.com/lists/oss-security/2026/05/20/16 Mailing List
https://lists.debian.org/debian-lts-announce/2026/05/msg00032.html Third Party Advisory
https://lists.debian.org/debian-lts-announce/2026/05/msg00035.html Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:19521 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:19540 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:19568 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:19569 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:19664 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:19666 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:19705 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:19711 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:19875 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:20051 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:20054 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:20129 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:20130 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:20299 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:20593 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:21701 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:21702 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:23468 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:23469 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:23470 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:23471 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:24814 Third Party Advisory
https://access.redhat.com/errata/RHSA-2026:33486
https://access.redhat.com/security/cve/CVE-2026-46333 Third Party Advisory
https://bugzilla.redhat.com/show_bug.cgi?id=2477802 Third Party Advisory
https://cert-portal.siemens.com/productcert/html/ssa-019113.html
https://github.com/0xdeadbeefnetwork/ssh-keysign-pwn/ Exploit Third Party Advisory
https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46333.json Product Third Party Advisory
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-46333 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-46333 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

My ✨special ✨ repo

Updated: 1 week, 3 days ago
0 stars 0 fork 0 watcher
Born at : July 4, 2026, 10:07 a.m. This repo has been linked 2 different CVEs too.

Full Weaponized LPE Toolkit 2026

exploit linux-privilege-escalation privilage-escalation rootkit toolkit

C

Updated: 1 week ago
1 stars 0 fork 0 watcher
Born at : July 3, 2026, 2:19 p.m. This repo has been linked 19 different CVEs too.

Multi-vector DevOps attack surface analysis — 18 CVEs across 12 tools mapped into a 9-layer kill chain. Includes deep-dive docs, attack chain simulations, and 56 detection rules (YARA, Sigma, Snort). NGINX → Argo CD → Grafana → Docker → Jenkins → Kubernetes → Prometheus → Ansible → Linux → GitHub

YARA Python

Updated: 1 week, 5 days ago
0 stars 0 fork 0 watcher
Born at : July 2, 2026, 9:08 p.m. This repo has been linked 16 different CVEs too.

Standalone Python 3 proof-of-concept exploits for recent CVEs - each with a write-up and a screenshot of a real run. For authorized security testing and education only.

cve exploit penetration-testing poc proof-of-concept python security-research vulnerability

Python C

Updated: 2 weeks, 6 days ago
0 stars 0 fork 0 watcher
Born at : June 23, 2026, 8:55 a.m. This repo has been linked 38 different CVEs too.

Intermediate C++ developers learning Linux internals.

Updated: 1 month ago
0 stars 0 fork 0 watcher
Born at : June 8, 2026, 12:36 p.m. This repo has been linked 1 different CVEs too.

Know when a CVE can actually be remediated in Red Hat Satellite.

Python

Updated: 1 month ago
1 stars 0 fork 0 watcher
Born at : June 5, 2026, 12:58 p.m. This repo has been linked 2 different CVEs too.

Personal fork of Joshua-Riek/ubuntu-rockchip image builder for Orange Pi 5B

arm64 orangepi orangepi5b rk3588 rockchip ubuntu securitypatches

Shell Makefile

Updated: 1 month, 1 week ago
0 stars 0 fork 0 watcher
Born at : May 31, 2026, 4:50 p.m. This repo has been linked 5 different CVEs too.

RootHawkX 是一个 Linux 本地安全测试终端工具,本项目基于RootHawk进行修改,集成了更多漏洞利用模块。

Go C Batchfile Shell

Updated: 1 week, 5 days ago
23 stars 5 fork 5 watcher
Born at : May 29, 2026, 9:41 a.m. This repo has been linked 10 different CVEs too.

Vagrant VMs with known CVEs for exploit testing

Updated: 1 month, 3 weeks ago
0 stars 0 fork 0 watcher
Born at : May 22, 2026, 3:26 a.m. This repo has been linked 3 different CVEs too.

Multi-architecture Linux privilege escalation toolkit with 19 pre-built and runtime-compilable exploits. Auto-detects kernel version, filters patched exploits, tries each until root.

ctf cybersecurity exploit gtfobins kernel-exploit linux penetration-testing privilege-escalation security

Makefile Shell C Go

Updated: 3 weeks, 3 days ago
90 stars 17 fork 17 watcher
Born at : May 21, 2026, 7:33 p.m. This repo has been linked 16 different CVEs too.

None

TypeScript Batchfile JavaScript Dockerfile HTML CSS Shell PowerShell Go PLpgSQL

Updated: 1 month, 2 weeks ago
33 stars 6 fork 6 watcher
Born at : May 21, 2026, 1:12 p.m. This repo has been linked 7 different CVEs too.

Linux local privilege escalation PoCs and mitigations.

C Makefile

Updated: 1 month, 1 week ago
1 stars 0 fork 0 watcher
Born at : May 20, 2026, 10:21 a.m. This repo has been linked 8 different CVEs too.

CVE-2026-31431-killed page-cache exploit — code exec into containers sharing the same image layer

Makefile C

Updated: 1 month, 3 weeks ago
12 stars 3 fork 3 watcher
Born at : May 20, 2026, 4:37 a.m. This repo has been linked 2 different CVEs too.

An eBPF LSM program to filter user actions on HPC systems

ebpf

Rust C Shell Dockerfile

Updated: 1 month, 1 week ago
9 stars 0 fork 0 watcher
Born at : May 19, 2026, 1:42 p.m. This repo has been linked 2 different CVEs too.

SSH Penetration Testing Lab — Educational Purpose

Updated: 1 month, 3 weeks ago
0 stars 0 fork 0 watcher
Born at : May 18, 2026, 10:55 p.m. This repo has been linked 2 different CVEs too.

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-46333 vulnerability anywhere in the article.

  • security.nl
Nieuw Linux-lek laat lokale aanvaller SSH-keys stelen en code als root uitvoeren

Een nieuwe Linux-kwetsbaarheid maakt het mogelijk voor lokale aanvallers om onder andere SSH-keys te stelen en code als root uit te voeren. Updates en mitigaties zijn beschikbaar en beheerders worden ... Read more

Published Date: May 22, 2026 (1 month, 3 weeks ago)
  • CybersecurityNews
P2PInfect Botnet Compromises Kubernetes Clusters Through Exposed Redis Instances

A well-known botnet is now targeting cloud environments in a more calculated way than before. P2PInfect, a Rust-written peer-to-peer malware active since mid-2023, has been observed compromising Kuber ... Read more

Published Date: May 21, 2026 (1 month, 3 weeks ago)
  • CybersecurityNews
Nine-year-old Linux Kernel Vulnerability Let Attackers Exfiltrate SSH Private Keys

A newly disclosed Linux kernel vulnerability, tracked as CVE-2026-46333, exposes a serious local privilege escalation flaw that has remained undetected for nearly nine years. Security researchers at t ... Read more

Published Date: May 21, 2026 (1 month, 3 weeks ago)
  • The Hacker News
9-Year-Old Linux Kernel Flaw Enables Root Command Execution on Major Distros

Cybersecurity researchers have disclosed details of a vulnerability in the Linux kernel that remained undetected for nine years. The vulnerability, tracked as CVE-2026-46333 (CVSS score: 5.5), is a ca ... Read more

Published Date: May 21, 2026 (1 month, 3 weeks ago)
  • CybersecurityNews
Linux Kernel Vulnerability “ssh-keysign-pwn” Lets Attackers Read SSH Keys and Shadow Passwords

A newly disclosed Linux kernel vulnerability is raising serious concerns across the security community, as it allows attackers to access highly sensitive data, including SSH private keys and password ... Read more

Published Date: May 16, 2026 (1 month, 4 weeks ago)

The following table lists the changes that have been made to the CVE-2026-46333 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by 0b0ca135-0b70-47e7-9f44-1890c2a1c46c

    Jul. 15, 2026

    Action Type Old Value New Value
    Changed Affected [{'cpes': ['cpe:/a:redhat:enterprise_linux_nvidia:10::el10'], 'vendor': 'Red Hat', 'product': 'NVIDIA for RHEL 10', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:openshift:4.20::el8', 'cpe:/a:redhat:openshift:4.20::el9'], 'vendor': 'Red Hat', 'product': 'Red Hat OpenShift Container Platform 4.20', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux_eus:10.0'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux AppStream EUS (v. 10.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:10.2'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux AppStream (v. 10)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.0::appstream'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux AppStream E4S (v.9.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.2::appstream'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux AppStream E4S (v.9.2)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.4::appstream'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux AppStream EUS (v.9.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.6::appstream'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux AppStream EUS (v.9.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:9::appstream'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux AppStream (v. 9)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux_eus:10.0'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS EUS (v. 10.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:10.2'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS (v. 10)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:8::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS (v. 8)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_aus:8.4::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS AUS (v.8.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_eus_long_life:8.4::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_aus:8.6::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS AUS (v.8.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:8.6::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS E4S (v.8.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_tus:8.6::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS TUS (v.8.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:8.8::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS E4S (v.8.8)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_tus:8.8::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS TUS (v.8.8)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:9.0::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS E4S (v.9.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:9.2::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS E4S (v.9.2)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:9.4::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS E4S (v.9.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_eus:9.4::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS EUS (v.9.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_eus:9.6::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS EUS (v.9.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:9::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS (v. 9)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux_eus:10.0'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:10.2'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:8::crb'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux CRB (v. 8)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.4::crb'], 'vendor': 'Red Hat', 'product': 'Red Hat CodeReady Linux Builder EUS (v.9.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.6::crb'], 'vendor': 'Red Hat', 'product': 'Red Hat CodeReady Linux Builder EUS (v.9.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:9::crb'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux_eus:10.0'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:10.2'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time for NFV (v. 10)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:8::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux NFV (v. 8)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.0::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux NFV E4S (v.9.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.2::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.4::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.6::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:9::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time for NFV (v. 9)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux_eus:10.0'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time EUS (v. 10.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:10.2'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time (v. 10)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:8::realtime'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux RT (v. 8)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.0::realtime'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time E4S (v.9.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.2::realtime'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time E4S (v.9.2)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.4::realtime'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time EUS (v.9.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.6::realtime'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time EUS (v.9.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:9::realtime'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time (v. 9)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:openshift:4'], 'vendor': 'Red Hat', 'product': 'Red Hat OpenShift Container Platform 4', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:6'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 6', 'defaultStatus': 'unaffected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:7'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 7', 'defaultStatus': 'unaffected'}] [{'cpes': ['cpe:/a:redhat:enterprise_linux_nvidia:10::el10'], 'vendor': 'Red Hat', 'product': 'NVIDIA for RHEL 10', 'versions': [{'status': 'unaffected', 'version': '0:6.12.0-211.8.el10nv', 'lessThan': '*', 'versionType': 'rpm'}, {'status': 'unaffected', 'version': '0:6.12.0-231.12.el10nv', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:10.2'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 10', 'versions': [{'status': 'unaffected', 'version': '0:6.12.0-211.16.1.el10_2', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux_eus:10.0'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 10.0 Extended Update Support', 'versions': [{'status': 'unaffected', 'version': '0:6.12.0-55.75.1.el10_0', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:8::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 8', 'versions': [{'status': 'unaffected', 'version': '0:4.18.0-553.125.1.rt7.466.el8_10', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel-rt', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:8'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 8', 'versions': [{'status': 'unaffected', 'version': '0:4.18.0-553.125.1.el8_10', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:8'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 8', 'packageName': 'kpatch-patch', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'unaffected'}, {'cpes': ['cpe:/o:redhat:rhel_aus:8.4'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support', 'versions': [{'status': 'unaffected', 'version': '0:4.18.0-305.192.1.el8_4', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_eus_long_life:8.4'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On', 'versions': [{'status': 'unaffected', 'version': '0:4.18.0-305.192.1.el8_4', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_aus:8.6'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support', 'versions': [{'status': 'unaffected', 'version': '0:4.18.0-372.193.1.el8_6', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_tus:8.6'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 8.6 Telecommunications Update Service', 'versions': [{'status': 'unaffected', 'version': '0:4.18.0-372.193.1.el8_6', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:8.6'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions', 'versions': [{'status': 'unaffected', 'version': '0:4.18.0-372.193.1.el8_6', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_tus:8.8'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 8.8 Telecommunications Update Service', 'versions': [{'status': 'unaffected', 'version': '0:4.18.0-477.143.1.el8_8', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:8.8'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions', 'versions': [{'status': 'unaffected', 'version': '0:4.18.0-477.143.1.el8_8', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:8.8'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions', 'packageName': 'kpatch-patch', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'unaffected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:9', 'cpe:/o:redhat:enterprise_linux:9'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 9', 'versions': [{'status': 'unaffected', 'version': '0:5.14.0-687.10.1.el9_8', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.0'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions', 'versions': [{'status': 'unaffected', 'version': '0:5.14.0-70.180.1.el9_0', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.0::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions', 'versions': [{'status': 'unaffected', 'version': '0:5.14.0-70.180.1.rt21.252.el9_0', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel-rt', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.2'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions', 'versions': [{'status': 'unaffected', 'version': '0:5.14.0-284.172.1.el9_2', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.2::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions', 'versions': [{'status': 'unaffected', 'version': '0:5.14.0-284.172.1.rt14.457.el9_2', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel-rt', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:9.2'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions', 'packageName': 'kpatch-patch', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'unaffected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.4'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 9.4 Extended Update Support', 'versions': [{'status': 'unaffected', 'version': '0:5.14.0-427.126.1.el9_4', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:9.4'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions', 'packageName': 'kpatch-patch', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'unaffected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.6'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 9.6 Extended Update Support', 'versions': [{'status': 'unaffected', 'version': '0:5.14.0-570.116.1.el9_6', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_eus:9.6'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 9.6 Extended Update Support', 'packageName': 'kpatch-patch', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'unaffected'}, {'cpes': ['cpe:/a:redhat:openshift:4.20::el8'], 'vendor': 'Red Hat', 'product': 'Red Hat OpenShift Container Platform 4.20', 'versions': [{'status': 'unaffected', 'version': '0:1.33.12-3.rhaos4.20.git64c6a00.el9', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'cri-o', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:openshift:4.20::el8'], 'vendor': 'Red Hat', 'product': 'Red Hat OpenShift Container Platform 4.20', 'versions': [{'status': 'unaffected', 'version': '0:5.14.0-570.117.1.el9_6', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:openshift:4.20::el8'], 'vendor': 'Red Hat', 'product': 'Red Hat OpenShift Container Platform 4.20', 'versions': [{'status': 'unaffected', 'version': '0:4.20.0-202605141748.p2.g2a0461f.assembly.stream.el8', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'openshift', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:openshift:4.20::el8'], 'vendor': 'Red Hat', 'product': 'Red Hat OpenShift Container Platform 4.20', 'versions': [{'status': 'unaffected', 'version': '0:4.20.0-202605211651.p2.g02b0b2d.assembly.stream.el8', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'openshift-clients', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:openshift:4.20::el9'], 'vendor': 'Red Hat', 'product': 'Red Hat OpenShift Container Platform 4.20', 'versions': [{'status': 'unaffected', 'version': '4.20.9.6.202605270908-0', 'lessThan': '*', 'versionType': 'rpm'}], 'packageName': 'rhcos', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:6'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 6', 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'unaffected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:7'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 7', 'packageName': 'kernel', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'unaffected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:7'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 7', 'packageName': 'kernel-rt', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'unaffected'}, {'cpes': ['cpe:/a:redhat:openshift:4'], 'vendor': 'Red Hat', 'product': 'Red Hat OpenShift Container Platform 4', 'packageName': 'rhcos', 'collectionURL': 'https://access.redhat.com/downloads/content/package-browser/', 'defaultStatus': 'affected'}]
  • CVE Modified by 0b142b55-0307-4c5a-b3c9-f314f3fb7c5e

    Jul. 14, 2026

    Action Type Old Value New Value
    Added Affected [{'vendor': 'Siemens', 'product': 'SIMATIC S7-1500 CPU 1518-4 PN/DP MFP', 'versions': [{'status': 'affected', 'version': 'V3.1.6', 'lessThan': '*', 'versionType': 'custom'}], 'defaultStatus': 'unknown'}, {'vendor': 'Siemens', 'product': 'SIMATIC S7-1500 CPU 1518-4 PN/DP MFP', 'versions': [{'status': 'affected', 'version': 'V3.1.6', 'lessThan': '*', 'versionType': 'custom'}], 'defaultStatus': 'unknown'}, {'vendor': 'Siemens', 'product': 'SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP', 'versions': [{'status': 'affected', 'version': 'V3.1.6', 'lessThan': '*', 'versionType': 'custom'}], 'defaultStatus': 'unknown'}, {'vendor': 'Siemens', 'product': 'SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP', 'versions': [{'status': 'affected', 'version': 'V3.1.6', 'lessThan': '*', 'versionType': 'custom'}], 'defaultStatus': 'unknown'}, {'vendor': 'Siemens', 'product': 'SIPLUS S7-1500 CPU 1518-4 PN/DP MFP', 'versions': [{'status': 'affected', 'version': 'V3.1.6', 'lessThan': '*', 'versionType': 'custom'}], 'defaultStatus': 'unknown'}]
    Added Reference https://cert-portal.siemens.com/productcert/html/ssa-019113.html
  • CVE Modified by 0b0ca135-0b70-47e7-9f44-1890c2a1c46c

    Jul. 01, 2026

    Action Type Old Value New Value
    Added Reference https://access.redhat.com/errata/RHSA-2026:33486
  • Initial Analysis by [email protected]

    Jun. 30, 2026

    Action Type Old Value New Value
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.8.16 up to (excluding) 4.9 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.4.40 up to (excluding) 4.5 *cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 3.16.52 up to (excluding) 3.17 *cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.207 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.173 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.139 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.9.1 up to (excluding) 5.10.256 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.13 up to (excluding) 6.18.31 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.19 up to (excluding) 7.0.8 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.12.89
    Added CPE Configuration OR *cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/01363cb3fbd0238ffdeb09f53e9039c9edf8a730 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/15b828a46f305ae9f05a7c16914b3ce273474205 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/2a93a4fac7b6051d3be7cd1b015fe7320cd0404d Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/31e62c2ebbfdc3fe3dbdf5e02c92a9dc67087a3a Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/4709234fd1b95136ceb789f639b1e7ea5de1b181 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/6e5b51e74a40d377bcd3081dd33fbaa0e1aa7e3d Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/8f907d345bae8f4b3f004c5abc56bf2dfb851ea7 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/93d4ba49d18e3d7fb41a9927c2d0cca5e9dfefd6 Types: Patch
    Added Reference Type CISA-ADP: https://github.com/0xdeadbeefnetwork/ssh-keysign-pwn/ Types: Exploit, Third Party Advisory
    Added Reference Type CVE: http://www.openwall.com/lists/oss-security/2026/05/15/9 Types: Mailing List
    Added Reference Type CVE: http://www.openwall.com/lists/oss-security/2026/05/20/14 Types: Mailing List
    Added Reference Type CVE: http://www.openwall.com/lists/oss-security/2026/05/20/16 Types: Mailing List
    Added Reference Type CVE: https://lists.debian.org/debian-lts-announce/2026/05/msg00032.html Types: Third Party Advisory
    Added Reference Type CVE: https://lists.debian.org/debian-lts-announce/2026/05/msg00035.html Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:19521 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:19540 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:19568 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:19569 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:19664 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:19666 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:19705 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:19711 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:19875 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:20051 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:20054 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:20129 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:20130 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:20299 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:20593 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:21701 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:21702 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:23468 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:23469 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:23470 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:23471 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/errata/RHSA-2026:24814 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://access.redhat.com/security/cve/CVE-2026-46333 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://bugzilla.redhat.com/show_bug.cgi?id=2477802 Types: Third Party Advisory
    Added Reference Type redhat-SADP: https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46333.json Types: Product, Third Party Advisory
  • CVE Modified by 0b0ca135-0b70-47e7-9f44-1890c2a1c46c

    Jun. 30, 2026

    Action Type Old Value New Value
    Added Affected [{'cpes': ['cpe:/a:redhat:enterprise_linux_nvidia:10::el10'], 'vendor': 'Red Hat', 'product': 'NVIDIA for RHEL 10', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:openshift:4.20::el8', 'cpe:/a:redhat:openshift:4.20::el9'], 'vendor': 'Red Hat', 'product': 'Red Hat OpenShift Container Platform 4.20', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux_eus:10.0'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux AppStream EUS (v. 10.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:10.2'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux AppStream (v. 10)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.0::appstream'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux AppStream E4S (v.9.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.2::appstream'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux AppStream E4S (v.9.2)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.4::appstream'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux AppStream EUS (v.9.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.6::appstream'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux AppStream EUS (v.9.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:9::appstream'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux AppStream (v. 9)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux_eus:10.0'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS EUS (v. 10.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:10.2'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS (v. 10)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:8::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS (v. 8)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_aus:8.4::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS AUS (v.8.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_eus_long_life:8.4::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_aus:8.6::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS AUS (v.8.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:8.6::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS E4S (v.8.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_tus:8.6::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS TUS (v.8.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:8.8::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS E4S (v.8.8)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_tus:8.8::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS TUS (v.8.8)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:9.0::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS E4S (v.9.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:9.2::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS E4S (v.9.2)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_e4s:9.4::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS E4S (v.9.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_eus:9.4::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS EUS (v.9.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:rhel_eus:9.6::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS EUS (v.9.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:9::baseos'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux BaseOS (v. 9)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux_eus:10.0'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:10.2'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:8::crb'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux CRB (v. 8)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.4::crb'], 'vendor': 'Red Hat', 'product': 'Red Hat CodeReady Linux Builder EUS (v.9.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.6::crb'], 'vendor': 'Red Hat', 'product': 'Red Hat CodeReady Linux Builder EUS (v.9.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:9::crb'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux_eus:10.0'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:10.2'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time for NFV (v. 10)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:8::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux NFV (v. 8)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.0::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux NFV E4S (v.9.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.2::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.4::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.6::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:9::nfv'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time for NFV (v. 9)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux_eus:10.0'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time EUS (v. 10.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:10.2'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time (v. 10)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:8::realtime'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux RT (v. 8)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.0::realtime'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time E4S (v.9.0)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_e4s:9.2::realtime'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time E4S (v.9.2)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.4::realtime'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time EUS (v.9.4)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:rhel_eus:9.6::realtime'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time EUS (v.9.6)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:enterprise_linux:9::realtime'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux Real Time (v. 9)', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/a:redhat:openshift:4'], 'vendor': 'Red Hat', 'product': 'Red Hat OpenShift Container Platform 4', 'defaultStatus': 'affected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:6'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 6', 'defaultStatus': 'unaffected'}, {'cpes': ['cpe:/o:redhat:enterprise_linux:7'], 'vendor': 'Red Hat', 'product': 'Red Hat Enterprise Linux 7', 'defaultStatus': 'unaffected'}]
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    Added CWE CWE-269
    Added Reference https://access.redhat.com/errata/RHSA-2026:19521
    Added Reference https://access.redhat.com/errata/RHSA-2026:19540
    Added Reference https://access.redhat.com/errata/RHSA-2026:19568
    Added Reference https://access.redhat.com/errata/RHSA-2026:19569
    Added Reference https://access.redhat.com/errata/RHSA-2026:19664
    Added Reference https://access.redhat.com/errata/RHSA-2026:19666
    Added Reference https://access.redhat.com/errata/RHSA-2026:19705
    Added Reference https://access.redhat.com/errata/RHSA-2026:19711
    Added Reference https://access.redhat.com/errata/RHSA-2026:19875
    Added Reference https://access.redhat.com/errata/RHSA-2026:20051
    Added Reference https://access.redhat.com/errata/RHSA-2026:20054
    Added Reference https://access.redhat.com/errata/RHSA-2026:20129
    Added Reference https://access.redhat.com/errata/RHSA-2026:20130
    Added Reference https://access.redhat.com/errata/RHSA-2026:20299
    Added Reference https://access.redhat.com/errata/RHSA-2026:20593
    Added Reference https://access.redhat.com/errata/RHSA-2026:21701
    Added Reference https://access.redhat.com/errata/RHSA-2026:21702
    Added Reference https://access.redhat.com/errata/RHSA-2026:23468
    Added Reference https://access.redhat.com/errata/RHSA-2026:23469
    Added Reference https://access.redhat.com/errata/RHSA-2026:23470
    Added Reference https://access.redhat.com/errata/RHSA-2026:23471
    Added Reference https://access.redhat.com/errata/RHSA-2026:24814
    Added Reference https://access.redhat.com/security/cve/CVE-2026-46333
    Added Reference https://bugzilla.redhat.com/show_bug.cgi?id=2477802
    Added Reference https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46333.json
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jun. 17, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'bfedb589252c01fa505ac9f6f2a3d5d68d707ef4', 'lessThan': '93d4ba49d18e3d7fb41a9927c2d0cca5e9dfefd6', 'versionType': 'git'}, {'status': 'affected', 'version': 'bfedb589252c01fa505ac9f6f2a3d5d68d707ef4', 'lessThan': '15b828a46f305ae9f05a7c16914b3ce273474205', 'versionType': 'git'}, {'status': 'affected', 'version': 'bfedb589252c01fa505ac9f6f2a3d5d68d707ef4', 'lessThan': '4709234fd1b95136ceb789f639b1e7ea5de1b181', 'versionType': 'git'}, {'status': 'affected', 'version': 'bfedb589252c01fa505ac9f6f2a3d5d68d707ef4', 'lessThan': '8f907d345bae8f4b3f004c5abc56bf2dfb851ea7', 'versionType': 'git'}, {'status': 'affected', 'version': 'bfedb589252c01fa505ac9f6f2a3d5d68d707ef4', 'lessThan': '6e5b51e74a40d377bcd3081dd33fbaa0e1aa7e3d', 'versionType': 'git'}, {'status': 'affected', 'version': 'bfedb589252c01fa505ac9f6f2a3d5d68d707ef4', 'lessThan': '2a93a4fac7b6051d3be7cd1b015fe7320cd0404d', 'versionType': 'git'}, {'status': 'affected', 'version': 'bfedb589252c01fa505ac9f6f2a3d5d68d707ef4', 'lessThan': '01363cb3fbd0238ffdeb09f53e9039c9edf8a730', 'versionType': 'git'}, {'status': 'affected', 'version': 'bfedb589252c01fa505ac9f6f2a3d5d68d707ef4', 'lessThan': '31e62c2ebbfdc3fe3dbdf5e02c92a9dc67087a3a', 'versionType': 'git'}, {'status': 'affected', 'version': 'd5b3e840dbf6dd2c0f30b5982b6f5ecd49e46b12', 'versionType': 'git'}, {'status': 'affected', 'version': '03eed7afbc09e061f66b448daf7863174c3dc3f3', 'versionType': 'git'}, {'status': 'affected', 'version': 'e45692fa1aea06676449b63ef3c2b6e1e72b7578', 'versionType': 'git'}, {'status': 'affected', 'version': '694a95fa6dae4991f16cda333d897ea063021fed', 'versionType': 'git'}, {'status': 'affected', 'version': '3.16.52', 'lessThan': '3.17', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.4.40', 'lessThan': '4.5', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.8.16', 'lessThan': '4.9', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.9.1', 'lessThan': '4.10', 'versionType': 'semver'}], 'programFiles': ['include/linux/sched.h', 'kernel/exit.c', 'kernel/ptrace.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.10'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.10', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.256', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.207', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.173', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.139', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.89', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.31', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.0.8', 'versionType': 'semver', 'lessThanOrEqual': '7.0.*'}, {'status': 'unaffected', 'version': '7.1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['include/linux/sched.h', 'kernel/exit.c', 'kernel/ptrace.c'], 'defaultStatus': 'affected'}]
  • CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0

    Jun. 17, 2026

    Action Type Old Value New Value
    Added SSVC {'id': 'CVE-2026-46333', 'role': 'CISA Coordinator', 'options': [{'exploitation': 'poc'}, {'automatable': 'no'}, {'technicalImpact': 'total'}], 'version': '2.0.3', 'timestamp': '2026-05-21T00:00:00+00:00'}
  • CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0

    May. 21, 2026

    Action Type Old Value New Value
    Removed CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • CVE Modified by af854a3a-2127-422b-91ae-364da2661108

    May. 20, 2026

    Action Type Old Value New Value
    Added Reference http://www.openwall.com/lists/oss-security/2026/05/20/14
    Added Reference http://www.openwall.com/lists/oss-security/2026/05/20/16
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    May. 20, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • CVE Modified by af854a3a-2127-422b-91ae-364da2661108

    May. 19, 2026

    Action Type Old Value New Value
    Added Reference https://lists.debian.org/debian-lts-announce/2026/05/msg00035.html
  • CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0

    May. 18, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
    Added CWE CWE-269
    Added Reference https://github.com/0xdeadbeefnetwork/ssh-keysign-pwn/
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    May. 18, 2026

    Action Type Old Value New Value
    Added Reference https://git.kernel.org/stable/c/31e62c2ebbfdc3fe3dbdf5e02c92a9dc67087a3a
  • CVE Modified by af854a3a-2127-422b-91ae-364da2661108

    May. 16, 2026

    Action Type Old Value New Value
    Added Reference https://lists.debian.org/debian-lts-announce/2026/05/msg00032.html
  • CVE Modified by af854a3a-2127-422b-91ae-364da2661108

    May. 15, 2026

    Action Type Old Value New Value
    Added Reference http://www.openwall.com/lists/oss-security/2026/05/15/9
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    May. 15, 2026

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: ptrace: slightly saner 'get_dumpable()' logic The 'dumpability' of a task is fundamentally about the memory image of the task - the concept comes from whether it can core dump or not - and makes no sense when you don't have an associated mm. And almost all users do in fact use it only for the case where the task has a mm pointer. But we have one odd special case: ptrace_may_access() uses 'dumpable' to check various other things entirely independently of the MM (typically explicitly using flags like PTRACE_MODE_READ_FSCREDS). Including for threads that no longer have a VM (and maybe never did, like most kernel threads). It's not what this flag was designed for, but it is what it is. The ptrace code does check that the uid/gid matches, so you do have to be uid-0 to see kernel thread details, but this means that the traditional "drop capabilities" model doesn't make any difference for this all. Make it all make a *bit* more sense by saying that if you don't have a MM pointer, we'll use a cached "last dumpability" flag if the thread ever had a MM (it will be zero for kernel threads since it is never set), and require a proper CAP_SYS_PTRACE capability to override.
    Added Reference https://git.kernel.org/stable/c/01363cb3fbd0238ffdeb09f53e9039c9edf8a730
    Added Reference https://git.kernel.org/stable/c/15b828a46f305ae9f05a7c16914b3ce273474205
    Added Reference https://git.kernel.org/stable/c/2a93a4fac7b6051d3be7cd1b015fe7320cd0404d
    Added Reference https://git.kernel.org/stable/c/4709234fd1b95136ceb789f639b1e7ea5de1b181
    Added Reference https://git.kernel.org/stable/c/6e5b51e74a40d377bcd3081dd33fbaa0e1aa7e3d
    Added Reference https://git.kernel.org/stable/c/8f907d345bae8f4b3f004c5abc56bf2dfb851ea7
    Added Reference https://git.kernel.org/stable/c/93d4ba49d18e3d7fb41a9927c2d0cca5e9dfefd6
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.