Lucene search
+L

3890 matches found

Cvelist
Cvelist
added 2026/07/25 8:51 a.m.39 views

CVE-2026-64444 staging: rtl8723bs: fix OOB read in OnAssocRsp() IE loop

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in OnAssocRsp IE loop The IE parsing loop in OnAssocRsp advances by pIE-length + 2 each iteration but only guards on i length from pframepktlen, which is one byte past the allocated receive buffer...

8.1CVSS0.0028EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.38 views

CVE-2026-64443 staging: rtl8723bs: fix OOB read in update_beacon_info() IE loop

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in updatebeaconinfo IE loop The IE parsing loop in updatebeaconinfo advances by pIE-length + 2 each iteration but only guards on i length from one byte past the allocated receive buffer...

8.1CVSS0.0028EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:51 a.m.11 views

CVE-2026-64442 staging: rtl8723bs: fix OOB reads in IE loops in issue_assocreq() and join_cmd_hdl()

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in IE loops in issueassocreq and joincmdhdl Two IE parsing loops are missing the header bounds checks before they dereference pIE-length: - issueassocreq walks pmlmeinfo-network.ies to build the...

8.1CVSS5.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.39 views

CVE-2026-64324 udf: validate free block extents against the partition length

In the Linux kernel, the following vulnerability has been resolved: udf: validate free block extents against the partition length udffreeblocks checks the logical block number and count against the partition length, but drops the extent offset from that final bound. A crafted extent can pass the...

7.8CVSS0.0016EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.37 views

CVE-2026-64316 crypto: caam - use print_hex_dump_devel to guard key hex dumps

In the Linux kernel, the following vulnerability has been resolved: crypto: caam - use printhexdumpdevel to guard key hex dumps Use printhexdumpdevel for dumping sensitive key material in setkey and gensplitkey to avoid leaking secrets at runtime when CONFIGDYNAMICDEBUG is enabled...

0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.39 views

CVE-2026-64309 crypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT)

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Do not initialize SNP for ioctlSNPCOMMIT Sashiko notes: if SEV initialization fails and KVM is actively running normal VMs, could a userspace process trigger this code path via /dev/sev ioctls e.g., SEVPDHGEN and ze...

0.00221EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/24 10:40 p.m.13 views

GHSA-8Q49-2H5H-434X FrontMCP: Server-Side Request Forgery (SSRF) in the OpenAPI adapter spec-change poller

Summary The OpenAPI adapter's spec-change poller OpenApiSpecPoller re-fetched the configured spec url on a timer using a raw global fetch, bypassing the SSRF guard safeFetch / assertUrlSafe that OpenAPIToolGenerator.fromURL applies to the initial spec load. As a result, the pinning/DNS-resolution...

5.9CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/24 6:44 p.m.46 views

CVE-2026-48037 Hulumi: AccountFoundation reuse paths silently downgrade GuardDuty / Security Hub posture

Hulumi is an open-source toolkit that ships secure-by-default cloud and platform infrastructure components for Pulumi. Prior to version 1.4.0, AccountFoundation reuse paths silently downgrade GuardDuty / Security Hub posture. This issue has been patched in version 1.4.0...

6.3CVSS0.0026EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 4:43 p.m.14 views

GHSA-83W8-P2F5-377R @fastify/static vulnerable to route guard bypass via path traversal

Impact @fastify/static is vulnerable to a bypass of route-based middleware and guards via non-leading .. and %2E%2E path segments. find-my-way does not normalize .. when matching routes, so a request such as /foo/../deep/secret.txt matches the static plugin's catch-all instead of the guarded...

7.5CVSS5.9AI score0.00672EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/24 4:42 p.m.17 views

GitPython: Unsafe git option guard bypass via single-character kwarg value token smuggling enables arbitrary command execution

Summary GitPython's checkunsafeoptions guard the control introduced by CVE-2026-42215 / GHSA-2f96 and hardened since can be bypassed for every guarded method clone/clonefrom, fetch/pull/push, lsremote, itercommits, blame, archive by smuggling an option token inside the VALUE of a single-character...

8.8CVSS6.1AI score0.00749EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/07/24 4:16 p.m.11 views

UBUNTU-CVE-2026-64255

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: validate stamask before ffs in BA session handlers Three BA session handlers use ffsbadata-stamask - 1 to derive a station ID without checking that stamask is non-zero. When stamask is zero, ffs returns 0 and...

8.8CVSS5.7AI score0.00223EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/24 3:31 p.m.10 views

CVE-2026-64255 wifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: validate stamask before ffs in BA session handlers Three BA session handlers use ffsbadata-stamask - 1 to derive a station ID without checking that stamask is non-zero. When stamask is zero, ffs returns 0 and...

8.8CVSS5.8AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.22 views

PT-2026-64370

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the iwlwifi wifi driver within the MLD Multi-Link Device component. Three BA Block Acknowledgement session handlers use the ffs function on the sta mask variable to...

8.8CVSS5.9AI score0.00223EPSS
SaveExploits0References18
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.23 views

PT-2026-64433

Name of the Vulnerable Software and Affected Versions Cloudreve versions prior to 4.17.0 Description Cloudreve contains an issue where the built-in image decoders for PNG, JPEG, and GIF formats limit only the compressed file size but do not restrict the decoded pixel dimensions. An authenticated...

6.5CVSS5.8AI score0.00295EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/07/23 5:38 a.m.23 views

Directory Traversal

Overview @fastify/static is a Plugin for serving static files as fast as possible. Affected versions of this package are vulnerable to Directory Traversal through getPathnameForSend in index.js. An attacker can reach static files protected by route-based middleware or guards by sending a request...

8.7CVSS6.4AI score0.00672EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/23 3:01 a.m.92 views

CVE-2026-15074

The CVE-2026-15074 issue affects @fastify/static up to and including version 10.1.0, which fails to reject dot-dot path segments in request pathnames before file resolution. This bypasses the earlier fix for CVE-2026-6414 (encoded slashes only) because the underlying send library normalizes dot s...

7.5CVSS5.4AI score0.00672EPSS
SaveExploits0References2Affected Software1
F5 Networks
F5 Networks
added 2026/07/22 9:06 p.m.13 views

K000162379: Linux Kernel vulnerabilities CVE-2026-23310, CVE-2026-23336, CVE-2026-23340, and CVE-2026-23343

Security Advisory Description CVE-2026-23310 In the Linux kernel, the following vulnerability has been resolved: bpf/bonding: reject vlan+srcmac xmithashpolicy change when XDP is loaded bondoptionmodeset already rejects mode changes that would make a loaded XDP program incompatible via...

7.8CVSS5.5AI score0.00137EPSS
SaveExploits0
OSV
OSV
added 2026/07/22 8:36 p.m.10 views

GO-2026-6052 Gitea: Fork-PR Actions task can read a third private repository via the collaborative-owner branch (missing fork-PR guard) in gitea.dev

Gitea: Fork-PR Actions task can read a third private repository via the collaborative-owner branch missing fork-PR guard in gitea.dev...

7.1CVSS5.2AI score0.00252EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/22 12:19 a.m.15 views

SUSE CVE-2017-1000377

An issue was discovered in the size of the default stack guard page on PAX Linux originally from GRSecurity but shipped by other Linux vendors, specifically the default stack guard page is not sufficiently large and can be "jumped" over the stack guard page is bypassed, this affects PAX Linux...

5.9CVSS5.9AI score0.00379EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/21 10:00 p.m.19 views

EUVD-2026-44506

jackson-databind: @JsonView ypassed for @JsonUnwrapped container properties on deserialization...

6.5CVSS5.3AI score0.00346EPSS
SaveExploits0References5
Rows per page
Query Builder