Lucene search
+L

3256 matches found

Cvelist
Cvelist
added 2026/02/07 9:58 p.m.28 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.14 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.15 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.34 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.42 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.41 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
SaveExploits65
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
CNNVD
CNNVD
added 2026/02/06 12:0 a.m.19 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
RedHat Linux
RedHat Linux
added 2026/02/05 4:3 p.m.15 views

nodejs: Nodejs filesystem permissions bypass

A file access flaw has been discovered in NodeJS. A file's access and modification timestamps to be changed via futimes even when the process has only read permissions. Unlike utimes, futimes does not apply the expected write-permission checks, which means file metadata can be modified in read-on...

5.3CVSS5.7AI score0.00227EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/02/05 12:0 a.m.12 views

Amazon Linux 2023 : nodejs20, nodejs20-devel, nodejs20-full-i18n (ALAS2023-2026-1402)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2026-1402 advisory. Bypass File System Permissions using crafted symlinks CVE-2025-55130 A flaw in Node.js's buffer allocation logic can expose uninitialized memory when allocations are interrupted, when using th...

9.1CVSS7AI score0.03622EPSS
SaveExploits2References14
RedhatCVE
RedhatCVE
added 2026/02/04 7:28 p.m.12 views

CVE-2025-52627

Root File System Not Mounted as Read-Only configuration vulnerability. This can allow unintended modifications to critical system files, potentially increasing the risk of system compromise or unauthorized changes.This issue affects AION: 2.0...

7.5CVSS5.4AI score0.00148EPSS
SaveExploits0References1
OSV
OSV
added 2026/02/03 6:16 p.m.12 views

CVE-2025-52627

Root File System Not Mounted as Read-Only configuration vulnerability. This can allow unintended modifications to critical system files, potentially increasing the risk of system compromise or unauthorized changes.This issue affects AION: 2.0...

7.5CVSS5.8AI score0.00148EPSS
SaveExploits0References1
Rows per page
Query Builder