Lucene search
+L

18486 matches found

RedhatCVE
RedhatCVE
added 2025/12/05 4:16 p.m.12 views

CVE-2025-40253

Double-free corruption occurs in the s390 CTC MPC driver when mpcrcvdsweepreq frees the mpcginfo structure, followed by ctcmpcunpackskb freeing the same pointer. Clang's static analyzer flagged this ownership confusion. The duplicate kfree corrupts slab metadata, potentially crashing the kernel o...

5.5CVSS6.6AI score0.00293EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/05 3:28 a.m.9 views

EUVD-2025-201353

The Demo Importer Plus plugin for WordPress is vulnerable to arbitrary file upload in all versions up to, and including, 2.0.6. This is due to insufficient file type validation detecting WXR files, allowing double extension files to bypass sanitization while being accepted as a valid WXR file. Th...

8.8CVSS7AI score0.00539EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/05 3:28 a.m.31 views

CVE-2025-13066

CVE-2025-13066 refers to the WordPress plugin Demo Importer Plus (versions up to and including 2.0.6) with an authenticated file upload flaw: insufficient file-type validation allows WXR files, letting double-extension files bypass sanitization and upload arbitrary files. The vulnerability requir...

8.8CVSS7.1AI score0.00539EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/12/05 12:25 a.m.12 views

SUSE CVE-2025-40253

In the Linux kernel, the following vulnerability has been resolved: s390/ctcm: Fix double-kfree The function 'mpcrcvdsweepreqmpcginfo' is called conditionally from function 'ctcmpcunpackskb'. It frees passed mpcginfo. After that a call to function 'kfree' in function 'ctcmpcunpackskb' frees it...

5.5CVSS6.5AI score0.00293EPSS
SaveExploits0References17
Tenable Nessus
Tenable Nessus
added 2025/12/05 12:00 a.m.9 views

ImageMagick < 6.9.13-34 / 7.x < 7.1.2-9 Use-After-Free / Double-Free (GHSA-q3hc-j9x5-mp9m)

The remote host has a version of ImageMagick installed that is prior to 6.9.13-34 or 7.1.2-9. It is, therefore, affected by use-after-free and double-free vulnerabilities as referenced in the GHSA-q3hc-j9x5-mp9m advisory. - ImageMagick is free and open-source software used for editing and...

6.1CVSS5.6AI score0.00157EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/04 9:16 p.m.9 views

CVE-2025-63896

An issue in the Bluetooth Human Interface Device HID of JXL 9 Inch Car Android Double Din Player Android v12.0 allows attackers to inject arbitrary keystrokes via a spoofed Bluetooth HID device...

7.6CVSS5.9AI score0.00298EPSS
SaveExploits2References2
NVD
NVD
added 2025/12/04 4:16 p.m.10 views

CVE-2025-40253

In the Linux kernel, the following vulnerability has been resolved: s390/ctcm: Fix double-kfree The function 'mpcrcvdsweepreqmpcginfo' is called conditionally from function 'ctcmpcunpackskb'. It frees passed mpcginfo. After that a call to function 'kfree' in function 'ctcmpcunpackskb' frees it...

8.8CVSS0.00293EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/04 4:16 p.m.12 views

UBUNTU-CVE-2025-40253

In the Linux kernel, the following vulnerability has been resolved: s390/ctcm: Fix double-kfree The function 'mpcrcvdsweepreqmpcginfo' is called conditionally from function 'ctcmpcunpackskb'. It frees passed mpcginfo. After that a call to function 'kfree' in function 'ctcmpcunpackskb' frees it...

8.8CVSS5.7AI score0.00293EPSS
SaveExploits0References34
OSV
OSV
added 2025/12/04 4:08 p.m.8 views

CVE-2025-40253 s390/ctcm: Fix double-kfree

In the Linux kernel, the following vulnerability has been resolved: s390/ctcm: Fix double-kfree The function 'mpcrcvdsweepreqmpcginfo' is called conditionally from function 'ctcmpcunpackskb'. It frees passed mpcginfo. After that a call to function 'kfree' in function 'ctcmpcunpackskb' frees it...

8.8CVSS6.3AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/12/04 4:08 p.m.13 views

CVE-2025-40253

In the Linux kernel, the following vulnerability has been resolved: s390/ctcm: Fix double-kfree The function 'mpcrcvdsweepreqmpcginfo' is called conditionally from function 'ctcmpcunpackskb'. It frees passed mpcginfo. After that a call to function 'kfree' in function 'ctcmpcunpackskb' frees it...

8.8CVSS5.1AI score0.00293EPSS
SaveExploits0
EUVD
EUVD
added 2025/12/04 4:08 p.m.7 views

EUVD-2025-201204

In the Linux kernel, the following vulnerability has been resolved: s390/ctcm: Fix double-kfree The function 'mpcrcvdsweepreqmpcginfo' is called conditionally from function 'ctcmpcunpackskb'. It frees passed mpcginfo. After that a call to function 'kfree' in function 'ctcmpcunpackskb' frees it...

6AI score0.00293EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/04 4:08 p.m.36 views

CVE-2025-40253 s390/ctcm: Fix double-kfree

In the Linux kernel, the following vulnerability has been resolved: s390/ctcm: Fix double-kfree The function 'mpcrcvdsweepreqmpcginfo' is called conditionally from function 'ctcmpcunpackskb'. It frees passed mpcginfo. After that a call to function 'kfree' in function 'ctcmpcunpackskb' frees it...

8.8CVSS0.00293EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/04 4:08 p.m.35 views

CVE-2025-40253

The CVE-2025-40253 issue concerns the s390 Linux kernel driver ctcm_mpc.c, where mpc_rcvd_sweep_req(mpcginfo) freed memory that had already been freed by a subsequent kfree in ctcmpc_unpack_skb, causing a double-free scenario. The root cause is the conditional call path in ctcmpc_unpack_skb that ...

8.8CVSS6.1AI score0.00293EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/04 2:50 p.m.43 views

CVE-2025-40219

CVE-2025-40219 concerns the Linux kernel SR-IOV PCI handling. The vulnerability stems from missing serialization locks around SR-IOV VF removal/enabling: sriov_disable() could remove VF PCI devices without holding the global PCI rescan-remove lock, risking double-remove/list corruption (notably o...

5.7AI score0.00219EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2025/12/04 12:50 p.m.11 views

kernel: net_sched: ets: Fix double list add in class with netem as child qdisc

A use-after-free vulnerability was found in the Linux kernel’s netem qdisc. This issue occurs when it incorrectly manages duplicated packets in classful parent qdiscs. This leads to a corrupted internal state and eventual dereferencing of freed memory, resulting in unpredictable behavior, system...

7.8CVSS5.7AI score0.00204EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/04 12:00 a.m.11 views

PT-2025-49137

Name of the Vulnerable Software and Affected Versions JXL 9 Inch Car Android Double Din Player Android version 12.0 Description An issue exists in the Bluetooth Human Interface Device HID of the affected product that allows attackers to inject arbitrary keystrokes by using a spoofed Bluetooth HID...

7.6CVSS5.5AI score0.00298EPSS
SaveExploits2References5
CNNVD
CNNVD
added 2025/12/04 12:00 a.m.13 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 the Linux kernel that stems from a double release of the mpcginfo object, which could lead to memory corruption...

6.1AI score0.00293EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/12/04 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-40253

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - s390/ctcm: Fix double-kfree The function 'mpcrcvdsweepreqmpcginfo' is called conditionally from function 'ctcmpcunpackskb'. It frees passed mpcginfo. After that...

8.8CVSS6.3AI score0.00293EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/04 12:00 a.m.34 views

CVE-2025-63896

Technical details (affected components, versions, exploit specifics) for CVE-2025-63896 are not publicly available in the supplied documents. Monitor for updates from vendors and security feeds.

7.6CVSS6.6AI score0.00298EPSS
SaveExploits2References1Affected Software1
Positive Technologies
Positive Technologies
added 2025/12/04 12:00 a.m.13 views

PT-2025-49083

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a double-kfree issue within the s390/ctcm subsystem. The function mpc rcvd sweep reqmpcginfo conditionally frees memory pointed to by mpcginfo. Subsequently, a...

6.3AI score0.00293EPSS
SaveExploits0
Rows per page
Query Builder