Lucene search
+L

129337 matches found

EUVD
EUVD
added 2026/08/03 12:0 a.m.7 views

EUVD-2026-52478

An issue in the CFCFDPRecvMd component of NASA cFS v7.0.1 allows attackers to contrl where received content and data is stored, possibly leading to an information disclosure...

5.5AI score0.00259EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/03 12:0 a.m.15 views

PT-2026-67245

In Bouncy Castle for Java before 1.85, LDAP filter injection in legacy jdk1.4 LDAPStoreHelper...

6.9CVSS5.5AI score0.00341EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/03 12:0 a.m.11 views

HP LaserJet Printers Classic Buffer Overflow (CVE-2019-6327)

HP Color LaserJet Pro M280-M281 Multifunction Printer series before v. 20190419, HP LaserJet Pro MFP M28-M31 Printer series before v. 20190426 may have an IPP Parser potentially vulnerable to Buffer Overflow. This plugin only works with Tenable.ot. Please visit...

9.8CVSS6.8AI score0.02374EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/03 12:0 a.m.17 views

PT-2026-67460

A cryptographic weakness exists in the Omada adoption protocol where session encryption keys used to protect communications between controllers and managed devices may be predictable due to insufficient entropy in session key generation. An attacker who successfully intercepts adoption-related...

6.9CVSS5.5AI score0.00181EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/03 12:0 a.m.19 views

PT-2026-67243

In Bouncy Castle for Java before 1.85, MTI/A0 DH agreement exponentiates unvalidated peer value. This issue also affects Bouncy Castle for Java LTS before 2.73.12...

9.3CVSS5.4AI score0.00263EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/03 12:0 a.m.7 views

ALSA-2026:49527 Important: frr security, bug fix, and enhancement update

FRRouting is free software that manages TCP/IP based routing protocols. It supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, NHRP, PBR, EIGRP and BFD. Security Fixes: frr: FRRouting: Denial of Service via crafted BGP UPDATE message CVE-2026-37460 Bug Fixes and Enhancements: Zebra is not...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/03 12:0 a.m.7 views

CVE-2026-67973

An issue in the CFDP receive path of NASA cFS v7.0.1 allows attackers to cause a Denial of Service DoS via replaying final CFDP PDUs...

5.5AI score0.00278EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/03 12:0 a.m.42 views

CVE-2026-67973

An issue in the CFDP receive path of NASA cFS v7.0.1 allows attackers to cause a Denial of Service DoS via replaying final CFDP PDUs...

0.00278EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/03 12:0 a.m.16 views

PT-2026-67458

A cryptographic weakness exists in the Omada adoption protocol. The protocol relies on hard-coded cryptographic keys to establish trust and protect authentication exchanges between controllers and managed devices during device adoption. An attacker may be able to impersonate trusted controllers o...

6.9CVSS5.5AI score0.00348EPSS
SaveExploits0References4
AlmaLinux
AlmaLinux
added 2026/08/03 12:0 a.m.10 views

Important: frr security update

FRRouting is free software that manages TCP/IP based routing protocols. It supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, NHRP, PBR, EIGRP and BFD. Security Fixes: frr: FRRouting: Denial of Service via crafted BGP UPDATE message CVE-2026-37460 For more details about the security issues,...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/03 12:0 a.m.37 views

CVE-2026-67973

CVE-2026-67973 affects NASA cFS v7.0.1 in the CFDP receive path. The issue enables a DoS by replaying final CFDP PDUs, as described in the CVE and corroborated by multiple sources (NVD, EUVD ENISA, CVE Repo). The root cause is tied to the CFDP receive path; no explicit exploit code, products, ver...

7.5CVSS5.5AI score0.00278EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/03 12:0 a.m.6 views

ALSA-2026:49511 Important: frr security update

FRRouting is free software that manages TCP/IP based routing protocols. It supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, NHRP, PBR, EIGRP and BFD. Security Fixes: frr: FRRouting: Denial of Service via crafted BGP UPDATE message CVE-2026-37460 For more details about the security issues,...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/02 5:16 p.m.9 views

CVE-2026-10848

The OCPP 1.6 client in subsys/net/lib/ocpp parsed inbound WAMP RPC frames in parserpcmsg subsys/net/lib/ocpp/ocppj.c using a hand-rolled helper, extractstringfield, that copied the message's uid and action fields with strncpyoutbuf, token + 1, outlen - 1 and then scanned the result with...

8.6CVSS0.00195EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2026/08/02 4:38 p.m.17 views

SUSE CVE-2026-18321

Buffer overflow in NTPsec's Zyfer refclock allows local attacker to crash ntpd...

4.7CVSS5.5AI score0.00084EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/02 4:12 p.m.48 views

CVE-2026-10848

CVE-2026-10848 affects Zephyr’s OCPP 1.6 RPC message parser (parse_rpc_msg) in subsys/net/lib/ocpp. A custom extract_string_field() copies uid/action with strncpy(out_buf, token + 1, outlen - 1) and then scans with strchr(out_buf, '"'), risking an out-of-bounds read and a one-byte NUL write when ...

8.6CVSS5.7AI score0.00195EPSS
SaveExploits1References2Affected Software1
EUVD
EUVD
added 2026/08/02 4:12 p.m.13 views

EUVD-2026-52008

The OCPP 1.6 client in subsys/net/lib/ocpp parsed inbound WAMP RPC frames in parserpcmsg subsys/net/lib/ocpp/ocppj.c using a hand-rolled helper, extractstringfield, that copied the message's uid and action fields with strncpyoutbuf, token + 1, outlen - 1 and then scanned the result with...

7CVSS5.7AI score0.00195EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/08/02 12:15 p.m.40 views

CVE-2026-68580 FreeRDP before 3.29.0 Integer Overflow via Audio Input Channel

FreeRDP before 3.29.0 contains integer overflow vulnerabilities in the audio input redirection channel audin across ALSA, sndio, WinMM, and OpenSL ES backends that fail to validate the FramesPerPacket parameter from RDP servers. Attackers can supply a malicious FramesPerPacket value causing...

7.7CVSS0.00238EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/02 12:15 p.m.10 views

CVE-2026-67357

ArcadeDB versions before 26.7.3 contain an information disclosure vulnerability in the MCP getserversettings tool that leaks the arcadedb.ha.clusterToken in cleartext. Attackers with MCP access can retrieve the cluster token and use it with X-ArcadeDB-Cluster-Token and X-ArcadeDB-Forwarded-User...

7.7CVSS5.5AI score0.0025EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/02 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-67293

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - FreeRDP before 3.29.0 affected versions = 3.28.0 contains an improper certificate hostname validation vulnerability. The TLS hostname matcher tlsmatchhostname i...

9.3CVSS8.4AI score0.00166EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/02 12:0 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-67298

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - FreeRDP versions 3.28.0 and earlier contain a heap buffer overflow in the server-side RAIL channel handler railserverhandlemessages in...

8.7CVSS7.6AI score0.00381EPSS
SaveExploits0References4
Rows per page
Query Builder