Lucene search
+L

37705 matches found

NVD
NVD
added 2026/07/21 10:17 p.m.6 views

CVE-2026-56746

Netty is a network application framework for development of protocol servers and clients. Versions 4.2.0.Final through 4.2.15.Final and 4.1.0.Final through 4.1.135.Final, are vulnerable to security control bypass during the origin evaluation process. CorsHandler provides a shortCircuit...

6.5CVSS0.00369EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 9:52 p.m.4 views

GHSA-3R5C-2XXX-H872 Gitea: Webhook Authorization Header Returned in Plaintext via API

Summary The ToHook function in services/webhook/general.go decrypts the webhook's HeaderAuthorizationEncrypted field and returns the plaintext authorization header in the API response. Any repository admin can read the full plaintext value of webhook authorization headers Bearer tokens, Basic aut...

2.7CVSS5.3AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/21 9:52 p.m.7 views

Gitea: Webhook Authorization Header Returned in Plaintext via API

Summary The ToHook function in services/webhook/general.go decrypts the webhook's HeaderAuthorizationEncrypted field and returns the plaintext authorization header in the API response. Any repository admin can read the full plaintext value of webhook authorization headers Bearer tokens, Basic aut...

5.3AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/21 9:36 p.m.5 views

CVE-2026-56746 Netty has a Security Control Bypass via CORS Short-Circuit Failure

Netty is a network application framework for development of protocol servers and clients. Versions 4.2.0.Final through 4.2.15.Final and 4.1.0.Final through 4.1.135.Final, are vulnerable to security control bypass during the origin evaluation process. CorsHandler provides a shortCircuit...

6.5CVSS5.4AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/07/21 9:36 p.m.7 views

CVE-2026-56746 Netty has a Security Control Bypass via CORS Short-Circuit Failure

Netty is a network application framework for development of protocol servers and clients. Versions 4.2.0.Final through 4.2.15.Final and 4.1.0.Final through 4.1.135.Final, are vulnerable to security control bypass during the origin evaluation process. CorsHandler provides a shortCircuit...

6.5CVSS5.3AI score0.00369EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/21 9:36 p.m.15 views

CVE-2026-56746

Netty is a network application framework for development of protocol servers and clients. Versions 4.2.0.Final through 4.2.15.Final and 4.1.0.Final through 4.1.135.Final, are vulnerable to security control bypass during the origin evaluation process. CorsHandler provides a shortCircuit...

6.5CVSS5.3AI score0.00369EPSS
SaveExploits0
CVE
CVE
added 2026/07/21 9:36 p.m.47 views

CVE-2026-56746

Netty (versions 4.2.0.Final–4.2.15.Final and 4.1.0.Final–4.1.135.Final) contains a security control bypass in CorsHandler’s origin evaluation due to a logical operator error. An attacker can bypass the short-circuit protection by sending Origin: null, causing unauthorized requests to reach the ba...

6.5CVSS5.4AI score0.00369EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/07/21 9:32 p.m.10 views

EUVD-2026-46366

Data::Intern::Shared versions before 0.02 for Perl allow an out-of-bounds read via unvalidated slot, reverse and arena indices in siidxfind. The attach-time validator sivalidateheader is thorough about the header and layout magic, version, section offsets, totalsize, count and arenaused but does...

5.3AI score0.00416EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/21 9:32 p.m.10 views

EUVD-2026-46355

Data::HashMap::Shared versions before 0.14 for Perl allow an out-of-bounds read via an unvalidated arena offset and length in shmstrcopy. The attach-time validator shmvalidateheader checks the header scalars and region layout against the file size, but does not validate the array contents it then...

5.3AI score0.00337EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 9:31 p.m.6 views

CVE-2026-65317 Verba (goldenverba) Server-Side Request Forgery via /api/connect and Same-Origin Middleware Bypass

Verba RAG application version 2.1.3 contains a server-side request forgery vulnerability combined with a same-origin middleware bypass that allows unauthenticated remote attackers to make the server issue arbitrary HTTP requests by supplying a crafted Origin header and attacker-controlled host an...

9.2CVSS5.6AI score
SaveExploits0References5
CVE
CVE
added 2026/07/21 9:31 p.m.24 views

CVE-2026-65317

Verba RAG application 2.1.3 is affected by a server-side request forgery (SSRF) vulnerability combined with a same-origin middleware bypass. An unauthenticated attacker can issue arbitrary outbound HTTP requests by supplying a crafted Origin header and attacker-controlled host/port values to the ...

9.2CVSS5.7AI score0.00481EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/21 9:30 p.m.7 views

CVE-2026-63924

A flaw was found in the Linux kernel's handling of IPv6 extended headers. Specifically, the ipv6hopjumbo function, which processes jumbo payloads, can modify internal packet buffer skb pointers. However, the network header nh pointer is not recomputed after these modifications. This oversight cou...

9.8CVSS5.4AI score0.00695EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 9:25 p.m.8 views

CVE-2026-63922

A flaw was found in the Linux kernel's IPv6 extension header processing. When processing the Home Address Option HAO, the cached network header pointer may become invalid if the packet's memory is reallocated. This can lead to incorrect parsing of subsequent IPv6 Type-Length-Value TLV options,...

9.8CVSS5.2AI score0.00695EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/21 9:15 p.m.8 views

GHSA-FW57-JGCH-PGF3 Gitea: ParseAcceptLanguage quadratic-time DoS via Locale middleware on unauthenticated requests

Summary The Locale middleware that runs in front of every unauthenticated request calls golang.org/x/text/language.ParseAcceptLanguage on the raw Accept-Language header without imposing a size or shape filter. The underlying parser has quadratic-time behaviour on long lists of malformed language...

8.7CVSS5.4AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/21 9:15 p.m.7 views

Gitea: ParseAcceptLanguage quadratic-time DoS via Locale middleware on unauthenticated requests

Summary The Locale middleware that runs in front of every unauthenticated request calls golang.org/x/text/language.ParseAcceptLanguage on the raw Accept-Language header without imposing a size or shape filter. The underlying parser has quadratic-time behaviour on long lists of malformed language...

7.5CVSS6.9AI score0.01494EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/21 8:28 p.m.5 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
SaveExploits5References7
Github Security Blog
Github Security Blog
added 2026/07/21 8:24 p.m.12 views

Gitea: Privilege Escalation via Access Token Scope Escalation in API

Gitea's API endpoint for creating Personal Access Tokens POST /users/username/tokens is protected by a middleware reqBasicOrRevProxyAuth that is intended to require password-based authentication, preventing a compromised token from being used to mint new ones. However, when a token is passed in t...

5.6AI score
SaveExploits0References7Affected Software1
NVD
NVD
added 2026/07/21 8:17 p.m.8 views

CVE-2026-59144

Data::RingBuffer::Shared versions before 0.04 for Perl allow a stack buffer overflow via an unvalidated elemsize in ringreadseq. The attach-time validator ringvalidateheader checks the capacity-overflow and totalsize consistency of the header but never caps elemsize against the destination size...

9.8CVSS0.00459EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 8:17 p.m.4 views

DEBIAN-CVE-2026-47667

CImg Library is a C++ library for image processing. Prior to version 4.0.0 in loadanalyze, the headersize field is read as an unsigned int from the first 4 bytes of an Analyze/NIfTI file and passed directly to new unsigned charheadersize without being bounded against the actual file size. A value...

7.5CVSS5.5AI score0.00426EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/21 8:17 p.m.4 views

CVE-2026-50755

An issue in DayuanJiang next-ai-draw-io 0.4.13 allows a remote attacker to obtain sensitive information via the X-Forwarded-For header value...

9.8CVSS0.00425EPSS
SaveExploits0References2
Rows per page
Query Builder