Lucene search
+L

2569 matches found

CVE
CVE
added 2026/07/21 9:36 p.m.42 views

CVE-2026-60683

CVE-2026-60683 affects Oracle E-Business Suite’s Oracle Process Manufacturing Regulatory Management (Internal Operations) with affected versions 12.2.3 through 12.2.15. The issue allows a low-privilege, unauthenticated or network-reachable attacker to compromise the Regulatory Management module v...

7.7CVSS7.1AI score0.00337EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/07/21 9:36 p.m.25 views

CVE-2026-60658

CVE-2026-60658 is an Oracle WebCenter Content (Content Server) vulnerability in Oracle Fusion Middleware. Affected versions are 12.2.1.4.0 and 14.1.2.0.0. The issue allows an unauthenticated attacker with network access over HTTP to compromise WebCenter Content, with user interaction required. Su...

7.5CVSS7.2AI score0.0015EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/07/21 9:35 p.m.28 views

CVE-2026-60489

CVE-2026-60489 affects Oracle JD Edwards EnterpriseOne CRM Foundation (component: CRM Foundation), with the affected product version stated as 9.2. The vulnerability is exploitable over a network via HTTP by a low-privileged attacker, and successful exploitation can lead to takeover of JD Edwards...

8.8CVSS7.2AI score0.00301EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/07/21 9:35 p.m.30 views

CVE-2026-60490

...

8.8CVSS0.00301EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/21 9:33 p.m.26 views

CVE-2026-47056

...

10CVSS0.00354EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/21 9:33 p.m.28 views

CVE-2026-47017

...

8.7CVSS0.00231EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/21 9:16 p.m.9 views

DEBIAN-CVE-2026-45383

libde265 is an open source implementation of the h.265 video codec. Versions prior to 1.0.19 have a heap buffer overflow out-of-bounds READ exists in decodercontext::decodesliceunitWPP in libde265/decctx.cc. When decoding a WPP Wavefront Parallel Processing HEVC slice, ctbAddrRS is computed as...

6.9CVSS5.7AI score0.00257EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/07/21 3:45 p.m.11 views

Important: Red Hat Security Advisory: RHEL AI 3.5 RPM runtime CVE fix - aom

AIPCC Security Alerts identified CVEs in the 3.5 release of base-images. The CVEs are listed with a severity level of "Important" or higher. RPM packages are internal build artifacts and not supported on their own. They are only supported as part of the Red Hat AI application platform...

7.6CVSS5.2AI score0.00452EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 11:41 a.m.3 views

ROOT-OS-DEBIAN-13-CVE-2025-12863 CVE-2025-12863 in rootio-libxml2 - Patched by Root

Root has patched CVE-2025-12863 in the rootio-libxml2 package for Root:Debian:13. Multiple fixed versions available...

5.8AI score0.00068EPSS
SaveExploits0
OSV
OSV
added 2026/07/20 12:00 a.m.19 views

UBUNTU-CVE-2026-63863

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix unbalanced unlock in drmgpusvmscanmm There is a unbalanced lock/unlock to gpusvm notifier lock: 931.045868 ===================================== 931.046509 WARNING: bad unlock balance detected! 931.047149...

8.8CVSS5.6AI score0.00113EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 4:18 p.m.6 views

DEBIAN-CVE-2026-64180

In the Linux kernel, the following vulnerability has been resolved: mm/memoryhotplug: fix memory block reference leak on remove Patch series "mm: Fix memory block leaks and locking", v2. This series fixes two memory block device reference leaks and one locking issue around the per-memoryblock...

5.5CVSS5.2AI score0.00114EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.14 views

DEBIAN-CVE-2026-64085

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/adm1266 bounce blackbox records through a protocol-sized buffer adm1266pmbusblockxfer copies the device-supplied block payload into the caller-provided buffer using the device-supplied length: memcpydatar, &msgs1.buf...

5.4AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.14 views

DEBIAN-CVE-2026-64065

In the Linux kernel, the following vulnerability has been resolved: netfs: fix VMBUGONFOLIO issue in netfswritebegin call The multiple runs of generic/013 test-case is capable to reproduce a kernel BUG at mm/filemap.c:1504 with probability of 30%. while true; do sudo ./check generic/013 done...

5.2AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.10 views

DEBIAN-CVE-2026-64046

In the Linux kernel, the following vulnerability has been resolved: net: tls: prevent chain-after-chain in plain text SG Sashiko points out that if end = 0 start != 0 the current code will create a chain link to content type right after the wrap link: This would create a chain where the wrap link...

9.8CVSS5.4AI score0.00514EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.8 views

DEBIAN-CVE-2026-63987

In the Linux kernel, the following vulnerability has been resolved: ethtool: coalesce: cap profile updates at NETDIMPARAMSNUMPROFILES ethnlupdateprofile walks the ETHTOOLAPROFILEIRQMODERATION nest list with an index 'i' and writes newprofilei++ without bounding i. The destination is kmemdup'd at...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 3:16 p.m.9 views

DEBIAN-CVE-2026-63854

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: set nouserfence for VCN v3.0 enc/dec rings VCN encoder and decoder rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 12:16 p.m.12 views

DEBIAN-CVE-2026-63831

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: add skbcowdata before in-place crypto llsecdoencryptunauth, llsecdoencryptauth, llsecdodecryptunauth, and llsecdodecryptauth all perform in-place cryptographic transformations on skb data. They build a scatterli...

8.8CVSS5.5AI score0.00243EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 11:16 a.m.13 views

DEBIAN-CVE-2026-53376

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add upper bound check for numofnodes drm/amdkfd: Add upper bound check for numofnodes in kfdioctlgetprocessaperturesnew. cherry picked from commit 98ff46a5ea090c14d2cdb4f5b993b05d74f3949f...

5.5CVSS5.2AI score0.00125EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 11:16 a.m.10 views

DEBIAN-CVE-2026-53378

In the Linux kernel, the following vulnerability has been resolved: drm/colorop: Fix blob property reference tracking in state lifecycle The colorop state blob property handling had memory leaks during state duplication, destruction, and reset operations. The implementation failed to follow the...

5.5CVSS5.3AI score0.001EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/17 1:58 p.m.10 views

CVE-2024-23567

creationtimestamp| type| source ---|---|--- 2026-07-17 13:58:15+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqtvtei6qc2e...

4.3CVSS4.9AI score0.0018EPSS
SaveExploits0References1
Rows per page
Query Builder