Lucene search
+L

75136 matches found

Github Security Blog
Github Security Blog
added 2026/07/21 8:34 p.m.7 views

Gitea: Unauthenticated ReDoS via CODEOWNERS pattern matching allows denial of service

This issue has been found by a security agent and review by myself. Gitea's CODEOWNERS feature uses the regexp2 library to match file paths against ownership rules. User-supplied patterns are passed directly to regexp2.Compile with no sanitisation and no match timeout. This allows an attacker to...

7.5CVSS5.8AI score0.00327EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/21 8:28 p.m.8 views

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
SaveExploits5References7Affected Software1
OSV
OSV
added 2026/07/21 8:28 p.m.4 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
OSV
OSV
added 2026/07/21 8:24 p.m.6 views

GHSA-6HM7-3PWJ-22RM Gitea: Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

Gitea's Debian package registry parser contains an unbounded decompression vulnerability in ParseControlFile. When processing an uploaded .deb file, the parser decompresses control.tar.gz and copies the entire uncompressed stream into a strings.Builder via a TeeReader, with no limit on how much...

7.1CVSS5.8AI score
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/21 8:24 p.m.7 views

Gitea: Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

Gitea's Debian package registry parser contains an unbounded decompression vulnerability in ParseControlFile. When processing an uploaded .deb file, the parser decompresses control.tar.gz and copies the entire uncompressed stream into a strings.Builder via a TeeReader, with no limit on how much...

5.8AI score
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/21 8:22 p.m.5 views

GHSA-X77V-Q46J-393G Gitea: Blind SSRF in OAuth2 avatar synchronization via unvalidated OIDC picture claim

Summary When oauth2client UPDATEAVATAR = true is enabled, Gitea fetches the avatar URL received from an OAuth2/OIDC provider using Go's default HTTP client. The URL comes from the user's OAuth/OIDC avatar value, commonly the OIDC picture claim. The affected code path calls http.Geturl without...

3.1CVSS5.7AI score
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/21 8:22 p.m.11 views

Gitea: Blind SSRF in OAuth2 avatar synchronization via unvalidated OIDC picture claim

Summary When oauth2client UPDATEAVATAR = true is enabled, Gitea fetches the avatar URL received from an OAuth2/OIDC provider using Go's default HTTP client. The URL comes from the user's OAuth/OIDC avatar value, commonly the OIDC picture claim. The affected code path calls http.Geturl without...

5.7AI score
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/21 8:19 p.m.5 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 score
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/21 8:19 p.m.7 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
OSV
OSV
added 2026/07/21 8:10 p.m.8 views

GHSA-956X-8GVW-WG5V GitPython: command injection via unguarded Git options in `Repo.archive()`, `git.ls_remote()`, and arbitrary file overwrite via `Repo.iter_commits()` / `Repo.blame()`

Summary GitPython spawns the real git binary with an argument vector built from caller-supplied values. To prevent argument injection, GitPython maintains denylists of "unsafe" Git options --upload-pack, --receive-pack, --exec, -c, --config, … that can be abused to run arbitrary commands, and...

8.4CVSS6.1AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/21 8:10 p.m.8 views

GitPython: command injection via unguarded Git options in `Repo.archive()`, `git.ls_remote()`, and arbitrary file overwrite via `Repo.iter_commits()` / `Repo.blame()`

Summary GitPython spawns the real git binary with an argument vector built from caller-supplied values. To prevent argument injection, GitPython maintains denylists of "unsafe" Git options --upload-pack, --receive-pack, --exec, -c, --config, … that can be abused to run arbitrary commands, and...

8.8CVSS8.7AI score0.00749EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/21 7:11 p.m.13 views

pyasn1: Uncontrolled resource consumption when converting decoded REAL values

Impact The univ.Real type converted its mantissa, base, exponent value to a Python float using exact big-integer exponentiation. A BER/CER/DER-encoded REAL value only a few bytes long can carry a very large exponent, causing this computation to attempt to materialize an astronomically large...

7.5CVSS5.3AI score0.00335EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/21 7:11 p.m.8 views

GHSA-HM4W-WWCW-MR6R pyasn1: Uncontrolled resource consumption when converting decoded REAL values

Impact The univ.Real type converted its mantissa, base, exponent value to a Python float using exact big-integer exponentiation. A BER/CER/DER-encoded REAL value only a few bytes long can carry a very large exponent, causing this computation to attempt to materialize an astronomically large...

7.5CVSS5.3AI score0.00335EPSS
SaveExploits0References5
GithubExploit
GithubExploit
added 2026/07/21 6:32 p.m.56 views

stealth-privesc

Stealth Privilege Escalation Scanner A fully evasive privileg...

5.5AI score
SaveExploits0
GithubExploit
GithubExploit
added 2026/07/21 4:19 p.m.53 views

n8n-nodes-metasploit

n8n-nodes-metasploit !npm versionhttps://img.shields.io/n...

5.6AI score
SaveExploits0
OSV
OSV
added 2026/07/21 3:16 p.m.6 views

DEBIAN-CVE-2026-8933

A local privilege escalation vulnerability exists in snap-confine, a set-capabilities core component used internally by Canonical snapd to construct the secure execution environment for snap applications. This vulnerability uniquely affects versions of snap-confine configured with set-capabilitie...

7.8CVSS6.1AI score0.00215EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/21 3:16 p.m.5 views

CVE-2026-8933

A local privilege escalation vulnerability exists in snap-confine, a set-capabilities core component used internally by Canonical snapd to construct the secure execution environment for snap applications. This vulnerability uniquely affects versions of snap-confine configured with set-capabilitie...

7.8CVSS0.00215EPSS
SaveExploits0References1
Qualys Blog
Qualys Blog
added 2026/07/21 3:2 p.m.6 views

CVE-2026-8933: Local Privilege Escalation in Set-Capabilities snap-confine

The Qualys Threat Research Unit TRU has identified a Local Privilege Escalation LPE vulnerability in snap-confine CVE-2026-8933. This flaw allows an unprivileged local user to gain full root access on default installations of Ubuntu Desktop 24.04, 25.10, and 26.04. The issue stems from a security...

7.8CVSS6.4AI score0.00215EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/21 2:2 p.m.31 views

CVE-2026-8933 snap-confine Local Privilege Escalation via Capabilities Misconfiguration or Flaw in Execution Environment Setup

A local privilege escalation vulnerability exists in snap-confine, a set-capabilities core component used internally by Canonical snapd to construct the secure execution environment for snap applications. This vulnerability uniquely affects versions of snap-confine configured with set-capabilitie...

7.8CVSS0.00215EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/21 2:2 p.m.39 views

CVE-2026-8933

A local privilege escalation affecting snap-confine (used by Canonical snapd) configured with set-capabilities. The flaw lies in how privilege boundaries/security sandboxes are initialized when running under limited ambient capabilities, allowing an unprivileged local user to bypass restrictions ...

7.8CVSS6.2AI score0.00215EPSS
SaveExploits0References1
Rows per page
Query Builder