Lucene search
+L

51 matches found

RedhatCVE
RedhatCVE
added last week10 views

CVE-2026-64293

A flaw was found in the Linux kernel's iommufd component. This vulnerability arises from an incorrect size calculation during a bound-check in the iommufdveventqfopsread function. On 32-bit systems, this error can lead to an out-of-bounds write, allowing data to be copied past the intended...

7.8CVSS5.8AI score0.00162EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/24 4:16 p.m.9 views

CVE-2026-64252

In the Linux kernel, the following vulnerability has been resolved: MIPS: DEC: Prevent initial console buffer from landing in XKPHYS In 64-bit configurations calling the initial console output handler from a kernel thread other than the initial one will result in a situation where the stack has...

0.00165EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 2:55 p.m.6 views

CVE-2026-63893 thunderbolt: property: Reject u32 wrap in tb_property_entry_valid()

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: property: Reject u32 wrap in tbpropertyentryvalid entry-value is u32 and entry-length is u16; the sum is performed in u32 and wraps. A malicious XDomain peer can pick value = 0xffffff00, length = 0x100 so the sum...

8.1CVSS5.4AI score0.0036EPSS
SaveExploits0References11
Metasploit
Metasploit
added 2026/07/10 7:2 p.m.35 views

HTTP Fetch, Linux dup2 Command Shell, Reverse TCP Stager

Fetch and execute an RISC-V 32-bit payload from an HTTP server. dup2 socket in s1, then execve. Connect back to the attacker Module Options...

6.2AI score
SaveExploits0
OSV
OSV
added 2026/06/12 3:7 p.m.11 views

GHSA-R3RC-9HPW-54V9 SwiftNIO: Out-of-bounds write via ByteBuffer index and length UInt32 overflow

Summary A program using swift-nio is vulnerable to a potential out-of-bounds write when attacker-controlled index or length values exceeding UInt32.max are passed to some ByteBuffer methods. This affects all swift-nio versions from 1.0.0 to 2.99.0. It is fixed in 2.100.0 and later releases. Detai...

8.3CVSS6AI score0.00042EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/05/27 7:58 p.m.10 views

CVE-2026-48065

pamusb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.1, src/conf.c allocates heap memory proportional to ndevices, a count derived from libxml2 XPath evaluation of the config file, without first enforcing an upper bound. On 32-bit targets armv7l, i686 --...

6.7CVSS5.9AI score0.00149EPSS
SaveExploits0References4Affected Software1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: iouring/zcrx: fixed the sgtable leak that occurs during mapping failures. In a rare case where iopopulateareadma fails—which can only occur on a PAGEPOOL32BITARCHWITH64BITDMA machine—iozcrxmaparea will have an initialized but...

5.5CVSS5.7AI score0.00126EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: libceph: Use u32 for non-negative values in cephmonmapDecode This patch fixes unnecessary implicit conversions that change the signedness of bloblen and nummon in cephmonmapDecode. Currently, bloblen and nummon are signed int...

7.5CVSS5.6AI score0.0049EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/05/11 12:0 a.m.30 views

PT-2026-39748

Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.32.2, the GET /api/libraries/:id/download endpoint validates that the requesting user has access to the library specified in the URL path, but fetches downloadable items solely by attacker-provided IDs without constraining...

6.5CVSS5.8AI score0.00205EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/05/01 12:0 a.m.38 views

CVE-2026-37530

AGL agl-service-can-low-level thru 17.1.12 contains a stack buffer overflow in the uds-c library. The senddiagnosticrequest function in uds.c allocates a 6-byte stack buffer MAXDIAGNOSTICPAYLOADSIZE=6 but copies up to 7 bytes MAXUDSREQUESTPAYLOADLENGTH=7 via memcpy at an offset of 1+pidlength 2-3...

0.00402EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/24 4:2 p.m.10 views

CLSA-2026-1777046565 ImageMagick: Fix of 5 CVEs

CVE-2026-33900: fix integer truncation in viff encoder leading to heap out-of-bounds write on 32-bit builds - CVE-2026-33905: fix out-of-bounds read in -sample operation via sample:offset define - CVE-2026-34238: fix integer overflow in despeckle operation causing heap buffer overflow on 32-bit...

7.5CVSS6AI score0.00434EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/03/30 11:32 a.m.5 views

kernel: net/sched: cls_u32: use skb_header_pointer_careful()

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: use skbheaderpointercareful skbheaderpointer does not fully validate negative @offset values. Use skbheaderpointercareful instead. GangMin Kim provided a report and a repro fooling u32classify: BUG: KASAN:...

7.1CVSS5.7AI score0.00122EPSS
SaveExploits0References5
CVE
CVE
added 2026/02/14 3:9 p.m.25 views

CVE-2026-23118

The CVE-2026-23118 entry concerns a Linux kernel rxrpc data-race: rxrpc_peer_keepalive_worker and rxrpc_send_data_packet access peer->last_tx_at without synchronization, and the 64-bit last_tx_at risking 32-bit tearing. The fix changes last_tx_at to unsigned int and stores only the least-signi...

4.7CVSS5.3AI score0.00086EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/02/14 3:9 p.m.7 views

CVE-2026-23118

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix data-race warning and potential load/store tearing Fix the following: BUG: KCSAN: data-race in rxrpcpeerkeepaliveworker / rxrpcsenddatapacket which is reporting an issue with the reads and writes to -lasttxat in:...

5.2AI score0.00086EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/01/14 3:15 p.m.7 views

UBUNTU-CVE-2025-71109

In the Linux kernel, the following vulnerability has been resolved: MIPS: ftrace: Fix memory corruption when kernel is located beyond 32 bits Since commit e424054000878 "MIPS: Tracing: Reduce the overhead of dynamic Function Tracer", the macro UASMiLAmostly has been used, and this macro can...

7.1CVSS6AI score0.00176EPSS
SaveExploits0References25
Cvelist
Cvelist
added 2026/01/14 3:5 p.m.35 views

CVE-2025-71109 MIPS: ftrace: Fix memory corruption when kernel is located beyond 32 bits

In the Linux kernel, the following vulnerability has been resolved: MIPS: ftrace: Fix memory corruption when kernel is located beyond 32 bits Since commit e424054000878 "MIPS: Tracing: Reduce the overhead of dynamic Function Tracer", the macro UASMiLAmostly has been used, and this macro can...

7.1CVSS0.00176EPSS
SaveExploits0References3
CVE
CVE
added 2026/01/14 3:5 p.m.16 views

CVE-2025-71109

CVE-2025-71109 concerns a memory corruption in the Linux kernel’s MIPS ftrace due to the UASM LA macro (used since a 2020s commit) potentially emitting more than two instructions and the ftrace code storing them in an int[2] array. When _mcount exceeds 32 bits, this can corrupt variables in the _...

7.1CVSS6.6AI score0.00176EPSS
SaveExploits0References3Affected Software1
Packet Storm News
Packet Storm News
added 2026/01/06 12:0 a.m.8 views

A Critical Analysis of the Medibank Health Data Breach and Differential Privacy Solutions

This paper critically examines the 2022 Medibank health insurance data breach, which exposed sensitive medical records of 9.7 million individuals due to unencrypted storage, centralized access, and the absence of privacy-preserving analytics. To address these vulnerabilities, we propose an...

6.9AI score
SaveExploits0
Metasploit
Metasploit
added 2026/01/05 6:59 p.m.276 views

HTTPS Fetch, Linux Reboot

Fetch and execute an RISC-V 32-bit payload from an HTTPS server. A very small shellcode for rebooting the system using the reboot syscall. This payload is sometimes helpful for testing purposes. Requires CAPSYSBOOT privileges. Module Options msf use payload/cmd/linux/https/riscv32le/reboot msf...

5.8AI score
SaveExploits0
CVE
CVE
added 2025/12/09 2:52 p.m.14 views

CVE-2025-62086

The CVE-2025-62086 entry corresponds to a WordPress plugin issue: Яндекс Доставка (Boxberry) for WordPress, vulnerable to Missing Authorization/Broken Access Control in versions up to 2.32 (some sources list fixes up to 2.34). Root cause is misconfigured access control allowing unauthorized acces...

5.4CVSS5.9AI score0.00292EPSS
SaveExploits0References1
Rows per page
Query Builder