Lucene search
+L

112 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2025-22635

Malicious code in bioql PyPI...

6.3AI score0.00146EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2025-20039

Malicious code in bioql PyPI...

7.6AI score0.00103EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2022-54504

Malicious code in bioql PyPI...

5.5CVSS6AI score0.00282EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.17 views

EUVD-2025-5225

Malicious code in bioql PyPI...

7.8CVSS7.3AI score0.00205EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2025/09/10 5:18 p.m.6 views

kernel: wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds Set the size to 6 instead of 2, since 'para' array is passed to 'rtwfwbtwificontrolrtwdev, para0, &para1', which reads 5 bytes: void rtwfwbtwificontrolstruct...

7.1CVSS6.9AI score0.00145EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-21962

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: cifs: Fix integer overflow while processing closetimeo mount option User-provided mount...

5.5CVSS6AI score0.00179EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2025-38368

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - misc: tps6594-pfsm: Add NULL pointer check in tps6594pfsmprobe The returned value, pfsm-miscdev.name, from devmkasprintf could be NULL. A pointer check is added...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/06 12:0 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2023-53066

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - qed/qedsriov: guard against NULL derefs from qediovgetvfinfo We have to make sure that the info returned by the helper is valid before using it. Found by Linux...

5.5CVSS6AI score0.00191EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/07/25 12:47 p.m.16 views

CVE-2025-38368 misc: tps6594-pfsm: Add NULL pointer check in tps6594_pfsm_probe()

In the Linux kernel, the following vulnerability has been resolved: misc: tps6594-pfsm: Add NULL pointer check in tps6594pfsmprobe The returned value, pfsm-miscdev.name, from devmkasprintf could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to th...

0.00146EPSS
SaveExploits0References4
OSV
OSV
added 2025/07/25 12:47 p.m.7 views

CVE-2025-38368 misc: tps6594-pfsm: Add NULL pointer check in tps6594_pfsm_probe()

In the Linux kernel, the following vulnerability has been resolved: misc: tps6594-pfsm: Add NULL pointer check in tps6594pfsmprobe The returned value, pfsm-miscdev.name, from devmkasprintf could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to th...

5.5CVSS6.2AI score0.00146EPSS
SaveExploits0References7
NVD
NVD
added 2025/07/04 2:15 p.m.5 views

CVE-2025-38217

In the Linux kernel, the following vulnerability has been resolved: hwmon: ftsteutates Fix TOCTOU race in ftsread In the ftsread function, when handling hwmonpwmautochannelstemp, the code accesses the shared variable data-fansourcechannel twice without holding any locks. It is first checked again...

4.7CVSS0.00103EPSS
SaveExploits0References4
NVD
NVD
added 2025/07/04 2:15 p.m.8 views

CVE-2025-38183

In the Linux kernel, the following vulnerability has been resolved: net: lan743x: fix potential out-of-bounds write in lan743xptpioeventclockget Before calling lan743xptpioeventclockget, the 'channel' value is checked against the maximum value of PCI11X1XPTPIOMAXCHANNELS8. This seems correct and...

7.8CVSS0.00159EPSS
SaveExploits0References6
OSV
OSV
added 2025/07/04 1:37 p.m.8 views

CVE-2025-38217 hwmon: (ftsteutates) Fix TOCTOU race in fts_read()

In the Linux kernel, the following vulnerability has been resolved: hwmon: ftsteutates Fix TOCTOU race in ftsread In the ftsread function, when handling hwmonpwmautochannelstemp, the code accesses the shared variable data-fansourcechannel twice without holding any locks. It is first checked again...

4.7CVSS6.2AI score0.00103EPSS
SaveExploits0References7
CVE
CVE
added 2025/07/04 1:37 p.m.83 views

CVE-2025-38183

CVE-2025-38183 relates to a Linux kernel lan743x driver issue where lan743x_ptp_io_event_clock_get() could write past ptp->extts[] because LAN743X_PTP_N_EXTTS was 4 while channel could be up to 7. The root cause is an out-of-bounds write in extts[channel] when updating local timestamps. The fi...

7.8CVSS6.5AI score0.00159EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/07/04 1:37 p.m.5 views

CVE-2025-38183 net: lan743x: fix potential out-of-bounds write in lan743x_ptp_io_event_clock_get()

In the Linux kernel, the following vulnerability has been resolved: net: lan743x: fix potential out-of-bounds write in lan743xptpioeventclockget Before calling lan743xptpioeventclockget, the 'channel' value is checked against the maximum value of PCI11X1XPTPIOMAXCHANNELS8. This seems correct and...

7.8CVSS6.7AI score0.00159EPSS
SaveExploits0References9
CVE
CVE
added 2025/07/03 8:36 a.m.91 views

CVE-2025-38159

CVE-2025-38159: Linux kernel wifi/rtw88 fix to prevent out-of-bounds read by enlarging the para buffer from 2 to 6 bytes, since code reads data[0]..data[4] in rtw_fw_bt_wifi_control. Affected component is the kernel’s wifi driver, with Svace-detected reading that could access 5 bytes. Patch/mitig...

7.1CVSS7.4AI score0.00145EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/07/03 8:36 a.m.7 views

CVE-2025-38159 wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds Set the size to 6 instead of 2, since 'para' array is passed to 'rtwfwbtwificontrolrtwdev, para0, &para1', which reads 5 bytes: void rtwfwbtwificontrolstruct...

7.1CVSS6.7AI score0.00145EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2025/06/20 8:23 p.m.8 views

CVE-2025-38070

In the Linux kernel, the following vulnerability has been resolved: ASoC: sma1307: Add NULL check in sma1307settingloaded All varibale allocated by kzalloc and devmkzalloc could be NULL. Multiple pointer checks and their cleanup are added. This issue is found by our static analysis tool...

7CVSS7.1AI score0.0013EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 11:15 a.m.9 views

CVE-2022-50185

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix potential buffer overflow in nisetmcspecialregisters The last case label can write two buffers 'mcregaddressj' and 'mcdataj' with 'j' offset equal to SMCNISLANDSMCREGISTERARRAYSIZE since there are no checks for th...

7.8CVSS0.00238EPSS
SaveExploits0References8
NVD
NVD
added 2025/06/18 11:15 a.m.7 views

CVE-2022-50180

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

SaveExploits0
Rows per page
Query Builder