Lucene search
+L

3407 matches found

CBLMariner
CBLMariner
added 2025/12/15 4:03 p.m.5 views

CVE-2025-40198 affecting package kernel for versions less than 6.6.117.1-1

CVE-2025-40198 affecting package kernel for versions less than 6.6.117.1-1. An upgraded version of the package is available that resolves this issue...

7.8CVSS6.8AI score0.00153EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/12/15 11:15 a.m.3 views

CVE-2025-14714

An Authentication Bypass vulnerability existed where the application bundled an interpreter Python that inherits the Transparency, Consent, and Control TCC permissions granted by the user to the main application bundle By executing the bundled interpreter directly the attacker's scripts run with...

6.5CVSS5.9AI score0.00136EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/12/14 4:35 a.m.16 views

CVE-2025-67897

In Sequoia before 2.1.0, aeskeyunwrap panics if passed a ciphertext that is too short. A remote attacker can take advantage of this issue to crash an application by sending a victim an encrypted message with a crafted PKESK or SKESK packet...

5.3CVSS5.4AI score0.00346EPSS
SaveExploits0
Chainguard
Chainguard
added 2025/12/13 1:29 a.m.29 views

CVE-2025-66627 vulnerabilities

Vulnerabilities for packages: typst...

8.4CVSS7AI score0.00143EPSS
SaveExploits0
Wolfi
Wolfi
added 2025/12/12 1:47 p.m.7 views

GHSA-G754-HX8W-X2G6 vulnerabilities

Vulnerabilities for packages: ipfs-cluster, kubo, spegel, traefik, kubernetes-dns-node-cache, caddy, q, kargo, k3s, dkron, buf, frp, seaweedfs, k8sgateway...

5.2AI score
SaveExploits0
Wolfi
Wolfi
added 2025/12/11 7:47 a.m.9 views

GHSA-GVMQ-HR29-XRX3 vulnerabilities

Vulnerabilities for packages: chromium...

7AI score
SaveExploits0
Wolfi
Wolfi
added 2025/12/11 7:47 a.m.7 views

CVE-2025-13638 vulnerabilities

Vulnerabilities for packages: chromium...

8.8CVSS6.7AI score0.00253EPSS
SaveExploits0
Chainguard
Chainguard
added 2025/12/11 7:17 a.m.7 views

GHSA-38PP-6GCP-RQVM vulnerabilities

Vulnerabilities for packages: hubble-ui-backend-fips, hubble-ui...

5.2AI score
SaveExploits0
Chainguard
Chainguard
added 2025/12/11 7:17 a.m.5 views

GHSA-GVMQ-HR29-XRX3 vulnerabilities

Vulnerabilities for packages: chromium...

7AI score
SaveExploits0
Chainguard
Chainguard
added 2025/12/11 7:17 a.m.5 views

GHSA-68WW-H25V-G8MQ vulnerabilities

Vulnerabilities for packages: chromium...

7AI score
SaveExploits0
Chainguard
Chainguard
added 2025/12/11 7:17 a.m.5 views

GHSA-6PGW-376W-JRXX vulnerabilities

Vulnerabilities for packages: chromium...

7AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/12/11 1:16 a.m.6 views

CVE-2025-67713

Miniflux 2 is an open source feed reader. Versions 2.2.14 and below treat redirecturl as safe when url.Parse....IsAbs is false, enabling phishing flows after login. Protocol-relative URLs like //ikotaslabs.com have an empty scheme and pass that check, allowing post-login redirects to...

6.1CVSS7.1AI score0.00216EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.m.4 views

CVE-2023-53829

In the Linux kernel, the following vulnerability has been resolved: f2fs: flush inode if atomic file is aborted Let's flush the inode being aborted atomic operation to avoid stale dirty inode during eviction in this call stack: f2fsmarkinodedirtysync+0x22/0x40 f2fs f2fsabortatomicwrite+0xc4/0xf0...

7.8CVSS5.7AI score0.00189EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.m.4 views

CVE-2023-53849

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

5.7AI score0.00218EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.m.4 views

CVE-2022-50670

In the Linux kernel, the following vulnerability has been resolved: mmc: omaphsmmc: 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, mmcremovehos...

5.7AI score0.00241EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.m.4 views

CVE-2025-2296

EDK2 contains a vulnerability in BIOS where an attacker may cause “ Improper Input Validation” by local access. Successful exploitation of this vulnerability could alter control flow in unexpected ways, potentially allowing arbitrary command execution and impacting Confidentiality, Integrity, and...

8.4CVSS6.2AI score0.00755EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.m.5 views

CVE-2022-50660

In the Linux kernel, the following vulnerability has been resolved: wifi: ipw2200: fix memory leak in ipwwdevinit In the error path of ipwwdevinit, exception value is returned, and the memory applied for in the function is not released. Also the memory is not released in ipwpciprobe. As a result,...

5.7AI score0.00247EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.m.12 views

CVE-2023-53832

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix null-ptr-deref in raid10syncrequest initresync inits mempool and sets conf-havereplacemnt at the beginning of sync, closesync frees the mempool when sync is completed. After 1 recovery might be skipped and initresy...

6AI score0.00253EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/09 1:16 a.m.4 views

CVE-2023-53789

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Improve page fault error reporting If IOMMU domain for device group is not setup properly then we may hit IOMMU page fault. Current page fault handler assumes that domain is always setup and it will hit NULL pointer...

5.7AI score0.00194EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/09 1:16 a.m.10 views

CVE-2022-50644

In the Linux kernel, the following vulnerability has been resolved: clk: ti: dra7-atl: Fix reference leak in ofdra7atlclkprobe pmruntimegetsync will increment pm usage counter. Forgetting to putting operation will result in reference leak. Add missing pmruntimeputsync in some error paths...

5.7AI score0.00233EPSS
SaveExploits0References11
Rows per page
Query Builder