Lucene search
+L

245423 matches found

Circl
Circl
added 2026/07/21 8:56 p.m.12 views

CVE-2026-16359

creationtimestamp| type| source ---|---|--- 2026-07-21 20:56:06+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mr6p27frgc24 2026-07-22 04:45:58+00:00| seen| https://www.hkcert.org/security-bulletin/mozilla-products-multiple-vulnerabilities20260722 2026-07-22 09:40:04+00:00| see...

9.1CVSS5.8AI score0.00263EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/21 8:42 p.m.64 views

CVE-2026-44878

CVE-2026-44878 affects HPE Aruba Networking EdgeConnect SD-WAN Gateways running ECOS. The vulnerability in the web-based management interface allows an authenticated, highly privileged remote attacker to access the device filesystem, with potential to read sensitive files and tamper with or delet...

7.2CVSS5.4AI score0.00412EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/21 8:42 p.m.34 views

CVE-2026-44878 Authenticated Path Traversal allows Unauthorized Access in Web Interface

A vulnerability in the web-based management interface of an ECOS device could allow a highly privileged, authenticated remote attacker to access the device's filesystem. Successful exploitation of this vulnerability could allow an attacker to access sensitive files and tamper with or delete syste...

7.2CVSS0.00412EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/21 8:33 p.m.15 views

EUVD-2026-41602

Gitea: SSRF via HTTP Redirect in Repository Migration...

6.5CVSS5.2AI score0.00244EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/21 8:33 p.m.7 views

GHSA-RQHX-647V-WX32 Gitea: SSRF via HTTP Redirect in Repository Migration

Summary Gitea 1.25.4 validates the initial URL provided to the repository migration endpoint POST /api/v1/repos/migrate and correctly blocks requests to internal addresses like 127.0.0.1 or RFC1918 ranges. However, if the initial URL points to an attacker-controlled server that responds with an...

6.5CVSS5.4AI score0.00244EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/21 8:28 p.m.8 views

GHSA-F75J-4CW6-RMX4 Gitea Docker image: `REVERSE_PROXY_TRUSTED_PROXIES = *` default lets any source IP impersonate any user via `X-WEBAUTH-USER`

Summary The Gitea Docker images ship an app.ini template that hard-codes: REVERSEPROXYTRUSTEDPROXIES = The documented default for this setting, in custom/conf/app.example.ini, is 127.0.0.0/8,::1/128, i.e. only loopback is trusted. When an admin enables ENABLEREVERSEPROXYAUTHENTICATION = true to p...

9.8CVSS8AI score0.31809EPSS
SaveExploits6References7
Snyk
Snyk
added 2026/07/21 8:22 p.m.4 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization in the attachment update. An attacker can access private attachment content by re-linking a known attachment UUID to an issue or comment in a repository they control, causing authorization checks to be performed...

6CVSS8.4AI score0.00252EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 8:19 p.m.9 views

GHSA-Q9PG-JJ6X-J9P6 Gitea: draft release attachment disclosure via missing web authorization

Summary Gitea's draft-release access control is enforced only on the API release endpoints /api/v1/repos/owner/repo/releases/id and its /assets/... sub-routes but not on the web-level UUID-based attachment endpoints /attachments/uuid, /owner/repo/attachments/uuid,...

5.9CVSS5.4AI score0.00268EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/21 8:19 p.m.12 views

Gitea: draft release attachment disclosure via missing web authorization

Summary Gitea's draft-release access control is enforced only on the API release endpoints /api/v1/repos/owner/repo/releases/id and its /assets/... sub-routes but not on the web-level UUID-based attachment endpoints /attachments/uuid, /owner/repo/attachments/uuid,...

7.5CVSS5.4AI score0.00345EPSS
SaveExploits0References7Affected Software1
Snyk
Snyk
added 2026/07/21 8:18 p.m.4 views

Arbitrary File Upload

Overview Affected versions of this package are vulnerable to Arbitrary File Upload through the web release edit process. An attacker can bypass configured file extension restrictions by renaming existing release attachments to forbidden extensions via the web interface, allowing the distribution ...

7.1CVSS8.4AI score0.00331EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 8:18 p.m.6 views

GHSA-25GQ-J9JX-43PG Gitea: Release attachment extension allowlist bypass via web release edit form (variant of CVE-2025-68939)

Summary The web handler EditReleasePost routers/web/repo/release.go reads form fields with prefix attachment-edit-uuid into a mapuuidnewName, passes that map to releaseservice.UpdateRelease, which writes the new name to the database via repomodel.UpdateAttachmentByUUID WITHOUT calling upload.Veri...

6.5CVSS5.5AI score0.00331EPSS
SaveExploits0References7
Snyk
Snyk
added 2026/07/21 8:18 p.m.5 views

Arbitrary File Upload

Overview Affected versions of this package are vulnerable to Arbitrary File Upload through the web release edit process. An attacker can bypass configured file extension restrictions by renaming existing release attachments to forbidden extensions via the web interface, allowing the distribution ...

7.1CVSS8.4AI score0.00331EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 8:17 p.m.8 views

DEBIAN-CVE-2026-46600

Parsing an invalid SVCB or HTTPS RR can panic when the size of a parameter value overflows the message buffer...

7.5CVSS5.2AI score0.0035EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/21 8:17 p.m.6 views

UBUNTU-CVE-2026-46600

Parsing an invalid SVCB or HTTPS RR can panic when the size of a parameter value overflows the message buffer...

7.5CVSS5.8AI score0.0035EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/21 8:12 p.m.14 views

EUVD-2026-46399

Missing validation of the outer contenttype byte on TLS 1.3 encrypted records in s2n-tls allows an active man-in-the-middle to silently discard individual application data records without either endpoint detecting the modification. RFC 8446 Section 5.2 requires that the outer contenttype of all...

8.3CVSS5.3AI score0.00186EPSS
SaveExploits0References3
Circl
Circl
added 2026/07/21 7:35 p.m.12 views

CVE-2026-44880

creationtimestamp| type| source ---|---|--- 2026-07-21 19:35:18+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mr6kjqlhyq27 2026-07-22 14:55:18+00:00| seen| https://bsky.app/profile/o2cloud.bsky.social/post/3mraldxwopq2n...

8.8CVSS4.8AI score0.00527EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/21 7:18 p.m.6 views

CVE-2026-46600 Parsing an invalid SVCB or HTTPS RR can panic in golang.org/x/net/dns/dnsmessage

Parsing an invalid SVCB or HTTPS RR can panic when the size of a parameter value overflows the message buffer...

5.2AI score0.0035EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/21 7:17 p.m.14 views

GHSA-82F7-87HM-852X Gitea: Repository Migration Follows Git HTTP Redirects After URL Allow/Block Validation, Enabling Internal Git Repository Exfiltration

Repository Migration Follows Git HTTP Redirects After URL Allow/Block Validation, Enabling Internal Git Repository Exfiltration Summary Gitea validates the user-supplied repository migration URL, but the actual clone and later mirror fetch operations are performed by the Git command-line client...

8.5CVSS6.6AI score0.00267EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/21 6:18 p.m.12 views

EUVD-2026-42325

Hono: API Gateway v1 adapter can drop a distinct repeated request header value during de-duplication...

5.3CVSS5.2AI score0.00126EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/21 6:17 p.m.15 views

CVE-2026-56579

HCL MyCloud was affected with License Key Revealed in HTTP Response. It may enable attackers to misuse the exposed information and compromise the application's security...

3.1CVSS0.00156EPSS
SaveExploits0References1
Rows per page
Query Builder