Lucene search
+L

161252 matches found

RedhatCVE
RedhatCVE
added 2 days ago4 views

CVE-2026-63091

ProFTPD before 1.3.9c and 1.3.10rc3 contains a signed integer overflow vulnerability in the modsftp module's SCP size-record parser that allows authenticated low-privilege attackers to bypass ASLR by sending a crafted file size value of UINT64MAX, which results in a negative offt value. Attackers...

7.1CVSS5.5AI score0.00295EPSS
Exploits0References1
OSV
OSV
added 2 days ago4 views

DEBIAN-CVE-2026-64194

Net::DNS versions through 1.55 for Perl allow Denial of Service via deep DNS compression pointer chains. Net::DNS::DomainName::decode follows RFC 1035 compression pointers by recursing into itself with no depth limit. It is possible to construct a name which saturates the call stack at least with...

7.5CVSS5.4AI score0.00203EPSS
Exploits0References1
OSV
OSV
added 2 days ago5 views

DEBIAN-CVE-2026-55639

xrdp is an open source RDP server. Versions 0.10.6 and prior contain a vulnerability concerning the parsing of Client Security Data within the Client MCS Connect Initial PDU with GCC Conference Create Request during the connection sequence. During the initial capability and security negotiation...

5.3CVSS5.2AI score0.00424EPSS
Exploits0References1
OSV
OSV
added 2 days ago4 views

DEBIAN-CVE-2026-64205

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: fix hardware state machine corruption in error path A severe livelock and subsequent Hung Task panic were observed in the i2c-i801 driver during concurrent Fuzzing. The crash is caused by an unconditional hardware...

5.5AI score0.00165EPSS
Exploits0References1
OSV
OSV
added 2 days ago4 views

DEBIAN-CVE-2026-64191

In the Linux kernel, the following vulnerability has been resolved: i2c: stub: Reject I2C block transfers with invalid length The I2CSMBUSI2CBLOCKDATA case in stubxfer uses data-block0 as the transfer length. The existing check only clamps it to avoid overrunning the chip-words256 register array,...

5.5AI score0.00169EPSS
Exploits0References1
OSV
OSV
added 2 days ago6 views

DEBIAN-CVE-2026-44978

xrdp is an open source RDP server. Versions 0.10.6 and prior contain a heap out-of-bounds read vulnerability within the FIPS-specific receive paths. This vulnerability does not affect the default configuration of xrdp. The vulnerability is only exploitable when the security layer is set to...

5.3CVSS5.4AI score0.00532EPSS
Exploits0References1
OSV
OSV
added 2 days ago4 views

DEBIAN-CVE-2026-42218

xrdp is an open source RDP server. Versions 0.10.6 and prior contain a timing side-channel vulnerability in the login interface. Due to a discrepancy in response processing times, a remote attacker can infer the existence of a username on the system, leading to unauthorized information disclosure...

5.3CVSS5.4AI score0.00418EPSS
Exploits0References1
OSV
OSV
added 2 days ago4 views

DEBIAN-CVE-2026-35591

libvips is a fast image processing library with low memory needs. The tiffload operation in libvips versions before and including 8.18.1 could incorrectly determine the number of channels in a JPEG or JPEG2000-encoded tile within a TIFF image, leading to a possible buffer overflow. This has been...

7CVSS5.7AI score0.00132EPSS
Exploits0References1
OSV
OSV
added 2 days ago4 views

DEBIAN-CVE-2026-33328

libvips is a fast image processing library with low memory needs. On 32-bit systems in versions before and including 8.18.0, the gifload operation could incorrectly determine dimensions leading to an integer overflow. This has been patched in version 8.18.1...

6.8CVSS5.4AI score0.0012EPSS
Exploits0References1
Cvelist
Cvelist
added 2 days ago31 views

CVE-2026-58482 Network-AI: ApprovalInbox HTTP server has no authentication — anyone can approve pending agent actions

Network-AI, a TypeScript/Node.js multi-agent orchestrator, has a shipped, exported, documented feature called ApprovalInbox lib/approval-inbox.ts. It is the network surface of the human-in-the-loop Approval Gate, which ApprovalGate uses to require explicit human approval for high-risk operations...

5.9CVSS0.00132EPSS
Exploits0References3
OSV
OSV
added 2 days ago2 views

CVE-2026-58482 Network-AI: ApprovalInbox HTTP server has no authentication — anyone can approve pending agent actions

Network-AI, a TypeScript/Node.js multi-agent orchestrator, has a shipped, exported, documented feature called ApprovalInbox lib/approval-inbox.ts. It is the network surface of the human-in-the-loop Approval Gate, which ApprovalGate uses to require explicit human approval for high-risk operations...

5.9CVSS5.7AI score0.00132EPSS
Exploits0References5
OSV
OSV
added 2 days ago5 views

ECHO-D18B-2042-FD80

Bulletin has no description...

7.5CVSS4.8AI score0.00197EPSS
Exploits0References1
OSV
OSV
added 2 days ago5 views

ECHO-D46B-865D-7398

Bulletin has no description...

7.5CVSS4.8AI score0.00207EPSS
Exploits0References1
CVE
CVE
added 2 days ago19 views

CVE-2026-64187

CVE-2026-64187 affects the Linux kernel’s XFS log recovery. If the first operation of a transaction is a bare header (len == sizeof(struct xfs_trans_header)) and xlog_recover_add_to_trans() adds an item with no region (ri_buf is NULL), the item can stay on r_itemq with ri_cnt == 0. During recover...

5.5AI score0.00156EPSS
Exploits0References4
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-46007

In the Linux kernel, the following vulnerability has been resolved: xfs: fail recovery on a committed log item with no regions If the first op of a transaction is a bare transaction header len == sizeofstruct xfstransheader, xlogrecoveraddtotrans adds an item but no region, leaving it on ritemq...

5.5AI score0.00156EPSS
Exploits0References4
OSV
OSV
added 2 days ago4 views

CVE-2026-64187 xfs: fail recovery on a committed log item with no regions

In the Linux kernel, the following vulnerability has been resolved: xfs: fail recovery on a committed log item with no regions If the first op of a transaction is a bare transaction header len == sizeofstruct xfstransheader, xlogrecoveraddtotrans adds an item but no region, leaving it on ritemq...

5.4AI score0.00156EPSS
Exploits0References7
NVD
NVD
added 2 days ago7 views

CVE-2026-45713

Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the Mailpit SMTP server has a Server.MaxSize int field that controls the maximum allowed DATA payload size, but the field is never assigned anywhere outside test code, leaving it at Go's zero value 0 ⇒ "no limit". T...

7.5CVSS0.00318EPSS
Exploits0References2
OSV
OSV
added 2 days ago2 views

DEBIAN-CVE-2026-26080

HAProxy Community Edition 3.2.x through 3.3.x before 3.3.3 can enter a loop or crash because varint is mishandled. HAProxy Enterprise and ALOHA are also affected...

3.7CVSS5.2AI score0.00416EPSS
Exploits0References1
CVE
CVE
added 2 days ago6 views

CVE-2026-32825

dataCycle-CORE (dataCycle data management system) before version 26.06.08 contains a password-guessing vulnerability: it enables Devise’s lockable module but disables lock/unlock strategies and lacks rate limiting, allowing unlimited login attempts on both the browser (/users/sign_in) and API (/a...

7.3CVSS5.4AI score0.00296EPSS
Exploits0References1
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-45986

HeyForm is an open-source form builder. Prior to version 3.0.0-rc.9, POST /api/upload has no authentication guard, no global guard, no form-context validation, no openToken requirement, and no session cookie check. Any anonymous internet user can upload files PDF, DOC/DOCX, XLS/XLSX, CSV, TXT, MP...

8.6CVSS5.4AI score0.00298EPSS
Exploits0References2
Rows per page
Query Builder