Lucene search
+L

150 matches found

Github Security Blog
Github Security Blog
added 2026/03/25 8:23 p.m.15 views

Activitypub-Federation has SSRF via 0.0.0.0 bypass in activitypub-federation-rust v4_is_invalid()

Summary The v4isinvalid function in activitypub-federation-rust src/utils.rs does not check for Ipv4Addr::UNSPECIFIED 0.0.0.0. An unauthenticated attacker controlling a remote domain can point it to 0.0.0.0, bypass the SSRF protection introduced by the fix for CVE-2025-25194 GHSA-7723-35v7-qcxw,...

6.5CVSS5.9AI score0.00359EPSS
SaveExploits2References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/02/27 9:08 p.m.7 views

CVE-2026-28402

nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to version 1.2.2, a malicious or compromised validator that is elected as proposer can publish a macro block proposal where header.bodyroot does not match the...

7.1CVSS6AI score0.00204EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/02/14 4:27 p.m.10 views

CVE-2026-23206 dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zero

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: prevent ZEROSIZEPTR dereference when numifs is zero The driver allocates arrays for ports, FDBs, and filter blocks using kcalloc with ethsw-swattr.numifs as the element count. When the device reports zero interfaces...

5.3AI score
SaveExploits0References9
CVE
CVE
added 2026/02/14 4:27 p.m.42 views

CVE-2026-23183

CVE-2026-23183 affects the Linux kernel cgroup/dmem subsystem. The issue is a NULL pointer dereference when setting the max value, triggered by commands like echo test/region0 > dmem.max, which accesses an invalid region_name. Root cause per description is an insufficient validation after pars...

5.2AI score0.00155EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:00 a.m.11 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-42160)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-42160 advisory. - In the Linux kernel, the following vulnerability has been resolved: f2fs: check validation of fault attrs in...

7.8CVSS6.2AI score0.00237EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/12/31 2:48 p.m.10 views

CVE-2023-54240

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: fix possible NULL pointer dereference in mtkhwlrogetfdirall rulelocs is allocated in ethtoolgetrxnfc and the size is determined by rulecnt from user space. So rulecnt needs to be check before using...

5.8AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/25 2:30 p.m.26 views

CVE-2023-53988

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds read in hdrdeletede Here is a BUG report from syzbot: BUG: KASAN: slab-out-of-bounds in hdrdeletede+0xe0/0x150 fs/ntfs3/index.c:806 Read of size 16842960 at addr ffff888079cc0600 by task...

5.8AI score0.00161EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/12/17 10:50 p.m.22 views

mcp-server-git argument injection in git_diff and git_checkout functions allows overwriting local files

In mcp-server-git versions prior to 2025.12.18, the gitdiff and gitcheckout functions passed user-controlled arguments directly to git CLI commands without sanitization. Flag-like values e.g., --output=/path/to/file for gitdiff would be interpreted as command-line options rather than git refs,...

7.1CVSS7.3AI score0.07315EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/12/08 2:15 a.m.9 views

DEBIAN-CVE-2023-53748

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queuesetup variable nplanes is provided by user via system call argument. The possible value of qdata-fmt-numplanes is 1-3, while the value of nplanes can be...

7.1CVSS5.2AI score0.00134EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/06 9:51 p.m.9 views

CVE-2025-40287 exfat: fix improper check of dentry.stream.valid_size

In the Linux kernel, the following vulnerability has been resolved: exfat: fix improper check of dentry.stream.validsize We found an infinite loop bug in the exFAT file system that can lead to a Denial-of-Service DoS condition. When a dentry in an exFAT filesystem is malformed, the following syst...

6.4AI score
SaveExploits0References6
NVD
NVD
added 2025/11/12 2:15 a.m.10 views

CVE-2025-40110

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix a null-ptr access in the cursor snooper Check that the resource which is converted to a surface exists before trying to use the cursor snooper on it. vmwcmdrescheck allows explicit invalid SVGA3DINVALIDID...

0.00193EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2025/11/12 1:07 a.m.5 views

CVE-2025-40110

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix a null-ptr access in the cursor snooper Check that the resource which is converted to a surface exists before trying to use the cursor snooper on it. vmwcmdrescheck allows explicit invalid SVGA3DINVALIDID...

5.3AI score0.00193EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/10/29 1:37 p.m.43 views

CVE-2025-40085

Affected software: Linux kernel (ALSA: usb-audio).Issue: NULL pointer dereference in try_to_register_card when usb_ifnum_to_if() returns NULL and is passed to usb_interface_claimed() without a NULL check.Impact: NULL pointer dereference during creation of an invalid USB audio device (potential cr...

6AI score0.00193EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.17 views

CVE-2023-53722 md: raid1: fix potential OOB in raid1_remove_disk()

In the Linux kernel, the following vulnerability has been resolved: md: raid1: fix potential OOB in raid1removedisk If rddev-raiddisk is greater than mddev-raiddisks, there will be an out-of-bounds in raid1removedisk. We have already found similar reports as follows: 1 commit d17f744e883b...

0.00195EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2019-2422

Malware in sbrugna...

5.5CVSS5.6AI score0.00208EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2009-0047

Malware in sbrugna...

4.4CVSS6.1AI score0.01172EPSS
SaveExploits7References15
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2018-3861

Malware in sbrugna...

7.8CVSS7.7AI score0.00228EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2017-9444

Malware in sbrugna...

10CVSS9.5AI score0.01105EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/04 4:15 p.m.10 views

CVE-2022-50475

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Make sure "ibport" is valid when access sysfs node The "ibport" structure must be set before adding the sysfs kobject, and reset after removing it, otherwise it may crash when accessing the sysfs node: Unable to handle...

5.5CVSS0.00145EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.14 views

EUVD-2025-4664

Malicious code in bioql PyPI...

5.4CVSS6.4AI score0.00233EPSS
SaveExploits0References5
Rows per page
Query Builder