Lucene search
+L

18203 matches found

Positive Technologies
Positive Technologies
added 2026/02/18 12:00 a.m.5 views

PT-2026-20326

Name of the Vulnerable Software and Affected Versions RedisTimeSeries versions prior to 1.12.14 Description RedisTimeSeries, a time-series module for Redis, fails to properly validate serialized values processed through the 'RESTORE' command. An authenticated attacker with permissions to execute...

9CVSS9.1AI score0.01103EPSS
SaveExploits0References35
CNNVD
CNNVD
added 2026/02/18 12:00 a.m.22 views

GitHub Enterprise Server 安全漏洞

GitHub Enterprise Server is an open-source application developed by GitHub in the United States. It provides a scalable and easy-to-manage platform by allowing users to set their GitHub instances as virtual devices. There are security vulnerabilities in versions of GitHub Enterprise Server prior ...

7.1CVSS5.8AI score0.00329EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2026/02/18 12:00 a.m.18 views

WordPress plugin Brevo - Email, SMS, Web Push, Chat, and more 安全漏洞

WordPress and WordPress plugins are both products of the WordPress Foundation. WordPress is a blog platform developed using the PHP language. This platform allows for the creation of personal blog websites on servers based on PHP and MySQL. A WordPress plugin is an application that can be install...

6.5CVSS5.8AI score0.00481EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/02/18 12:00 a.m.16 views

PT-2026-20382

The Brevo - Email, SMS, Web Push, Chat, and more. plugin for WordPress is vulnerable to authorization bypass due to type juggling in all versions up to, and including, 3.3.0. This is due to the use of loose comparison == instead of strict comparison === when validating the installation ID in the...

6.5CVSS5.5AI score0.00481EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2026/02/18 12:00 a.m.27 views

WordPress plugin User Submitted Posts – Enable Users to Submit Posts from the Front End 安全漏洞

WordPress and WordPress plugins are both products of the WordPress Foundation. WordPress is a blog platform developed using the PHP language. This platform allows for the creation of personal blog websites on servers based on PHP and MySQL. A WordPress plugin is an application extension. There wa...

5.3CVSS5.8AI score0.00358EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/02/18 12:00 a.m.15 views

PT-2026-20504

An incorrect authorization vulnerability was identified in GitHub Enterprise Server that allowed an attacker to merge their own pull request into a repository without having push access by exploiting an authorization bypass in the enable auto merge mutation for pull requests. This issue only...

7.1CVSS5.6AI score0.00329EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/02/17 9:39 p.m.27 views

OpenClaw authorization bypass: operator.write can resolve exec approvals via chat.send -> /approve

Summary What this means plain language If you give a client “chat/write” access to the gateway operator.write but you do not intend to let that client approve exec requests operator.approvals, affected versions could still let that client approve/deny a pending exec approval by sending the /appro...

8.1CVSS5.7AI score0.00281EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/02/17 9:39 p.m.14 views

GHSA-MQPW-46FH-299H OpenClaw authorization bypass: operator.write can resolve exec approvals via chat.send -> /approve

Summary What this means plain language If you give a client “chat/write” access to the gateway operator.write but you do not intend to let that client approve exec requests operator.approvals, affected versions could still let that client approve/deny a pending exec approval by sending the /appro...

7.2CVSS5.7AI score0.00281EPSS
SaveExploits0References5
OSV
OSV
added 2026/02/17 9:37 p.m.32 views

GHSA-33RQ-M5X2-FVGF OpenClaw Twitch allowFrom is not enforced in optional plugin, unauthorized chat users can trigger agent pipeline

Summary In the optional Twitch channel plugin extensions/twitch, allowFrom is documented as a hard allowlist of Twitch user IDs, but it was not enforced as a hard gate. If allowedRoles is unset or empty, the access control path defaulted to allow, so any Twitch user who could mention the bot coul...

7.3CVSS5.9AI score0.00444EPSS
SaveExploits1References6
Snyk
Snyk
added 2026/02/17 6:54 p.m.8 views

Authorization Bypass Through User-Controlled Key

Overview pterodactyl/panel is a game management panel. Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key in ServerTransferController and ServerInstallController. An attacker in possession of a secret Wings access token can access information on a...

9.2CVSS5.6AI score0.00322EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/02/17 6:42 p.m.3 views

Authorization Bypass Through User-Controlled Key

Overview Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key in the UpdateLabel function. An attacker can modify labels belonging to other repositories by sending malicious requests to the /:username/:reponame/labels/edit endpoint. Remediation...

6.5CVSS5.6AI score0.00264EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/02/17 6:42 p.m.24 views

Gogs has an Authorization Bypass Allows Cross-Repository Label Modification in Gogs

Summary A broken access control vulnerability in Gogs allows authenticated users with write access to any repository to modify labels belonging to other repositories. The UpdateLabel function in the Web UI internal/route/repo/issue.go fails to verify that the label being modified belongs to the...

6.5CVSS5.8AI score0.00264EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2026/02/17 6:42 p.m.3 views

Authorization Bypass Through User-Controlled Key

Overview Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key in the UpdateLabel function. An attacker can modify labels belonging to other repositories by sending malicious requests to the /:username/:reponame/labels/edit endpoint. Remediation...

6.5CVSS5.6AI score0.00264EPSS
SaveExploits1References2
OSV
OSV
added 2026/02/17 6:42 p.m.23 views

GHSA-CV22-72PX-F4GH Gogs has an Authorization Bypass Allows Cross-Repository Label Modification in Gogs

Summary A broken access control vulnerability in Gogs allows authenticated users with write access to any repository to modify labels belonging to other repositories. The UpdateLabel function in the Web UI internal/route/repo/issue.go fails to verify that the label being modified belongs to the...

5.3CVSS5.8AI score0.00264EPSS
SaveExploits1References4
OSV
OSV
added 2026/02/17 6:40 p.m.10 views

GHSA-JJ5M-H57J-5GV7 Gogs Allows Cross-Repository Comment Deletion via DeleteComment

IDOR: Cross-Repository Comment Deletion via DeleteComment Summary The POST /:owner/:repo/issues/comments/:id/delete endpoint does not verify that the comment belongs to the repository specified in the URL. This allows a repository administrator to delete comments from any other repository by...

5.1CVSS5.8AI score0.00282EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/02/17 6:40 p.m.20 views

Gogs Allows Cross-Repository Comment Deletion via DeleteComment

IDOR: Cross-Repository Comment Deletion via DeleteComment Summary The POST /:owner/:repo/issues/comments/:id/delete endpoint does not verify that the comment belongs to the repository specified in the URL. This allows a repository administrator to delete comments from any other repository by...

5.1CVSS5.8AI score0.00282EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/02/17 6:09 p.m.12 views

GO-2026-4457 Gogs has authorization bypass in repository deletion API in gogs.io/gogs

Gogs has authorization bypass in repository deletion API in gogs.io/gogs. NOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions. If this is causing false-positive reports from vulnerability scanners, please...

5.6AI score0.00103EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/02/17 4:43 p.m.13 views

Authorization Bypass Through User-Controlled Key

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key via the sessionKey parameter in the POST /hooks/agent endpoint. An attacker can inject messages or prompts into arbitrary sessions by...

7.1CVSS6AI score0.00284EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/02/17 12:00 a.m.15 views

PT-2026-20320

Name of the Vulnerable Software and Affected Versions Gogs versions 0.13.4 and below Description Gogs, a self-hosted Git service, has an issue where the DeleteComment API does not properly verify if a comment belongs to the repository specified in the URL. This allows a repository administrator t...

5.1CVSS5.6AI score0.00282EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/02/17 12:00 a.m.58 views

PT-2026-23548

Name of the Vulnerable Software and Affected Versions OpenClaw versions prior to 2026.2.2 Description The software contains an authorization bypass issue where clients with operator.write scope can approve or deny exec approval requests by sending the /approve chat command. The /approve command...

8.1CVSS5.8AI score0.00281EPSS
SaveExploits0References14
Rows per page
Query Builder