Lucene search
+L

78275 matches found

Debian CVE
Debian CVE
added 2026/07/30 4:33 p.m.15 views

CVE-2026-54522

MessagePack for Ruby is an implementation of the MessagePack binary serialization format. Prior to 1.8.2, MessagePack::Bufferclear in ext/msgpack/buffer.c leaves rmemlast, rmemend, and rmemowner stale after msgpackbuffershiftchunk returns an rmem page to the shared pool, allowing a subsequent...

5.4CVSS5.8AI score0.00136EPSS
SaveExploits1
OSV
OSV
added 2026/07/30 4:33 p.m.5 views

CVE-2026-54522 MessagePack::Buffer#clear Use-After-Free that Enables Cross-Buffer Disclosure

MessagePack for Ruby is an implementation of the MessagePack binary serialization format. Prior to 1.8.2, MessagePack::Bufferclear in ext/msgpack/buffer.c leaves rmemlast, rmemend, and rmemowner stale after msgpackbuffershiftchunk returns an rmem page to the shared pool, allowing a subsequent...

2.1CVSS5.8AI score
SaveExploits0References4
CVE
CVE
added 2026/07/30 4:33 p.m.83 views

CVE-2026-54522

CVE-2026-54522 affects MessagePack for Ruby prior to 1.8.2, where MessagePack::Buffer#clear can leave internal rmem pointers stale after a chunk return, enabling a subsequent Buffer#write to alias the freed page and potentially disclose or corrupt cross-buffer data. Root cause: stale rmem_last/rm...

5.4CVSS5.9AI score0.00136EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/30 4:33 p.m.10 views

CVE-2026-54522 MessagePack::Buffer#clear Use-After-Free that Enables Cross-Buffer Disclosure

MessagePack for Ruby is an implementation of the MessagePack binary serialization format. Prior to 1.8.2, MessagePack::Bufferclear in ext/msgpack/buffer.c leaves rmemlast, rmemend, and rmemowner stale after msgpackbuffershiftchunk returns an rmem page to the shared pool, allowing a subsequent...

2.1CVSS5.8AI score0.00136EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/07/30 4:33 p.m.9 views

CVE-2026-54522

MessagePack for Ruby is an implementation of the MessagePack binary serialization format. Prior to 1.8.2, MessagePack::Bufferclear in ext/msgpack/buffer.c leaves rmemlast, rmemend, and rmemowner stale after msgpackbuffershiftchunk returns an rmem page to the shared pool, allowing a subsequent...

2.1CVSS5.9AI score0.00136EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/07/30 4:33 p.m.36 views

CVE-2026-54522 MessagePack::Buffer#clear Use-After-Free that Enables Cross-Buffer Disclosure

MessagePack for Ruby is an implementation of the MessagePack binary serialization format. Prior to 1.8.2, MessagePack::Bufferclear in ext/msgpack/buffer.c leaves rmemlast, rmemend, and rmemowner stale after msgpackbuffershiftchunk returns an rmem page to the shared pool, allowing a subsequent...

2.1CVSS0.00136EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2026/07/30 4:30 p.m.7 views

SUSE CVE-2026-64863

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.4, the httpserver/server.go wdGuard handled WebDAV MOVE as a write-only method and did not enforce --no-delete, allowing WebDAV clients to delete or overwrite files via MOVE with Overwrite: T. This issu...

9.1CVSS5.5AI score0.00337EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/30 4:2 p.m.5 views

JLSEC-2026-890

ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. In affected versions and in certain cases, Postscript files could be read and written when specifically excluded...

3.6CVSS6.5AI score0.00353EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 4:2 p.m.9 views

JLSEC-2026-925 ImageMagick (WriteBMPImage): 32-bit integer overflow when writing BMP scanline stride → heap buffer overflow

Summary A 32-bit integer overflow in the BMP encoder’s scanline-stride computation collapses bytesperline stride to a tiny value while the per-row writer still emits 3 × width bytes for 24-bpp images. The row base pointer advances using the overflowed stride, so the first row immediately writes...

8.8CVSS7.3AI score0.00824EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/30 4:2 p.m.6 views

JLSEC-2026-967 ImageMagick has a possible infinite loop in its JPEG encoder when using `jpeg:extent`

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 7.1.2-15 and 6.9.13-40, a continue statement in the JPEG extent binary search loop in the jpeg encoder causes an infinite loop when writing persistently fails. An attacker can trigger ...

7.5CVSS6.9AI score0.00327EPSS
SaveExploits0References5
The Hacker News
The Hacker News
added 2026/07/30 3:25 p.m.17 views

ThreatsDay: AI-Powered Hacking, 370 Chrome Flaws, SonicWall Attacks, DNS Hijacking + 22 More Stories

A lot of security still comes down to trusting the wrong screen. This week, that screen might be a login page, an install guide, a recruiter call, or a familiar service behaving slightly wrong. Behind it: reused credentials, exposed systems, quiet loaders, abused trust, and exploit paths that...

6.2AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/07/30 2:41 p.m.10 views

MCP Ruby SDK: Unbounded line buffer in stdio transports leads to memory exhaustion (DoS)

Summary The stdio transports in MCP::Server::Transports::StdioTransport and MCP::Client::Stdio read newline-delimited JSON-RPC frames using IOgets with no limit argument. CRuby's IOgets with no limit reads from the current position until the next separator \n with no upper bound on the returned...

6.2CVSS6.3AI score0.00129EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/30 2:41 p.m.7 views

GHSA-7683-3W9X-CH42 MCP Ruby SDK: Unbounded line buffer in stdio transports leads to memory exhaustion (DoS)

Summary The stdio transports in MCP::Server::Transports::StdioTransport and MCP::Client::Stdio read newline-delimited JSON-RPC frames using IOgets with no limit argument. CRuby's IOgets with no limit reads from the current position until the next separator \n with no upper bound on the returned...

6.2CVSS6.3AI score0.00129EPSS
SaveExploits0References5
Rapid7 Blog
Rapid7 Blog
added 2026/07/30 2:29 p.m.33 views

Metasploit Framework 6.5 Released

Today we’re proud to announce that Metasploit Framework version 6.5 has been released. Over the past two years, with the help of countless contributors, we’ve added 422 new modules along with a whole slew of new features. Malleable C2 Profiles for HTTP One of the latest and most requested feature...

6AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/07/30 1:43 p.m.9 views

pip: pip: Arbitrary file installation via malicious package indexes

A flaw was found in pip. When processing doubly-encoded package URLs from malicious package indexes, pip incorrectly handles the file paths. A remote attacker could exploit this by convincing a user to download or install a package from such an index. This could allow for files to be installed to...

5.6CVSS5.9AI score0.00347EPSS
SaveExploits0References6
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/30 1:9 p.m.5 views

Security Bulletin: Multiple Vulnerabilities in IBM Concert Operate / IBM Cloud Pak for AIOps

Summary Multiple vulnerabilities were addressed in IBM Concert Operate version 5.1.5 Vulnerability Details CVEID:CVE-2025-15366 DESCRIPTION: The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing...

8.7CVSS7AI score0.0116EPSS
SaveExploits0Affected Software1
Securelist
Securelist
added 2026/07/30 11:0 a.m.46 views

OctLurk and SilkLurk: newly identified tailored backdoors in cyber-espionage campaign in Central Asia

Introduction We have been tracking two new backdoors, OctLurk and SilkLurk , observed in attacks against government organizations primarily in Central Asia since January 2025. Identified victims are located in Afghanistan, Kyrgyzstan, Tajikistan, Uzbekistan, Kazakhstan, and the Syrian Arab...

6.2AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/07/30 9:29 a.m.6 views

CVE-2026-13346

A flaw was found in pip. When processing doubly-encoded package URLs from malicious package indexes, pip incorrectly handles the file paths. A remote attacker could exploit this by convincing a user to download or install a package from such an index. This could allow for files to be installed to...

5.9CVSS5.9AI score0.00347EPSS
SaveExploits0References5
GithubExploit
GithubExploit
added 2026/07/30 9:21 a.m.19 views

tuktam

tuktam !licensehttps://img.shields.io/badge/license-MIT-4...

9.2CVSS5.9AI score0.00333EPSS
SaveExploits3
OSV
OSV
added 2026/07/30 9:9 a.m.5 views

OPENSUSE-SU-2026:21484-1 Security update for ntfs-3g_ntfsprogs

This update for ntfs-3gntfsprogs fixes the following issues: - CVE-2026-42616: heap buffer overflow in cat of cat.c can lead to heap corruption in the ntfscat binary via a specially crafted NTFS image bsc1271102. - CVE-2026-42617: heap buffer overflow in ntfsirtoib of index.c can lead to heap...

5.9AI score
SaveExploits0References18
Rows per page
Query Builder