Lucene search
+L

18473 matches found

OSV
OSV
added 2025/08/19 5:03 p.m.8 views

CVE-2025-38591 bpf: Reject narrower access to pointer ctx fields

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = u8 r1 + 169; exit; With pointer field sk being at offset 168 in skbuff. This access is...

6AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2025/08/19 5:03 p.m.18 views

CVE-2025-38591 bpf: Reject narrower access to pointer ctx fields

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = u8 r1 + 169; exit; With pointer field sk being at offset 168 in skbuff. This access is...

5.3AI score0.00197EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/08/19 5:03 p.m.13 views

CVE-2025-38591

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = u8 r1 + 169; exit; With pointer field sk being at offset 168 in skbuff. This access is...

5.5CVSS5.2AI score0.00197EPSS
SaveExploits0
CVE
CVE
added 2025/08/19 5:03 p.m.101 views

CVE-2025-38591

CVE-2025-38591 affects the Linux kernel and is resolved by a patch in the BPF verifier. The issue involved a narrowing context access check in BPF, where a program attempted to read a pointer field (offset 169) in __sk_buff (field sk at offset 168). The verifier incorrectly allowed this “narrower...

5.5CVSS7AI score0.00197EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/08/19 5:03 p.m.23 views

CVE-2025-38591 bpf: Reject narrower access to pointer ctx fields

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = u8 r1 + 169; exit; With pointer field sk being at offset 168 in skbuff. This access is...

0.00197EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2025/08/19 5:03 p.m.11 views

CVE-2025-38591

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = u8 r1 + 169; exit; With pointer field sk being at offset 168 in skbuff. This access is...

5.5CVSS5.2AI score0.00197EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/08/19 6:05 a.m.6 views

BELL-CVE-2025-38506

Bulletin has no description...

5.5CVSS7.2AI score0.00115EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/08/19 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-38388

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: firmware: armffa: Replace mutex with rwlock to avoid sleep in atomic context The current use...

5.5CVSS5.6AI score0.00119EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/08/19 12:00 a.m.7 views

PT-2025-33809

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the vmci subsystem where uninitialized payloads can be dispatched. This occurs when the init context function fails, leading to incomplete...

7.8CVSS6.8AI score
SaveExploits0References126
Positive Technologies
Positive Technologies
added 2025/08/19 12:00 a.m.21 views

PT-2025-44106

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.16.0-smp--e6c618b51cfe-sleep 782 Description The Linux kernel contained an issue in the KVM component related to SVM fastpath emulation. Specifically, the fastpath emulation was not being skipped on VM-Exit if...

6CVSS5.9AI score0.00166EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/08/19 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel, which stems from the bpf module denying narrower access to the pointer ctx field...

5.5CVSS6.3AI score0.00197EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/19 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-38374

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: optee: ffa: fix sleep in atomic context The OP-TEE driver registers the function notifcallba...

5.5CVSS5.6AI score0.00148EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/19 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-38435

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: riscv: vector: Fix context save/restore with xtheadvector Previously only v0-v7 were correct...

7.8CVSS5.9AI score0.00147EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2025/08/18 9:00 p.m.11 views

Copier's safe template has arbitrary filesystem read/write access

Impact Copier's current security model shall restrict filesystem access through Jinja: - Files can only be read using % include ... %, which is limited by Jinja to reading files from the subtree of the local template clone in our case. - Files are written in the destination directory according to...

8.5CVSS7.2AI score0.00259EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/08/18 9:00 p.m.34 views

GHSA-3XW7-V6CJ-5Q8H Copier's safe template has arbitrary filesystem read/write access

Impact Copier's current security model shall restrict filesystem access through Jinja: - Files can only be read using % include ... %, which is limited by Jinja to reading files from the subtree of the local template clone in our case. - Files are written in the destination directory according to...

8.5CVSS6AI score0.00259EPSS
SaveExploits0References4
Snyk
Snyk
added 2025/08/18 4:47 p.m.5 views

Arbitrary File Read/Write

Overview copier is an A library for rendering project templates. Affected versions of this package are vulnerable to Arbitrary File Read/Write via the exposure of pathlib.Path objects in the Jinja context, which have unconstrained I/O methods. An attacker can access or modify arbitrary files on t...

8.5CVSS7.8AI score0.00259EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/08/18 4:21 p.m.3 views

CVE-2025-55201 Copier safe template has arbitrary filesystem read/write access

Copier library and CLI app for rendering project templates. Prior to 9.9.1, a safe template can currently read and write arbitrary files because Copier exposes a few pathlib.Path objects in the Jinja context which have unconstrained I/O methods. This effectively renders the security model w.r.t...

8.5CVSS7.2AI score0.00259EPSS
SaveExploits0References2
CVE
CVE
added 2025/08/18 4:21 p.m.33 views

CVE-2025-55201

CVE-2025-55201 concerns the Copier library/CLI used for rendering project templates. Prior to version 9.9.1, the template rendering context exposes certain pathlib.Path objects in Jinja with unconstrained I/O methods, enabling a safe template to read and write arbitrary files on the filesystem an...

8.5CVSS6.6AI score0.00259EPSS
SaveExploits0References2
OSV
OSV
added 2025/08/18 4:21 p.m.12 views

CVE-2025-55201 Copier safe template has arbitrary filesystem read/write access

Copier library and CLI app for rendering project templates. Prior to 9.9.1, a safe template can currently read and write arbitrary files because Copier exposes a few pathlib.Path objects in the Jinja context which have unconstrained I/O methods. This effectively renders the security model w.r.t...

8.5CVSS6.6AI score
SaveExploits0References4
Snyk
Snyk
added 2025/08/18 3:30 p.m.6 views

Cross-site Scripting (XSS)

Overview Affected versions of this package are vulnerable to Cross-site Scripting XSS via the name field of layoutClassedModelUsagesDisplayContext. An attacker can execute arbitrary JavaScript code in the context of another user by injecting a malicious payload that is reflected and executed when...

5.4CVSS5.4AI score0.00216EPSS
SaveExploits0References2
Rows per page
Query Builder