Lucene search
+L

146983 matches found

OSV
OSV
added 2026/07/21 8:39 p.m.6 views

GHSA-PGQF-926R-548M Gitea: Cross-repository label-ID enumeration oracle via unscoped DeleteIssueLabel API

Summary The API endpoint DELETE /repos/owner/repo/issues/index/labels/id loads the label by ID with a global, unscoped lookup and never verifies the label belongs to the URL's repository or its owning organization. Because the response status differs by whether the label ID exists anywhere on the...

2.7CVSS5.7AI score0.00147EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 8:36 p.m.4 views

GHSA-XV9X-FJ9G-VJ6H Gitea: Cross-repository IDOR in issue-dependency removal lets an attacker tamper with and comment on private repos they cannot access

Details RemoveDependency in routers/web/repo/issuedependency.go takes a removeDependencyID form parameter identifying the other issue by its global numeric ID, and fetches it with issuesmodel.GetIssueByIDctx, depID - no repository or permission check at all. It then calls...

2.3CVSS5.6AI score0.00147EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/21 8:22 p.m.10 views

Gitea: Cross-repository issue/comment attachment re-linking can expose private attachment content

Summary Gitea's issue and comment attachment update paths accept attachment UUIDs without verifying that each attachment belongs to the target issue/comment repository. If an authenticated attacker knows a victim attachment UUID, they can re-link that attachment to an attacker-controlled issue or...

7.5CVSS5.5AI score0.00387EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/21 8:17 p.m.6 views

DEBIAN-CVE-2026-56852

A norm.Iter can enter an infinite loop when handling input containing invalid UTF-8 bytes...

7.5CVSS5.2AI score0.00446EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/07/21 8:13 p.m.15 views

Gitea CVE-2026-20800 sibling endpoints not covered: revoked user still reads private repo objects via `/api/v1/user/starred` and private issue titles via `/api/v1/user/times`

Summary CVE-2026-20800 fixed private-info leakage to revoked users only for the notification endpoint. Two sibling endpoints that return data keyed on the caller's own relationship still do not re-check repo access at output time: - GET /api/v1/user/starred — getStarredRepos computes a per-repo...

6.5CVSS5.3AI score0.00363EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/21 8:13 p.m.11 views

GHSA-QF2F-QH6P-7V89 Gitea CVE-2026-20800 sibling endpoints not covered: revoked user still reads private repo objects via `/api/v1/user/starred` and private issue titles via `/api/v1/user/times`

Summary CVE-2026-20800 fixed private-info leakage to revoked users only for the notification endpoint. Two sibling endpoints that return data keyed on the caller's own relationship still do not re-check repo access at output time: - GET /api/v1/user/starred — getStarredRepos computes a per-repo...

4.3CVSS5.5AI score
SaveExploits0References3
OSV
OSV
added 2026/07/21 7:31 p.m.9 views

MINI-97P6-4MH6-G7MQ

Bulletin has no description...

5.3CVSS6.9AI score0.00283EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/21 7:18 p.m.45 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...

0.0035EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/21 7:17 p.m.9 views

CVE-2026-12547

SoupAuthManager caches proxy authentication credentials without scoping them to the proxy authority host:port. When the proxy configuration changes e.g., via system settings or WPAD, cached Proxy-Authorization headers from the previous proxy are sent to the new proxy, leaking credentials...

3.4CVSS0.00228EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/21 7:6 p.m.18 views

EUVD-2026-42321

linkify-it: Quadratic-complexity DoS via the mailto: validator scan-loop on attacker text...

7.5CVSS5.2AI score0.00342EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/21 6:45 p.m.4 views

SUSE-SU-2026:3169-1 Security update for openexr

This update for openexr fixes the following issues - CVE-2026-54920: unchecked integer overflows in Image::resize followed by an exception can lead to an invalid delete via uninitialized pointers bsc1269703. - CVE-2026-55059: row setter utilizing dataWindow.min.x instead of min.y can lead to a he...

5.4AI score
SaveExploits0References7
OSV
OSV
added 2026/07/21 6:16 p.m.6 views

UBUNTU-CVE-2026-16493

A flaw was found in ansible-core. The extractcollectionfromgit function in ansible-core's concreteartifactmanager.py constructs git clone commands without a '--' end-of-options separator before user-supplied URLs when installing collections from git sources. An attacker who provides a crafted...

7.8CVSS6AI score0.00316EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 5:24 p.m.54 views

CVE-2026-47417

Summary of vulnerability (CVE-2026-47417, PraisonAI Platform) : The comment endpoints POST /workspaces/{workspace_id}/issues/{issue_id}/comments and GET /workspaces/{workspace_id}/issues/{issue_id}/comments are gated by require_workspace_member only on the workspace, but the code paths do not ver...

8.1CVSS5.4AI score0.00209EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 5:24 p.m.6 views

CVE-2026-47417 praisonai-platform: Comment endpoints accept any issue_id without workspace ownership check, cross-workspace comment read and post IDOR

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an Insecure Direct Object Reference. The comment endpoints POST /workspaces/workspaceid/issues/issueid/comments and GET .../comments gate access on requireworkspacememberworkspaceid...

8.1CVSS5.5AI score
SaveExploits0References4
NVD
NVD
added 2026/07/21 5:17 p.m.8 views

CVE-2026-47406

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an Insecure Direct Object Reference. The dependency endpoints POST/GET /workspaces/workspaceid/issues/issueid/dependencies and DELETE .../dependencies/depid gate access on...

8.1CVSS0.00231EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/21 5:17 p.m.14 views

CVE-2026-47408

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an Insecure Direct Object Reference. The GET /workspaces/workspaceid/issues/issueid/activity endpoint is gated by requireworkspacememberworkspaceid and dispatches to...

6.5CVSS0.00231EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 5:13 p.m.53 views

CVE-2026-47415

Summary: Multiple sources document a cross-workspace IDOR in PraisonAI Platform (CVE-2026-47415). The Issue endpoints under /workspaces/{workspace_id}/issues/{issue_id} rely on a membership check for the workspace but do not constrain the retrieved issue by the same workspace, allowing a member o...

8.3CVSS5.4AI score0.0028EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 5:13 p.m.8 views

CVE-2026-47415 praisonai-platform: Issue endpoints accept any issue_id without workspace ownership check, cross-workspace read/update/delete IDOR

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an Insecure Direct Object Reference. The issue CRUD endpoints GET / PATCH / DELETE /workspaces/workspaceid/issues/issueid gate access on requireworkspacememberworkspaceid only, then...

8.3CVSS5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/21 5:11 p.m.30 views

CVE-2026-47414 praisonai-platform: Label endpoints accept any label_id and any issue_id without workspace ownership check, cross-workspace label edit/delete and issue-label-link IDOR

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an Insecure Direct Object Reference. Five label endpoints — PATCH /workspaces/workspaceid/labels/labelid, DELETE .../labels/labelid, POST .../issues/issueid/labels/labelid, DELETE...

7.6CVSS0.00215EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 5:11 p.m.8 views

CVE-2026-47414 praisonai-platform: Label endpoints accept any label_id and any issue_id without workspace ownership check, cross-workspace label edit/delete and issue-label-link IDOR

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an Insecure Direct Object Reference. Five label endpoints — PATCH /workspaces/workspaceid/labels/labelid, DELETE .../labels/labelid, POST .../issues/issueid/labels/labelid, DELETE...

7.6CVSS5.5AI score
SaveExploits0References5
Rows per page
Query Builder