Lucene search
+L

15789 matches found

Github Security Blog
Github Security Blog
added 2026/07/21 8:41 p.m.10 views

Gitea: Private Repository Metadata Remains Accessible After Access Revocation

Summary A user who previously had access to a private repository can continue to obtain repository metadata through GET /api/v1/user/starred after their access to the repository has been revoked. After a collaborator is removed from a private repository, direct access to the repository is correct...

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

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization via the GET /api/v1/user/starred and GET /api/v1/user/subscriptions endpoints. An attacker can access repository metadata, such as repository name, description, and visibility status, by querying these endpoints...

7.5CVSS5.8AI score0.00283EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/21 8:41 p.m.4 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization via the GET /api/v1/user/starred and GET /api/v1/user/subscriptions endpoints. An attacker can access repository metadata, such as repository name, description, and visibility status, by querying these endpoints...

7.5CVSS5.4AI score0.00283EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 8:41 p.m.5 views

GHSA-J2W3-9C3R-G83Q Gitea: Private Repository Metadata Remains Accessible After Access Revocation

Summary A user who previously had access to a private repository can continue to obtain repository metadata through GET /api/v1/user/starred after their access to the repository has been revoked. After a collaborator is removed from a private repository, direct access to the repository is correct...

2.3CVSS5.4AI score0.00283EPSS
SaveExploits0References7
Snyk
Snyk
added 2026/07/21 8:40 p.m.6 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization in the RSS/Atom feed handlers, which accept API-token Basic authentication but do not enforce token scope or public-only restrictions. An attacker can access private repository metadata, such as commit information,...

4.3CVSS8.5AI score0.00264EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 8:28 p.m.39 views

CVE-2026-65054

Affected software: MediaCMS 8.2.0. Vulnerability: Information disclosure via playlist ownership loophole. Authenticated users can expose private media metadata belonging to other users by bypassing access controls when manipulating their own playlists. Root cause / trigger: Attacker issues a PUT ...

8.2CVSS5.5AI score0.00202EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 8:28 p.m.30 views

CVE-2026-65054 MediaCMS Private Media Metadata Disclosure via Playlist Ownership Loophole

MediaCMS 8.2.0 contains an information disclosure vulnerability that allows authenticated users to expose private media metadata belonging to other users by adding arbitrary media tokens to their own playlist without access control checks. Attackers can issue a PUT request to the playlist API...

8.2CVSS0.00202EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 8:27 p.m.3 views

GHSA-2R5C-GW76-RH3W Gitea: Incomplete SSRF Protection in Webhook and Migration Allow-list Default Filter

Summary Gitea's default SSRF allow-list MatchBuiltinExternal, used by both webhook delivery and repository migrations relies on Go's standard library net.IP.IsPrivate, which only covers RFC 1918 and RFC 4193. As a result, several IP ranges commonly used for cloud metadata services, internal...

9.6CVSS7.6AI score0.00554EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/21 8:23 p.m.5 views

GHSA-P4MJ-98MV-XQ26 Gitea: Private Repository Existence Disclosure via go-get Meta Endpoint

| Field | Value | |-------|-------| | Affected File | routers/web/repo/githttp.go, services/context/repo.go | | Affected Functions | httpBase, EarlyResponseForGoGetMeta | | Affected Lines | githttp.go:63–66, services/context/repo.go:374–396 | | Prerequisite | None — fully unauthenticated | ---...

5.3CVSS5.6AI score0.00237EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/21 8:23 p.m.4 views

Exposure of Sensitive Information Through Metadata

Overview Affected versions of this package are vulnerable to Exposure of Sensitive Information Through Metadata via the EarlyResponseForGoGetMeta function. An attacker can obtain sensitive repository metadata, such as the existence of private repositories, their clone URLs, and default branch...

6.9CVSS5.7AI score0.00237EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/21 8:23 p.m.3 views

Exposure of Sensitive Information Through Metadata

Overview Affected versions of this package are vulnerable to Exposure of Sensitive Information Through Metadata via the EarlyResponseForGoGetMeta function. An attacker can obtain sensitive repository metadata, such as the existence of private repositories, their clone URLs, and default branch...

6.9CVSS5.7AI score0.00237EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/21 8:21 p.m.10 views

Gitea: OAuth token introspection returns metadata of tokens issued to other clients (RFC 7662 section 4 violation)

Live reproduction against Gitea 1.26.1 Setup: Gitea 1.26.1 docker stack with two users admin and victim and two OAuth applications owned by different users: Client A: id=5dda747d-7fdd-4694-85ff-ce4f893ce51e owner=admin Client B: id=588f778f-4a41-4914-ae01-85d776c369db owner=victim admin runs an...

4.3CVSS5.5AI score0.00243EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/07/21 8:21 p.m.4 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization in the IntrospectOAuth process. An attacker can access sensitive metadata about tokens issued to other clients by submitting a valid token to the introspection endpoint using their own OAuth application's...

5.3CVSS5.3AI score0.00243EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/21 8:21 p.m.7 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization in the IntrospectOAuth process. An attacker can access sensitive metadata about tokens issued to other clients by submitting a valid token to the introspection endpoint using their own OAuth application's...

5.3CVSS5.3AI score0.00243EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 8:20 p.m.8 views

GHSA-9MQ6-MQJJ-C2C5 Gitea: Unbounded Arch package file metadata can cause resource amplification in Gitea package uploads

Summary Hello Gitea Security Team, Thank you for your continued work on Gitea. I would like to responsibly report a potential availability-impact issue that I observed in Gitea’s Arch package registry implementation. During local testing, I noticed that Gitea records non-dot regular file entries...

5.3CVSS5.6AI score0.00238EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/21 8:20 p.m.10 views

Gitea: Unbounded Arch package file metadata can cause resource amplification in Gitea package uploads

Summary Hello Gitea Security Team, Thank you for your continued work on Gitea. I would like to responsibly report a potential availability-impact issue that I observed in Gitea’s Arch package registry implementation. During local testing, I noticed that Gitea records non-dot regular file entries...

4.3CVSS5.5AI score0.00238EPSS
SaveExploits0References7Affected Software1
NVD
NVD
added 2026/07/21 8:17 p.m.6 views

CVE-2026-56144

Incorrect Authorization CWE-863 in Elasticsearch can allow an authenticated user with limited index privileges to exploit insufficient authorization controls in the ingest simulation feature. By targeting indices they are not authorized to access directly, the user can cause those indices'...

6.5CVSS0.00234EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/21 7:49 p.m.8 views

CVE-2026-56144 Incorrect Authorization in Elasticsearch Leading to Information Disclosure

Incorrect Authorization CWE-863 in Elasticsearch can allow an authenticated user with limited index privileges to exploit insufficient authorization controls in the ingest simulation feature. By targeting indices they are not authorized to access directly, the user can cause those indices'...

5.3CVSS5.5AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 7:49 p.m.30 views

CVE-2026-56144 Incorrect Authorization in Elasticsearch Leading to Information Disclosure

Incorrect Authorization CWE-863 in Elasticsearch can allow an authenticated user with limited index privileges to exploit insufficient authorization controls in the ingest simulation feature. By targeting indices they are not authorized to access directly, the user can cause those indices'...

5.3CVSS0.00234EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/21 5:17 p.m.9 views

CVE-2026-47397

PraisonAI is a multi-agent teams system. Prior to version 4.6.40, hidden metadata in a webpage causes PraisonAI agents to write attacker-controlled content to arbitrary paths. writefile skips path validation when workspace=None always None in production. Version 4.6.40 fixes the issue...

7.1CVSS0.00381EPSS
SaveExploits0References3
Rows per page
Query Builder