Lucene search
+L

3190 matches found

NVD
NVD
added 2026/02/07 10:16 p.m.26 views

CVE-2026-25565

WeKan versions prior to 8.19 contain an authorization vulnerability where certain card update API paths validate only board read access rather than requiring write permission. This can allow users with read-only roles to perform card updates that should require write access...

7.1CVSS0.00277EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/02/07 9:58 p.m.6 views

CVE-2026-25565

WeKan versions prior to 8.19 contain an authorization vulnerability where certain card update API paths validate only board read access rather than requiring write permission. This can allow users with read-only roles to perform card updates that should require write access...

7.1CVSS5.3AI score0.00277EPSS
SaveExploits0References4
CVE
CVE
added 2026/02/07 9:58 p.m.24 views

CVE-2026-25565

CVE-2026-25565 affects WeKan versions prior to 8.19. Affected component: card update API paths. Root cause: authorization check only validates board read access, not write permission, enabling users with read-only roles to perform card updates that should require write access. Impact: unauthorize...

7.1CVSS5.3AI score0.00277EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/02/07 9:58 p.m.5 views

CVE-2026-25565 WeKan < 8.19 Read-only Board Roles Can Update Cards

WeKan versions prior to 8.19 contain an authorization vulnerability where certain card update API paths validate only board read access rather than requiring write permission. This can allow users with read-only roles to perform card updates that should require write access...

7.1CVSS5.4AI score0.00277EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/02/07 9:58 p.m.27 views

CVE-2026-25565 WeKan < 8.19 Read-only Board Roles Can Update Cards

WeKan versions prior to 8.19 contain an authorization vulnerability where certain card update API paths validate only board read access rather than requiring write permission. This can allow users with read-only roles to perform card updates that should require write access...

7.1CVSS0.00277EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/07 9:58 p.m.9 views

CVE-2026-25565 WeKan < 8.19 Read-only Board Roles Can Update Cards

WeKan versions prior to 8.19 contain an authorization vulnerability where certain card update API paths validate only board read access rather than requiring write permission. This can allow users with read-only roles to perform card updates that should require write access...

7.1CVSS6AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/02/07 12:0 a.m.16 views

PT-2026-6928

Name of the Vulnerable Software and Affected Versions WeKan versions prior to 8.19 Description WeKan contains an authorization issue in certain card update API paths. These paths only validate read access to a board instead of requiring write permission. This allows users with read-only roles to...

7.1CVSS5.4AI score0.00277EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2026/02/07 12:0 a.m.11 views

WeKan 安全漏洞

WeKan is a Kanban application from WeKan open source. WeKan has a security vulnerability that can be exploited by an attacker to cause a user with a read-only role to perform card updates that require write access...

7.1CVSS5.8AI score0.00277EPSS
SaveExploits0References4
NVD
NVD
added 2026/02/06 9:16 p.m.14 views

CVE-2026-25628

Qdrant is a vector similarity search engine and vector database. From 1.9.3 to before 1.16.0, it is possible to append to arbitrary files via /logger endpoint using an attacker-controlled ondisk.logfile path. Minimal privileges are required read-only access. This vulnerability is fixed in 1.16.0...

8.8CVSS0.0049EPSS
SaveExploits1References3
CVE
CVE
added 2026/02/06 8:44 p.m.33 views

CVE-2026-25628

CVE-2026-25628 affects Qdrant vector search engine from versions 1.9.3 up to (but not including) 1.16.0. The issue allows an attacker with minimal read-only privileges to write to arbitrary files via the /logger endpoint by supplying an attacker-controlled on_disk.log_file path, enabling potentia...

8.8CVSS5.5AI score0.0049EPSS
SaveExploits1References3Affected Software1
EUVD
EUVD
added 2026/02/06 8:44 p.m.13 views

EUVD-2026-5567

Qdrant is a vector similarity search engine and vector database. From 1.9.3 to before 1.16.0, it is possible to append to arbitrary files via /logger endpoint using an attacker-controlled ondisk.logfile path. Minimal privileges are required read-only access. This vulnerability is fixed in 1.16.0...

8.5CVSS5.5AI score0.0049EPSS
SaveExploits1References3
OSV
OSV
added 2026/02/06 8:44 p.m.12 views

CVE-2026-25628 Qdrant affected by arbitrary file write via `/logger` endpoint

Qdrant is a vector similarity search engine and vector database. From 1.9.3 to before 1.16.0, it is possible to append to arbitrary files via /logger endpoint using an attacker-controlled ondisk.logfile path. Minimal privileges are required read-only access. This vulnerability is fixed in 1.16.0...

8.5CVSS5.5AI score
SaveExploits0References5
OSV
OSV
added 2026/02/06 6:10 p.m.5 views

GHSA-5QHX-GWFJ-6JQR Gogs user can update repository content with read-only permission

Vulnerability Description The endpoint PUT /repos/:owner/:repo/contents/ does not require write permissions and allows access with read permission only via repoAssignment. After passing the permission check, PutContents invokes UpdateRepoFile, which results in: Commit creation Execution of git pu...

6.5CVSS5.9AI score0.00282EPSS
SaveExploits0References5
CVE
CVE
added 2026/02/06 5:43 p.m.41 views

CVE-2026-23632

CVE-2026-23632 (Gogs) : A bug in Gogs prior to 0.13.4 allows a token with read permission to modify repository contents via the PUT /repos/:owner/:repo/contents/* endpoint. After repoAssignment() passes, PutContents() calls UpdateRepoFile(), leading to commit creation and git push, enabling unaut...

6.5CVSS5.6AI score0.00282EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/02/06 5:43 p.m.6 views

CVE-2026-23632 Gogs user can update repository content with read-only permission

Gogs is an open source self-hosted Git service. In version 0.13.3 and prior, the endpoint "PUT /repos/:owner/:repo/contents/" does not require write permissions and allows access with read permission only via repoAssignment. After passing the permission check, PutContents invokes UpdateRepoFile,...

6.5CVSS5.6AI score0.00282EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/02/06 5:43 p.m.40 views

CVE-2026-23632 Gogs user can update repository content with read-only permission

Gogs is an open source self-hosted Git service. In version 0.13.3 and prior, the endpoint "PUT /repos/:owner/:repo/contents/" does not require write permissions and allows access with read permission only via repoAssignment. After passing the permission check, PutContents invokes UpdateRepoFile,...

6.5CVSS0.00282EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/02/06 5:43 p.m.10 views

EUVD-2026-5626

Gogs is an open source self-hosted Git service. In version 0.13.3 and prior, the endpoint "PUT /repos/:owner/:repo/contents/" does not require write permissions and allows access with read permission only via repoAssignment. After passing the permission check, PutContents invokes UpdateRepoFile,...

6.5CVSS5.5AI score0.00282EPSS
SaveExploits0References1
GithubExploit
GithubExploit
added 2026/02/06 12:36 a.m.188 views

Exploit for Argument Injection in Gnu Inetutils

CVE-2026-24061 GNU inetutils Telnet Detector A safe, passive...

9.8CVSS7.6AI score0.97878EPSS
SaveExploits63
CNNVD
CNNVD
added 2026/02/06 12:0 a.m.17 views

Gogs 安全漏洞

Gogs Go Git Service is a Go-based self-service Git hosting service developed by the Gogs team. It supports creating and migrating public/private repositories, as well as adding and removing repository collaborators. Gogs versions 0.13.3 and earlier have a security vulnerability. This vulnerabilit...

6.5CVSS5.8AI score0.00282EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/02/06 12:0 a.m.8 views

PT-2026-6852

Vulnerability Description The endpoint PUT /repos/:owner/:repo/contents/ does not require write permissions and allows access with read permission only via repoAssignment. After passing the permission check, PutContents invokes UpdateRepoFile, which results in: Commit creation Execution of git pu...

6.5CVSS6AI score0.00282EPSS
SaveExploits0References6
Rows per page
Query Builder