Lucene search
+L

8125 matches found

OSV
OSV
added 2025/11/12 9:56 p.m.7 views

CVE-2025-40207 media: v4l2-subdev: Fix alloc failure check in v4l2_subdev_call_state_try()

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-subdev: Fix alloc failure check in v4l2subdevcallstatetry v4l2subdevcallstatetry macro allocates a subdev state with v4l2subdevstatealloc, but does not check the returned value. If v4l2subdevstatealloc fails, it retur...

6.1AI score
SaveExploits0References8
CVE
CVE
added 2025/11/12 9:56 p.m.33 views

CVE-2025-40207

In the Linux kernel vulnerability CVE-2025-40207, the media: v4l2-subdev path v4l2_subdev_call_state_try() allocates a subdev state with __v4l2_subdev_state_alloc() but does not check for allocation failure, which could return an ERR_PTR and crash v4l2_subdev_call_state_try(). The connected advis...

5.8AI score0.00186EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/11/12 9:56 p.m.9 views

CVE-2025-40207

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-subdev: Fix alloc failure check in v4l2subdevcallstatetry v4l2subdevcallstatetry macro allocates a subdev state with v4l2subdevstatealloc, but does not check the returned value. If v4l2subdevstatealloc fails, it retur...

5.2AI score0.00186EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/11/12 9:56 p.m.19 views

CVE-2025-40207 media: v4l2-subdev: Fix alloc failure check in v4l2_subdev_call_state_try()

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-subdev: Fix alloc failure check in v4l2subdevcallstatetry v4l2subdevcallstatetry macro allocates a subdev state with v4l2subdevstatealloc, but does not check the returned value. If v4l2subdevstatealloc fails, it retur...

0.00186EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/11/12 9:56 p.m.16 views

CVE-2025-40189 net: usb: lan78xx: Fix lost EEPROM read timeout error(-ETIMEDOUT) in lan78xx_read_raw_eeprom

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: Fix lost EEPROM read timeout error-ETIMEDOUT in lan78xxreadraweeprom Syzbot reported read of uninitialized variable BUG with following call stack. lan78xx 8-1:1.0 unnamed netdevice uninitialized: EEPROM read...

0.00185EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/11/12 12:30 p.m.8 views

EUVD-2025-124927

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe The drv-sramreg pointer could be set to ERRPTR-EPROBEDEFER which would lead to a error pointer dereference. Use ISERRORNULL to check that the pointer is vali...

5.6AI score0.00186EPSS
SaveExploits0References6
OSV
OSV
added 2025/11/12 10:23 a.m.10 views

CVE-2025-40144 nvdimm: ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe()

In the Linux kernel, the following vulnerability has been resolved: nvdimm: ndtest: Return -ENOMEM if devmkcalloc fails in ndtestprobe devmkcalloc may fail. ndtestprobe allocates three DMA address arrays dcrdma, labeldma, dimmdma and later unconditionally uses them in ndtestnvdimminit, which can...

6.1AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/11/12 10:23 a.m.17 views

CVE-2025-40125 blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctx

In the Linux kernel, the following vulnerability has been resolved: blk-mq: check kobject stateinsysfs before deleting in blkmqunregisterhctx In blkmqupdatenrhwqueues the return value of blkmqsysfsregisterhctxs is not checked. If sysfs creation for hctx fails, later changing the number of hwqueue...

0.0021EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/11/12 8:03 a.m.18 views

Important: Red Hat Security Advisory: squid:4 security update

An update for the squid:4 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On. Red Hat Product Security has rated this update as having a security impact of Important. A Common...

10CVSS7.3AI score0.62871EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2025/11/12 8:03 a.m.10 views

squid-cache: Squid vulnerable to information disclosure via authentication credential leakage in error handling

A Information Disclosure vulnerability has been identified in the Squid web caching proxy. This flaw occurs when the application fails to properly redact sensitive Hypertext Transfer Protocol HTTP authentication credentials from an error response. A remote client can exploit this by triggering an...

10CVSS5.8AI score0.62871EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2025/11/12 4:28 a.m.7 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.00195EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/11/12 4:28 a.m.7 views

kernel: crypto: seqiv - Handle EBUSY correctly

In the Linux kernel, the following vulnerability has been resolved: crypto: seqiv - Handle EBUSY correctly As it is seqiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the request. However, as the caller of seqiv may specify...

7.8CVSS6.8AI score0.00161EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/11/12 2:47 a.m.9 views

squid-cache: Squid vulnerable to information disclosure via authentication credential leakage in error handling

A Information Disclosure vulnerability has been identified in the Squid web caching proxy. This flaw occurs when the application fails to properly redact sensitive Hypertext Transfer Protocol HTTP authentication credentials from an error response. A remote client can exploit this by triggering an...

10CVSS5.8AI score0.62871EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2025/11/12 2:34 a.m.11 views

squid-cache: Squid vulnerable to information disclosure via authentication credential leakage in error handling

A Information Disclosure vulnerability has been identified in the Squid web caching proxy. This flaw occurs when the application fails to properly redact sensitive Hypertext Transfer Protocol HTTP authentication credentials from an error response. A remote client can exploit this by triggering an...

10CVSS5.8AI score0.62871EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2025/11/12 12:00 a.m.3 views

RHEL 8 : squid:4 (RHSA-2025:21090)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2025:21090 advisory. Squid is a high-performance proxy caching server for web clients, supporting FTP, and HTTP data objects. Security Fixes: squid-cache: Squid vulnerab...

10CVSS5.6AI score0.62871EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2025/11/12 12:00 a.m.3 views

RHEL 9 : squid (RHSA-2025:21066)

The remote Redhat Enterprise Linux 9 host has a package installed that is affected by a vulnerability as referenced in the RHSA-2025:21066 advisory. Squid is a high-performance proxy caching server for web clients, supporting FTP, and HTTP data objects. Security Fixes: squid-cache: Squid vulnerab...

10CVSS5.6AI score0.62871EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2025/11/12 12:00 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-990749)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990749 advisory. In the Linux kernel, the following vulnerability has been resolved: net/mlx5: E-Switch, Fix an Oops in error handling code The error handling dereferences vport. The...

5.5CVSS6.5AI score0.00204EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/11/11 7:17 p.m.12 views

squid-cache: Squid vulnerable to information disclosure via authentication credential leakage in error handling

A Information Disclosure vulnerability has been identified in the Squid web caching proxy. This flaw occurs when the application fails to properly redact sensitive Hypertext Transfer Protocol HTTP authentication credentials from an error response. A remote client can exploit this by triggering an...

10CVSS5.8AI score0.62871EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2025/11/11 7:17 p.m.9 views

Important: Red Hat Security Advisory: squid security update

An update for squid is now available for Red Hat Enterprise Linux 10. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from th...

10CVSS7.3AI score0.62871EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2025/11/11 2:05 p.m.23 views

Important: Red Hat Security Advisory: squid security update

An update for squid is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

10CVSS7.3AI score0.62871EPSS
SaveExploits1References3
Rows per page
Query Builder