Lucene search
+L

8201 matches found

Cvelist
Cvelist
added 2025/12/08 1:16 a.m.37 views

CVE-2022-50618 mmc: meson-gx: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: meson-gx: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehost...

0.002EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/08 1:16 a.m.13 views

CVE-2022-50618

In the Linux kernel, the following vulnerability has been resolved: mmc: meson-gx: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehost...

5.3AI score0.002EPSS
SaveExploits0
OSV
OSV
added 2025/12/08 12:46 a.m.13 views

CVE-2025-40326 NFSD: Define actions for the new time_deleg FATTR4 attributes

In the Linux kernel, the following vulnerability has been resolved: NFSD: Define actions for the new timedeleg FATTR4 attributes NFSv4 clients won't send legitimate GETATTR requests for these new attributes because they are intended to be used only with CBGETATTR and SETATTR. But NFSD has to do...

7.5CVSS6.3AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/08 12:00 a.m.20 views

PT-2025-49459

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel where the mmc add host function's return value is not properly checked. If mmc add host returns an error, the allocated memory in mmc alloc host is...

7.8CVSS6.8AI score0.00932EPSS
SaveExploits2References897
EUVD
EUVD
added 2025/12/07 12:30 a.m.15 views

EUVD-2025-201586

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential overflow of PCM transfer buffer The PCM stream data in USB-audio driver is transferred over USB URB packet buffers, and each packet size is determined dynamically. The packet sizes are limited by so...

6.3AI score0.00173EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/12/05 12:25 a.m.7 views

SUSE CVE-2025-40260

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix scxenable crash on helper kthread creation failure A crash was observed when the schedext selftests runner was terminated with Ctrl+\ while test 15 was running: NIP c00000000028fa58 scxenable.constprop.0+0x358/0x12b...

6.5AI score0.0017EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2025/12/05 12:00 a.m.8 views

The vulnerability of the drm/xe/guc component in the Linux operating system allows a perpetrator to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the drm/xe/guc component in the Linux operating system is related to improper checking or processing of exceptional states. Exploiting this vulnerability can allow an attacker to compromise the confidentiality, integrity, and accessibility of protected information...

7CVSS6.4AI score0.00157EPSS
SaveExploits0References7Affected Software4
Tenable Nessus
Tenable Nessus
added 2025/12/05 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-40230

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm: prevent poison consumption when splitting THP When performing memory error injection on a THP Transparent Huge Page mapped to userspace on an x86 server, th...

6.2AI score0.00209EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/04 4:16 p.m.10 views

UBUNTU-CVE-2025-40260

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix scxenable crash on helper kthread creation failure A crash was observed when the schedext selftests runner was terminated with Ctrl+\ while test 15 was running: NIP c00000000028fa58 scxenable.constprop.0+0x358/0x12b...

5.7AI score0.0017EPSS
SaveExploits0References11
CVE
CVE
added 2025/12/04 4:08 p.m.37 views

CVE-2025-40260

CVE-2025-40260 relates to a Linux kernel sched_ext issue where scx_enable() could crash if helper kthread creation failed during sched_ext selftests. The fix ensures that kthread creation failure propagates an error via PTR_ERR() in scx_alloc_and_add_sched(), allowing scx_enable() to follow the e...

6.2AI score0.0017EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2025/12/04 12:50 p.m.10 views

kernel: nfsd: don't ignore the return code of svc_proc_register()

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

5.5CVSS5.7AI score0.00196EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/12/04 10:25 a.m.8 views

xorg: xmayland: Use-after-free in XPresentNotify structure creation

A flaw was found in the X.Org X server and Xwayland when processing X11 Present extension notifications. Improper error handling during notification creation can leave dangling pointers that lead to a use-after-free condition. This can cause memory corruption or a crash, potentially allowing an...

7.3CVSS6.1AI score0.00474EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/12/04 12:00 a.m.18 views

RockyLinux 9 : nodejs:18 (RLSA-2023:2654)

The remote RockyLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2023:2654 advisory. glob-parent: Regular Expression Denial of Service CVE-2021-35065 c-ares: buffer overflow in configsortlist due to missing string length check CVE-2022-49...

8.6CVSS7.1AI score0.02209EPSS
SaveExploits5References17
Tenable Nessus
Tenable Nessus
added 2025/12/04 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-40260

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - schedext: Fix scxenable crash on helper kthread creation failure A crash was observed when the schedext selftests runner was terminated with Ctrl+\ while test 1...

5.7AI score0.0017EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/12/04 12:00 a.m.6 views

Oracle Linux 10 : squid (ELSA-2025-21002)

The remote Oracle Linux 10 host has a package installed that is affected by a vulnerability as referenced in the ELSA-2025-21002 advisory. - Resolves: RHEL-122480 - CVE-2025-62168 squid: Squid vulnerable to information disclosure via authentication credential leakage in error handling Tenable has...

10CVSS5.5AI score0.62871EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2025/12/03 3:06 p.m.11 views

CVE-2025-20791

In Modem, there is a possible system crash due to incorrect error handling. This could lead to remote denial of service, if a UE has connected to a rogue base station controlled by the attacker, with no additional execution privileges needed. User interaction is not needed for exploitation. Patch...

5.3CVSS6.8AI score0.00244EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/03 9:05 a.m.13 views

RLSA-2023:2654 Moderate: nodejs:18 security, bug fix, and enhancement update

Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. The following packages have been upgraded to a later upstream version: nodejs 18.14.2. Security Fixes: glob-parent: Regular Expression Denial of Service...

8.6CVSS7.5AI score0.02209EPSS
SaveExploits5References9
Tenable Nessus
Tenable Nessus
added 2025/12/03 12:00 a.m.5 views

RockyLinux 9 : squid (RLSA-2025:20935)

The remote RockyLinux 9 host has packages installed that are affected by a vulnerability as referenced in the RLSA-2025:20935 advisory. squid-cache: Squid vulnerable to information disclosure via authentication credential leakage in error handling CVE-2025-62168 Tenable has extracted the precedin...

10CVSS5.5AI score0.62871EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2025/12/03 12:00 a.m.6 views

RockyLinux 8 : container-tools:4.0 (RLSA-2023:2802)

The remote RockyLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2023:2802 advisory. golang: net/http: improper sanitization of Transfer-Encoding header CVE-2022-1705 golang: go/parser: stack exhaustion in all Parse functions CVE-2022-196...

7.5CVSS7.1AI score0.05623EPSS
SaveExploits5References29
Tenable Nessus
Tenable Nessus
added 2025/12/03 12:00 a.m.7 views

Oracle Linux 9 : squid (ELSA-2025-20935)

The remote Oracle Linux 9 host has a package installed that is affected by a vulnerability as referenced in the ELSA-2025-20935 advisory. - Resolves: RHEL-122492 - squid: Squid vulnerable to information disclosure via authentication credential leakage in error handling CVE-2025-62168 Tenable has...

10CVSS5.5AI score0.62871EPSS
SaveExploits1References2
Rows per page
Query Builder