Lucene search
+L

230 matches found

Positive Technologies
Positive Technologies
added 2026/04/01 12:0 a.m.14 views

PT-2026-29489

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.19.0-rc7-next-20260127 Description The Linux kernel contains a flaw within the apparmor subsystem, specifically in the match char macro. This macro incorrectly evaluates its character parameter multiple times...

7.8CVSS6.7AI score0.00177EPSS
Exploits0
Cvelist
Cvelist
added 2026/03/26 8:27 p.m.23 views

CVE-2026-33541 TSPortal's Uncontrolled User Creation via Validation Side Effects Leads to Potential Denial of Service

TSPortal is the WikiTide Foundation’s in-house platform used by the Trust and Safety team to manage reports, investigations, appeals, and transparency work. Prior to version 34, a flaw in TSPortal allowed attackers to create arbitrary user records in the database by abusing validation logic. Whil...

6.5CVSS0.00293EPSS
Exploits1References1
OSV
OSV
added 2026/03/26 8:27 p.m.13 views

CVE-2026-33541 TSPortal's Uncontrolled User Creation via Validation Side Effects Leads to Potential Denial of Service

TSPortal is the WikiTide Foundation’s in-house platform used by the Trust and Safety team to manage reports, investigations, appeals, and transparency work. Prior to version 34, a flaw in TSPortal allowed attackers to create arbitrary user records in the database by abusing validation logic. Whil...

6.5CVSS6AI score0.00293EPSS
Exploits1References3
CVE
CVE
added 2026/03/26 8:27 p.m.15 views

CVE-2026-33541

CVE-2026-33541 affects TSPortal prior to version 34. A validation logic side effect allowed creation of arbitrary user records in the database, as invalid usernames were supposed to be rejected but a side effect caused records to be created regardless of request success, enabling uncontrolled dat...

6.5CVSS5.8AI score0.00293EPSS
Exploits1References1Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/26 12:0 a.m.21 views

PT-2026-28493

Name of the Vulnerable Software and Affected Versions TSPortal versions prior to 34 Description TSPortal, the WikiTide Foundation’s in-house platform used by the Trust and Safety team, was found to have a flaw that allowed attackers to create arbitrary user records in the database. This was...

6.5CVSS6AI score0.00293EPSS
Exploits1References6
OSV
OSV
added 2026/03/18 4:18 p.m.3 views

GHSA-3VJ8-JMXQ-CGJ5 h3 has a middleware bypass with one gadget

H3 NodeRequestUrl bugs Vulnerable pieces of code : js import H3, serve, defineHandler, getQuery, getHeaders, readBody, defineNodeHandler from "h3"; let app = new H3 const internalOnly = defineHandlerevent, next = const token = event.headers.get"x-internal-key"; if token !==...

7.4CVSS5.9AI score0.00388EPSS
Exploits1References3
Github Security Blog
Github Security Blog
added 2026/03/06 4:43 p.m.28 views

GitHub Copilot CLI Dangerous Shell Expansion Patterns Enable Arbitrary Code Execution

Summary A security vulnerability has been identified in GitHub Copilot CLI's shell tool that could allow arbitrary code execution through crafted bash parameter expansion patterns. An attacker who can influence the commands executed by the agent e.g., via prompt injection through repository files...

7.8CVSS6.3AI score0.00363EPSS
Exploits1References4Affected Software1
CNNVD
CNNVD
added 2026/01/22 12:0 a.m.11 views

Appsmith security vulnerabilities

Appsmith is an open-source platform developed by Appsmith itself, used for building, deploying, and maintaining internal applications. Versions of Appsmith prior to 1.94 contained security vulnerabilities. These vulnerabilities allowed unauthenticated users to perform unpublished operations, whic...

9.8CVSS5.9AI score0.00579EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2026/01/22 12:0 a.m.14 views

PT-2026-3916

Name of the Vulnerable Software and Affected Versions Appsmith versions 1.94 and below Description Appsmith is a platform used to build admin panels, internal tools, and dashboards. Publicly accessible applications in affected versions allow unauthenticated users to execute unpublished actions...

9.4CVSS5.7AI score0.00579EPSS
Exploits0References14
RedhatCVE
RedhatCVE
added 2026/01/09 12:30 p.m.11 views

CVE-2023-40015

Vyper is a Pythonic Smart Contract Language. For the following probably non-exhaustive list of expressions, the compiler evaluates the arguments from right to left instead of left to right. unsafeadd, unsafesub, unsafemul, unsafediv, powmod256, |, &, ^ bitwise operators, bitwiseor deprecated,...

5.3CVSS6.5AI score0.00418EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/11/27 3:3 p.m.9 views

CVE-2025-59366

An authentication-bypass vulnerability exists in AiCloud. This vulnerability can be triggered by an unintended side effect of the Samba functionality, potentially leading to allow execution of specific functions without proper authorization. Refer to the Security Update for ASUS Router Firmware...

9.2CVSS7AI score0.15404EPSS
Exploits1References1
NVD
NVD
added 2025/11/25 8:15 a.m.8 views

CVE-2025-59366

An authentication-bypass vulnerability exists in AiCloud. This vulnerability can be triggered by an unintended side effect of the Samba functionality, potentially leading to allow execution of specific functions without proper authorization. Refer to the Security Update for ASUS Router Firmware...

9.2CVSS0.15404EPSS
Exploits1References1
EUVD
EUVD
added 2025/11/25 7:27 a.m.8 views

EUVD-2025-199586

An authentication-bypass vulnerability exists in AiCloud. This vulnerability can be triggered by an unintended side effect of the Samba functionality, potentially leading to allow execution of specific functions without proper authorization. Refer to the Security Update for ASUS Router Firmware...

9.2CVSS6.5AI score0.15404EPSS
Exploits1References2
OSV
OSV
added 2025/10/16 4:15 p.m.5 views

DEBIAN-CVE-2025-62490

In quickjs, in jsprintobject, when printing an array, the function first fetches the array length and then loops over it. The issue is, printing a value is not side-effect free. An attacker-defined callback could run during jsprintvalue, during which the array could get resized and len1 become ou...

8.8CVSS5.4AI score0.0038EPSS
Exploits1References1
CVE
CVE
added 2025/10/16 3:51 p.m.31 views

CVE-2025-62490

CVE-2025-62490 affects QuickJS: in js_print_object, during printing of arrays, maps, or sets, the code reads the length and iterates, but printing a value is not side-effect free. An attacker-defined callback during js_print_value could resize or remove items (e.g., in an array or ms->records)...

8.8CVSS6.7AI score0.0038EPSS
Exploits1References2Affected Software1
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-15445

Malicious code in bioql PyPI...

6.3CVSS5.5AI score0.00386EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.10 views

EUVD-2024-0184

Malicious code in bioql PyPI...

5.3CVSS5.5AI score0.00451EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-15443

Malicious code in bioql PyPI...

6.3CVSS5.5AI score0.00399EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2024-3055

Malicious code in bioql PyPI...

5.3CVSS6.5AI score0.00499EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2023-0266

Malicious code in bioql PyPI...

5.3CVSS5.4AI score0.00418EPSS
Exploits1References7
Rows per page
Query Builder