Lucene search
+L

85376 matches found

F5 Networks
F5 Networks
added 2026/08/05 9:01 a.m.11 views

K000162792: Numpy vulnerabilities CVE-2021-34141, CVE-2021-33430, CVE-2021-41496, CVE-2021-41495

Security Advisory Description CVE-2021-34141 An incomplete string comparison in the numpy.core component in NumPy before 1.22.0 allows attackers to trigger slightly incorrect copying by constructing specific string objects. NOTE: the vendor states that this reported code behavior is "completely...

5.5CVSS6.6AI score0.01561EPSS
SaveExploits4
NVD
NVD
added 2026/08/05 8:16 a.m.8 views

CVE-2026-64575

In the Linux kernel, the following vulnerability has been resolved: bpf: tcp: fix double sock release on batch realloc bpfitertcpbatch releases the current batch via bpfitertcpputbatch, which drops the socket refs and rewrites each slot with the socket cookie, then grows the batch. cursk/endsk ar...

7.8CVSS0.00121EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/05 8:16 a.m.7 views

CVE-2026-64569

In the Linux kernel, the following vulnerability has been resolved: mpls: fix NULL deref in mplsvalidfibdumpreq on CONFIGINET=n On CONFIGINET=n builds, mplsvalidfibdumpreq walks the parsed attribute table itself instead of calling ipvalidfibdumpreq. The RTAOIF arm passes tbRTAOIF to nlagetu32...

0.00171EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/05 8:16 a.m.6 views

CVE-2026-55998

The endpoint /v3/import/tokenclusterId.yaml retrieves the cluster object before validating the token. When a valid cluster ID references a cluster that has private registry secrets configured, a nil pointer dereference in pkg/systemtemplate/privateregistry.go causes the request to return HTTP 502...

5.3CVSS0.00205EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.8 views

CVE-2026-64576

In the Linux kernel, the following vulnerability has been resolved: nexthop: initialize extack in nhresbucketmigrate nhresbucketmigrate passes an uninitialized netlinkextack to callnexthopresbucketnotifiers. When nhnotifierresbucketinfoinit fails e.g. the kzalloc returns -ENOMEM, the error is...

7.1CVSS5.3AI score0.00117EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.14 views

CVE-2026-64575

In the Linux kernel, the following vulnerability has been resolved: bpf: tcp: fix double sock release on batch realloc bpfitertcpbatch releases the current batch via bpfitertcpputbatch, which drops the socket refs and rewrites each slot with the socket cookie, then grows the batch. cursk/endsk ar...

7.8CVSS5.4AI score0.00121EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/05 8:16 a.m.9 views

UBUNTU-CVE-2026-64575

In the Linux kernel, the following vulnerability has been resolved: bpf: tcp: fix double sock release on batch realloc bpfitertcpbatch releases the current batch via bpfitertcpputbatch, which drops the socket refs and rewrites each slot with the socket cookie, then grows the batch. cursk/endsk ar...

7.8CVSS5.3AI score0.00121EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/05 8:09 a.m.43 views

CVE-2026-64575 bpf: tcp: fix double sock release on batch realloc

In the Linux kernel, the following vulnerability has been resolved: bpf: tcp: fix double sock release on batch realloc bpfitertcpbatch releases the current batch via bpfitertcpputbatch, which drops the socket refs and rewrites each slot with the socket cookie, then grows the batch. cursk/endsk ar...

7.8CVSS0.00121EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/05 8:09 a.m.67 views

CVE-2026-64575

CVE-2026-64575 affects the Linux kernel’s BPF TCP iterator. The issue is a double release of socket resources during batch reallocation in bpf_iter_tcp_batch, where on realloc failure the code returns ERR_PTR() and leaves cur_sk

7.8CVSS5.4AI score0.00121EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/05 8:09 a.m.11 views

EUVD-2026-53269

In the Linux kernel, the following vulnerability has been resolved: bpf: tcp: fix double sock release on batch realloc bpfitertcpbatch releases the current batch via bpfitertcpputbatch, which drops the socket refs and rewrites each slot with the socket cookie, then grows the batch. cursk/endsk ar...

5.4AI score0.00121EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/05 8:08 a.m.10 views

EUVD-2026-53263

In the Linux kernel, the following vulnerability has been resolved: mpls: fix NULL deref in mplsvalidfibdumpreq on CONFIGINET=n On CONFIGINET=n builds, mplsvalidfibdumpreq walks the parsed attribute table itself instead of calling ipvalidfibdumpreq. The RTAOIF arm passes tbRTAOIF to nlagetu32...

5.4AI score0.00171EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/05 8:08 a.m.65 views

CVE-2026-64569

In CVE-2026-64569, on Linux kernel builds with CONFIG_INET=n, mpls_valid_fib_dump_req() dereferences NULL when handling RTM_GETROUTE dumps for AF_MPLS because tb[RTA_OIF] is passed to nla_get_u32() without checking presence, and the path bypasses ip_valid_fib_dump_req(). This can allow an unprivi...

5.4AI score0.00171EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/08/05 8:08 a.m.11 views

CVE-2026-64569

In the Linux kernel, the following vulnerability has been resolved: mpls: fix NULL deref in mplsvalidfibdumpreq on CONFIGINET=n On CONFIGINET=n builds, mplsvalidfibdumpreq walks the parsed attribute table itself instead of calling ipvalidfibdumpreq. The RTAOIF arm passes tbRTAOIF to nlagetu32...

5.4AI score0.00171EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/08/05 7:51 a.m.62 views

CVE-2026-55998

The CVE describes an unauthenticated import endpoint vulnerability: /v3/import/{token}_{clusterId}.yaml returns 502 for valid cluster IDs that reference clusters with private registry secrets due to a null pointer dereference in pkg/systemtemplate/private_registry.go ; non-existent cluster IDs re...

5.3CVSS5.5AI score0.00205EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 7:51 a.m.8 views

CVE-2026-55998 Cluster Existence Oracle via Unauthenticated Import Endpoint

The endpoint /v3/import/tokenclusterId.yaml retrieves the cluster object before validating the token. When a valid cluster ID references a cluster that has private registry secrets configured, a nil pointer dereference in pkg/systemtemplate/privateregistry.go causes the request to return HTTP 502...

5.3CVSS5.3AI score
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/05 12:30 a.m.10 views

SUSE CVE-2026-67304

FreeRDP before 3.29.0 contains a null pointer dereference vulnerability in smartcard device control request cleanup when reader-state decoding fails. Attackers can send malformed smartcard IRP requests with non-zero cReaders and truncated reader-state data to crash the process via null pointer...

8.7CVSS5.5AI score0.00349EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/05 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-64569

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mpls: fix NULL deref in mplsvalidfibdumpreq on CONFIGINET=n On CONFIGINET=n builds, mplsvalidfibdumpreq walks the parsed attribute table itself instead of calli...

5.4AI score0.00171EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/05 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-64575

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: tcp: fix double sock release on batch realloc bpfitertcpbatch releases the current batch via bpfitertcpputbatch, which drops the socket refs and rewrites...

7.8CVSS5.5AI score0.00121EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 12:00 a.m.44 views

CVE-2026-67870

In open62541 v1.5.5, the server-side AddReferences implementation contains an incomplete validation flaw for non-local ExpandedNodeId targets. A remote attacker can send a crafted AddReferencesRequest with an empty targetServerUri and a non-zero targetNodeId.serverIndex, causing the target node...

0.00569EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/05 12:00 a.m.75 views

CVE-2026-67870

In open62541 v1.5.5, the server-side AddReferences validation flaw for non-local ExpandedNodeId targets allows a remote attacker to send a crafted AddReferencesRequest with an empty targetServerUri and a non-zero targetNodeId.serverIndex. This can cause the target node pointer to remain NULL whil...

9.8CVSS5.8AI score0.00569EPSS
SaveExploits0References4
Rows per page
Query Builder