Lucene search
+L

3405 matches found

Chainguard
Chainguard
added 2026/01/07 1:29 a.m.10 views

GHSA-R4W2-HJMR-36M7 vulnerabilities

Vulnerabilities for packages: infinispan...

7AI score
SaveExploits0
Chainguard
Chainguard
added 2026/01/07 1:29 a.m.7 views

GHSA-3WQF-4X89-9G79 vulnerabilities

Vulnerabilities for packages: grafana-fips, grafana...

5.3AI score
SaveExploits0
Chainguard
Chainguard
added 2026/01/07 1:29 a.m.10 views

GHSA-8Q63-W3PX-VG38 vulnerabilities

Vulnerabilities for packages: ffmpeg...

7AI score
SaveExploits0
Chainguard
Chainguard
added 2026/01/07 1:29 a.m.3 views

GHSA-GWRP-PVRQ-JMWV vulnerabilities

Vulnerabilities for packages: druid, hadoop-fips...

5.3AI score
SaveExploits0
Chainguard
Chainguard
added 2026/01/07 1:29 a.m.7 views

CVE-2021-37533 vulnerabilities

Vulnerabilities for packages: druid, spark...

6.5CVSS6.1AI score0.01858EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/01/07 1:29 a.m.14 views

CVE-2021-25743 vulnerabilities

Vulnerabilities for packages: aws-efs-csi-driver-fips...

3CVSS7AI score0.00778EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/01/07 1:29 a.m.6 views

GHSA-CJWG-QFPM-7377 vulnerabilities

Vulnerabilities for packages: awx...

7AI score
SaveExploits0
Chainguard
Chainguard
added 2026/01/07 1:29 a.m.14 views

CVE-2021-34429 vulnerabilities

Vulnerabilities for packages: apache-hop, apache-hop-fips...

5.3CVSS6.7AI score0.99298EPSS
SaveExploits6
Chainguard
Chainguard
added 2026/01/01 1:28 p.m.8 views

GHSA-4742-MR57-2R9J vulnerabilities

Vulnerabilities for packages: mongod...

7AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.9 views

CVE-2023-54310

In the Linux kernel, the following vulnerability has been resolved: scsi: message: mptlan: Fix use after free bug in mptlanremove due to race condition mptlanprobe calls mptregisterlandevice which initializes the &priv-postbucketstask workqueue. A call to mptlanwakepostbucketstask will subsequent...

7.8CVSS5.4AI score0.00144EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.9 views

CVE-2023-54287

In the Linux kernel, the following vulnerability has been resolved: tty: serial: imx: disable Ageing Timer interrupt request irq There maybe pending USR interrupt before requesting irq, however uartaddoneport has not executed, so there will be kernel panic: 0.795668 Unable to handle kernel NULL...

5.1AI score0.00178EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.15 views

CVE-2022-50878

In the Linux kernel, the following vulnerability has been resolved: gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611connectorinit A NULL check for bridge-encoder shows that it may be NULL, but it already been dereferenced on all paths leading to the check. 812 if !bridge-encoder...

5.3AI score0.00179EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.11 views

CVE-2023-54266

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: m920x: Fix a potential memory leak in m920xi2cxfer 'read' is freed when it is known to be NULL, but not when a read error occurs. Revert the logic to avoid a small leak, should a m920xread call fail...

5.1AI score0.00207EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.18 views

CVE-2023-54258

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential oops in cifsoplockbreak With deferred close we can have closes that race with lease breaks, and so with the current checks for whether to send the lease response, oplockresponse, this can mean that an unmount...

9.8CVSS5.3AI score0.00492EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.16 views

CVE-2023-54249

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: ep: Only send -ENOTCONN status if client driver is available For the STOP and RESET commands, only send the channel disconnect status -ENOTCONN if client driver is available. Otherwise, it will result in null pointer...

5.1AI score0.00176EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.10 views

CVE-2023-54244

In the Linux kernel, the following vulnerability has been resolved: ACPI: EC: Fix oops when removing custom query handlers When removing custom query handlers, the handler might still be used inside the EC query workqueue, causing a kernel oops if the module holding the callback function was...

5.5AI score0.00188EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.18 views

CVE-2022-50867

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Fix kvzalloc vs statekcalloc usage adrenoshowobject is a trap! It will re-allocate the pointer it is passed on first call, when the data is ascii85 encoded, using kvmalloc/ kvfree. Which means the data passed to it...

7.8CVSS5.2AI score0.00128EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.13 views

CVE-2022-50858

In the Linux kernel, the following vulnerability has been resolved: mmc: alcor: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

5.3AI score0.00218EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:10 p.m.9 views

CVE-2022-50836

In the Linux kernel, the following vulnerability has been resolved: remoteproc: sysmon: fix memory leak in qcomaddsysmonsubdev The kfree should be called when ofirqgetbyname fails or devmrequestthreadedirq fails in qcomaddsysmonsubdev, otherwise there will be a memory leak, so add kfree to fix it...

5.3AI score0.00224EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:8 p.m.6 views

CVE-2023-54181

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix issue in verifying allowptrleaks After we converted the capabilities of our networking-bpf program from capsysadmin to capnetadmin+capbpf, our networking-bpf program failed to start. Because it failed the bpf verifier, a...

5.1AI score0.00178EPSS
SaveExploits0
Rows per page
Query Builder