Lucene search
K

22 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.1 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: BPF: Properly marking live registers for indirect jumps For the gotox rX instruction, the rX register should be marked as used in the computeinsnlive regs function. This issue has been fixed...

7.8CVSS5.2AI score0.00017EPSS
Exploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.3 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: BPF: Handling jset if a & b ... as a jump in CFG computation. BPFJSET is a conditional jump, and currently, verifier.c:canjump does not take this into account. This can lead to incorrect live registers and SCC Set of...

5.5CVSS5.2AI score0.00018EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2026/05/12 3:30 a.m.4 views

SUSE CVE-2026-43321

In the Linux kernel, the following vulnerability has been resolved: bpf: Properly mark live registers for indirect jumps For a gotox rX instruction the rX register should be marked as used in the computeinsnliveregs function. Fix this...

7.8CVSS5.8AI score0.00017EPSS
Exploits0References3
Microsoft CVE
Microsoft CVE
added 2026/05/09 8:2 a.m.8 views

bpf: Properly mark live registers for indirect jumps

...

7.8CVSS5.8AI score0.00017EPSS
Exploits0
EUVD
EUVD
added 2026/05/08 3:31 p.m.7 views

EUVD-2026-28605

In the Linux kernel, the following vulnerability has been resolved: bpf: Properly mark live registers for indirect jumps For a gotox rX instruction the rX register should be marked as used in the computeinsnliveregs function. Fix this...

5.8AI score0.00017EPSS
Exploits0References4
NVD
NVD
added 2026/05/08 2:16 p.m.6 views

CVE-2026-43321

In the Linux kernel, the following vulnerability has been resolved: bpf: Properly mark live registers for indirect jumps For a gotox rX instruction the rX register should be marked as used in the computeinsnliveregs function. Fix this...

7.8CVSS0.00017EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2026/05/08 2:16 p.m.6 views

CVE-2026-43321

In the Linux kernel, the following vulnerability has been resolved: bpf: Properly mark live registers for indirect jumps For a gotox rX instruction the rX register should be marked as used in the computeinsnliveregs function. Fix this...

7.8CVSS5.7AI score0.00017EPSS
Exploits0References4
OSV
OSV
added 2026/05/08 2:16 p.m.7 views

UBUNTU-CVE-2026-43321

In the Linux kernel, the following vulnerability has been resolved: bpf: Properly mark live registers for indirect jumps For a gotox rX instruction the rX register should be marked as used in the computeinsnliveregs function. Fix this...

7.8CVSS5.7AI score0.00017EPSS
Exploits0References5
Cvelist
Cvelist
added 2026/05/08 1:26 p.m.35 views

CVE-2026-43321 bpf: Properly mark live registers for indirect jumps

In the Linux kernel, the following vulnerability has been resolved: bpf: Properly mark live registers for indirect jumps For a gotox rX instruction the rX register should be marked as used in the computeinsnliveregs function. Fix this...

7.8CVSS0.00017EPSS
Exploits0References2
ATTACKERKB
ATTACKERKB
added 2026/05/08 1:26 p.m.4 views

CVE-2026-43321

In the Linux kernel, the following vulnerability has been resolved: bpf: Properly mark live registers for indirect jumps For a gotox rX instruction the rX register should be marked as used in the computeinsnliveregs function. Fix this...

5.8AI score0.00017EPSS
Exploits0References4Affected Software1
CVE
CVE
added 2026/05/08 1:26 p.m.12 views

CVE-2026-43321

The CVE-2026-43321 issue is in the Linux kernel BPF subsystem, where indirect jumps did not correctly mark the live registers for a gotox rX, leaving the affected register state unchecked. When the kernel fails to mark registers as used, it can enable manipulation of kernel state and potentially ...

7.8CVSS5.8AI score0.00017EPSS
Exploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/05/08 1:26 p.m.5 views

CVE-2026-43321

In the Linux kernel, the following vulnerability has been resolved: bpf: Properly mark live registers for indirect jumps For a gotox rX instruction the rX register should be marked as used in the computeinsnliveregs function. Fix this...

7.8CVSS5.7AI score0.00017EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2026/05/08 12:0 a.m.7 views

PT-2026-38972

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the BPF verifier where live registers for indirect jumps are not properly marked. Specifically, for a gotox rX instruction, the rX register is not marked as used withi...

7.8CVSS5.5AI score0.00017EPSS
Exploits0References17
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-27932

Malicious code in bioql PyPI...

6.4AI score0.00018EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/01 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-38607

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: bpf: handle jset if a & b ... as a jump in CFG computation BPFJSET is a conditional jump and...

5.5CVSS5.2AI score0.00018EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/08/19 11:22 p.m.2 views

SUSE CVE-2025-38607

In the Linux kernel, the following vulnerability has been resolved: bpf: handle jset if a & b ... as a jump in CFG computation BPFJSET is a conditional jump and currently verifier.c:canjump does not know about that. This can lead to incorrect live registers and SCC computation. E.g. in the...

5.5CVSS6.4AI score0.00018EPSS
Exploits0References3
NVD
NVD
added 2025/08/19 5:15 p.m.5 views

CVE-2025-38607

In the Linux kernel, the following vulnerability has been resolved: bpf: handle jset if a & b ... as a jump in CFG computation BPFJSET is a conditional jump and currently verifier.c:canjump does not know about that. This can lead to incorrect live registers and SCC computation. E.g. in the...

5.5CVSS0.00018EPSS
Exploits0References3
OSV
OSV
added 2025/08/19 5:15 p.m.1 views

UBUNTU-CVE-2025-38607

In the Linux kernel, the following vulnerability has been resolved: bpf: handle jset if a & b ... as a jump in CFG computation BPFJSET is a conditional jump and currently verifier.c:canjump does not know about that. This can lead to incorrect live registers and SCC computation. E.g. in the...

5.5CVSS5.7AI score0.00018EPSS
Exploits0References6
CVE
CVE
added 2025/08/19 5:3 p.m.19 views

CVE-2025-38607

CVE-2025-38607 relates to the Linux kernel BPF_JSET conditional jump; verifier.c:can_jump() could miscompute live registers and SCC during CFG analysis, potentially affecting correctness of analysis. The issue was resolved by handling jset jumps in CFG computation. Affected component: BPF/JSET ha...

5.5CVSS7AI score0.00018EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2025/08/19 5:3 p.m.6 views

CVE-2025-38607 bpf: handle jset (if a & b ...) as a jump in CFG computation

In the Linux kernel, the following vulnerability has been resolved: bpf: handle jset if a & b ... as a jump in CFG computation BPFJSET is a conditional jump and currently verifier.c:canjump does not know about that. This can lead to incorrect live registers and SCC computation. E.g. in the...

0.00018EPSS
Exploits0References3
Rows per page
Query Builder