Lucene search
+L
VulnrichmentRecent

174844 matches found

Vulnrichment
Vulnrichment
added 2026/08/13 6:18 p.m.8 views

CVE-2026-73037 Next AI Draw.io 0.2.1 - 0.4.16 Reflected XSS via unsanitized mcp query parameter

Next AI Draw.io 0.2.1 through 0.4.16 contains a reflected cross-site scripting vulnerability in the mcp query parameter that is interpolated without escaping into HTML and JavaScript. Attackers can craft malicious URLs to execute arbitrary JavaScript in the localhost origin, enabling exfiltration...

6.1CVSS5.3AI score0.00155EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/13 6:15 p.m.9 views

CVE-2026-73652 vantage6: Algorithm developer can edit another developer's algorithm that is pending / under review

vantage6 is an open-source infrastructure for privacy preserving analysis. In version 5.0.2 and earlier, the algorithm-store edit permission lacks an ownership check, allowing one algorithm developer to alter another developer's algorithm while it is pending or under review. The attacker can chan...

7.1CVSS5.3AI score0.00207EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/13 6:11 p.m.7 views

CVE-2026-73651 TypeORM: migration:generate template-literal code injection

TypeORM is a TypeScript and JavaScript ORM for Node.js that supports PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, Oracle, and other databases. Prior to versions 0.3.31 and 1.1.0, typeorm migration:generate embeds database schema metadata into JavaScript or TypeScript template literals in...

5.7CVSS5.7AI score0.00233EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/13 6:08 p.m.5 views

CVE-2026-73650 SVGO: removeScripts plugin leaves some executable scripts intact

SVGO, short for SVG Optimizer, is a Node.js library and command-line application for optimizing SVG files. From version 1.0.0 until versions 2.8.3, 3.3.4, and 4.0.2, the removeScripts plugin, named removeScriptElement in versions 1 through 3, can leave executable content in optimized SVGs because...

8.2CVSS5.5AI score0.00242EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/08/13 6:00 p.m.8 views

CVE-2026-73648 rails-html-sanitizer: Possible XSS vulnerability with certain configurations

rails-html-sanitizer is responsible for sanitizing HTML fragments in Rails applications. From 1.0.3 until 1.7.1, Rails::HTML::PermitScrubber restricted SVG reference elements in SVGALLOWLOCALHREF only when they used xlink:href, even though browsers also accept the plain href attribute. Applicatio...

5.1CVSS5.4AI score0.00396EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/13 5:59 p.m.3 views

CVE-2026-72741 Rainbond 6.9.7 Region API Cross-Enterprise IDOR via Tenant Access

Rainbond through 6.9.7 contains a broken access control vulnerability in the CheckToken function that allows authenticated attackers to access unauthorized enterprise resources by substituting another enterprise's tenant name in URL paths. Attackers can use any valid API token to bypass enterpris...

8.6CVSS5.3AI score0.00189EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/13 5:57 p.m.7 views

CVE-2026-73647 Quasar Framework: Prototype pollution in Quasar extend() utility

Quasar Framework is a framework for building high-performance Vue.js user interfaces. Prior to 2.22.0, the public extend utility in ui/src/utils/extend/extend.js recursively copied attacker-controlled object keys during extendtrue, target, source deep merges without rejecting an own proto propert...

5.6CVSS5.3AI score0.00306EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 5:54 p.m.7 views

CVE-2026-73645 OpenZeppelin Confidential Contracts ERC7984ERC20Wrapper: once a wrapper is filled, subsequent wrap requests do not revert and result in loss of funds.

OpenZeppelin Confidential Contracts is an experimental library for developing applications on the Zama fhEVM. Prior to 0.3.1, the ERC7984 contract tracked confidential total supply with an euint64 value, and an overflowing internal mint operation could fail silently. The wrap and onTransferReceiv...

8.7CVSS5.3AI score0.00384EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/13 5:53 p.m.8 views

CVE-2026-19730 Podman: podman: quadlet install --replace non-truncating write retains removed host-access directives

The 'podman quadlet install --replace' command opens the existing destination file with OCREATE|OWRONLY but omits OTRUNC. When the initial reflink copy attempt fails common on non-reflink-capable filesystems including many RHEL default XFS configurations, the fallback in ReflinkOrCopy uses io.Cop...

4.2CVSS5.3AI score0.00107EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/13 5:52 p.m.5 views

CVE-2026-73644 OpenDJ: Authorization bypass in SASL PLAIN allowing a `proxied-auth` holder to impersonate any resolvable non-root user without an ACI proxy grant

OpenDJ is an LDAPv3 compliant directory service. Prior to 5.1.2, the SASL PLAIN authorization identity path in opendj-server-legacy/src/main/java/org/opends/server/extensions/PlainSASLMechanismHandler.java checked the PROXIEDAUTH privilege but did not evaluate the mayProxy proxy ACI scope when an...

9.6CVSS5.3AI score0.00294EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 5:45 p.m.7 views

CVE-2026-73569 fast-xml-parser: Repeated DOCTYPE declarations reset entity expansion limits

fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. From 5.9.3 until 5.10.1, src/xmlparser/OrderedObjParser.js processes multiple DOCTYPE declarations within a single XML document and passes each declaration's entities through addInputEntities...

8.7CVSS5.3AI score0.00371EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 5:43 p.m.8 views

CVE-2026-73568 py-libp2p: yamux connection DoS via oversized data frame

py-libp2p is the Python implementation of the libp2p networking stack. In 0.7.0 and earlier, the yamux handleincoming method in libp2p/streammuxer/yamux/yamux.py reads an attacker-controlled 32-bit DATA frame length with readexactly before validating it against MAXWINDOWSIZE or checking whether...

7.5CVSS5.4AI score0.00351EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/13 5:40 p.m.10 views

CVE-2026-73567 sm-crypto: Predictable SM2 key generation in Node.js: default RNG uses Math.random + wall clock

sm-crypto provides JavaScript implementations of the Chinese cryptographic algorithms SM2, SM3, and SM4. Prior to 0.5.0, the default no-argument sm2.generateKeyPairHex path in Node.js uses the module-wide SecureRandom instance in src/sm2/utils.js, supplied by [email protected], which seeds an ARC4 strea...

9.1CVSS5.4AI score0.00321EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/13 5:39 p.m.10 views

CVE-2026-73566 node-tar: Uncontrolled recursion in mapHas/filesFilter allows uncatchable stack-overflow DoS via crafted long-path tar with member selection

node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.21, node-tar's filesFilter in src/list.ts uses the recursive mapHas helper to walk an archive entry path upward with path.dirname and no segment cap when tar.t... or tar.x... receives a non-empty member-selection list. A...

7.5CVSS5.3AI score0.00379EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/13 5:32 p.m.7 views

CVE-2026-18428 SQL Query Validation Bypass in OpenSearch Direct Query

A SQL query validation bypass in the Flint extension query handler in the OpenSearch SQL plugin allows a remote authenticated actor with async query access to execute arbitrary code on Apache Spark workers by sending a crafted SQL query to the direct query endpoint...

8.8CVSS6.5AI score0.00689EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/13 5:32 p.m.9 views

CVE-2026-73563 Backstage: Unauthenticated OAuth account takeover via `redirect_uri` allowlist bypass in `@backstage/plugin-auth-backend`

Backstage is an open framework for building developer portals. Prior to 0.29.2, the experimental dynamic client registration and client ID metadata document features in the @backstage/plugin-auth-backend use full-string matcher.isMatch glob matching for...

4.7CVSS5.3AI score0.00201EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/13 5:27 p.m.15 views

CVE-2026-73562 Mongoose: Prototype pollution in the update casting via __proto__-prefixed dotted path (Schema._getSchema/path getter)

Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment. Prior to 6.13.10, 7.8.10, 8.24.1, and 9.7.2, passing a user-controlled update such as MyModel.updateOnefilter, req.body can exploit Mongoose update casting with a proto.x dotted path under $set...

6.5CVSS5.3AI score0.00369EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/13 5:24 p.m.4 views

CVE-2026-73561 Hub: Unauthenticated WebSocket RPC Waiter Resource Exhaustion

Hub is a Node.js WebSocket server and client with added features. Prior to 0.2.16, every incoming unauthenticated WebSocket connection triggers loadDefaultConnectionEventListeners to call requestClientId, which calls rpc.send for the get-client-id action and pushes a request into RPC.requests. Th...

7.5CVSS5.3AI score0.00432EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 5:21 p.m.7 views

CVE-2019-25765 ASP-CMS SQL Injection via commentList.asp id Parameter

ASP-CMS contains a SQL injection vulnerability in the commentList.asp endpoint that allows unauthenticated remote attackers to inject arbitrary SQL by manipulating the id parameter in GET requests to the comment listing script. Attackers can bypass the application's keyword blocklist by...

8.7CVSS6AI score0.00588EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/13 5:21 p.m.8 views

CVE-2024-58374 Hongjing e-HR Unauthenticated SQL Injection via getSdutyTree

Hongjing e-HR contains an unauthenticated SQL injection vulnerability in the getSdutyTree servlet endpoint that allows remote unauthenticated attackers to access protected resources by supplying a path traversal sequence in the request URI to bypass the oauthservlet authentication filter. Attacke...

8.7CVSS5.9AI score0.00475EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 5:19 p.m.9 views

CVE-2026-12236 Infinite loop (DoS) in Bluetooth GATT client parsing of Read-By-Type responses with zero data length

The Bluetooth host GATT client function parsereadstdchardesc in subsys/bluetooth/host/gatt.c parses an ATT Read By Type Response received from a remote GATT server during BTGATTDISCOVERSTDCHARDESC discovery. The per-entry stride rsp-len is taken directly from the peer's PDU, and the parse loop bo...

6.5CVSS5.5AI score0.00102EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/13 5:09 p.m.9 views

CVE-2026-67613 CyberPanel < 3.0.0 Path Traversal File Read via cloudAPI ReadReport

CyberPanel before 3.0.0 contains a path traversal vulnerability that allows authenticated administrators to read arbitrary files from the server filesystem by supplying unsanitized file paths to the cloudAPI ReadReport endpoint. Attackers can manipulate the reportFile parameter in the JSON reques...

6.9CVSS5.5AI score0.00389EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 5:08 p.m.9 views

CVE-2026-67614 CyberPanel < 3.0.0 Hard-coded JWT Secret Authentication Bypass via WebTerminal

CyberPanel before 3.0.0 contains a hard-coded JWT secret vulnerability in the WebTerminal FastAPI SSH service that allows unauthenticated remote attackers to forge valid authentication tokens and obtain an interactive root shell via WebSocket on port 8888. Attackers can craft a forged JWT signed...

9.8CVSS5.6AI score0.00552EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:48 p.m.9 views

CVE-2026-24059 Gitea runner registration-token GET endpoint performs a write under a read-only token scope

The GET /api/v1/user/actions/runners/registration-token endpoint and its owner- and repository-level equivalents creates a new runner registration token if none exists, yet the API scope middleware classifies it as read-only because it is a GET request. A holder of a leaked read:user-scoped token...

5.4AI score0.00304EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/13 4:48 p.m.8 views

CVE-2026-24791 Public-only tokens bypass private-resource restrictions on `/api/v1/user` self routes

Public-only tokens bypass private-resource restrictions on /api/v1/user self routes...

7.7AI score0.0025EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.8 views

CVE-2026-59765 SSRF via Migration Asset Downloads Bypasses hostmatcher — Reads Internal Files and Cloud Metadata

SSRF via Migration Asset Downloads Bypasses hostmatcher — Reads Internal Files and Cloud Metadata...

8.5AI score0.00301EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.8 views

CVE-2026-58510 GHSA-8fwc-qjw5-rvgp ClearRepoWatches fix not applied to API EditRepo path — sister code path retains stale watches on public->private

GHSA-8fwc-qjw5-rvgp ClearRepoWatches fix not applied to API EditRepo path — sister code path retains stale watches on public-private...

5.8AI score0.00193EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.8 views

CVE-2026-58511 Webhook Authorization Header Returned in Plaintext via API

Webhook Authorization Header Returned in Plaintext via API...

8.5AI score0.00226EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.8 views

CVE-2026-59763 Unbounded Arch package file metadata can cause resource amplification in Gitea package uploads

Unbounded Arch package file metadata can cause resource amplification in Gitea package uploads...

8.5AI score0.00238EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.9 views

CVE-2026-58443 Public-only repository tokens can update private PR head branches

Public-only repository tokens can update private PR head branches...

5.6AI score0.00578EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.8 views

CVE-2026-58442 Repository migration SSRF via multi-answer DNS allow-list bypass

Repository migration SSRF via multi-answer DNS allow-list bypass...

5.6AI score0.00245EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.8 views

CVE-2026-58441 SSRF in restore-repo via unsanitized pull_request.yml Head.CloneURL

SSRF in restore-repo via unsanitized pullrequest.yml Head.CloneURL...

5.6AI score0.00117EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.7 views

CVE-2026-58440 Webhooks created by a collaborator keep firing after their repo access is revoked → ongoing real-time exfiltration of private repo content (incomplete revocation cleanup in `DeleteCollaboration`)

Webhooks created by a collaborator keep firing after their repo access is revoked → ongoing real-time exfiltration of private repo content incomplete revocation cleanup in DeleteCollaboration...

8.6AI score0.00278EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.8 views

CVE-2026-58439 Branch Protection Bypass via PR Retargeting Preserves Stale `official` Approval Flag

Branch Protection Bypass via PR Retargeting Preserves Stale official Approval Flag...

5.6AI score0.00284EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.6 views

CVE-2026-58438 Cross-repository IDOR in issue-dependency removal lets an attacker tamper with and comment on private repos they cannot access

Cross-repository IDOR in issue-dependency removal lets an attacker tamper with and comment on private repos they cannot access...

5.6AI score0.00268EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.6 views

CVE-2026-58434 Private Repository Metadata Remains Accessible After Access Revocation

Private Repository Metadata Remains Accessible After Access Revocation...

5.6AI score0.00283EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.5 views

CVE-2026-58433 Team-repository linking endpoint bypasses the RepoAdminChangeTeamAccess organization setting

Team-repository linking endpoint bypasses the RepoAdminChangeTeamAccess organization setting...

5.2AI score0.00284EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.7 views

CVE-2026-58432 Missing Authorization and Authorization Bypass Through User-Controlled Key and Incorrect Permission Assignment for Critical Resource and Exposure of Sensitive Information to an Unauthorized Actor in code.gitea.io/gitea

Missing Authorization and Authorization Bypass Through User-Controlled Key and Incorrect Permission Assignment for Critical Resource and Exposure of Sensitive Information to an Unauthorized Actor in code.gitea.io/gitea...

5.6AI score0.00268EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.7 views

CVE-2026-58429 Public-Only Personal access tokens scope bypass in Organization and Permission Endpoints

Public-Only Personal access tokens scope bypass in Organization and Permission Endpoints...

8.5AI score0.00346EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.8 views

CVE-2026-58427 Private org member list leaked via /members API endpoint — incomplete fix for PR #38145

Private org member list leaked via /members API endpoint — incomplete fix for PR 38145...

5.6AI score0.00342EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.7 views

CVE-2026-58314 Two SSRF findings in Gitea 1.26.2

Two SSRF findings in Gitea 1.26.2...

8.5AI score0.00295EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.7 views

CVE-2026-58416 Fork-PR Actions task can read a third private repository via the collaborative-owner branch (missing fork-PR guard)

Fork-PR Actions task can read a third private repository via the collaborative-owner branch missing fork-PR guard...

8.5AI score0.00252EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.10 views

CVE-2026-57897 Cross-Repo Information Disclosure via Org-Level Actions Run/Job APIs

Cross-Repo Information Disclosure via Org-Level Actions Run/Job APIs...

8.5AI score0.003EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.8 views

CVE-2026-57886 Cross-repository issue/comment attachment re-linking can expose private attachment content

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

8.5AI score0.00252EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.7 views

CVE-2026-56755 Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

Denial of Service CPU & Memory Exhaustion via ON^2 String Concatenation in Debian Package Upload...

8.5AI score0.0013EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.8 views

CVE-2026-56750 Gitea Remember-Me Token Theft Not Invalidating Attacker Session

Gitea Remember-Me Token Theft Not Invalidating Attacker Session...

5.6AI score0.00342EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.8 views

CVE-2026-56657 Gitea SSH Key Parser Denial of Service

Gitea SSH Key Parser Denial of Service...

8.5AI score0.00165EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.9 views

CVE-2026-56654 Privilege Escalation via Access Token Scope Escalation in API

Privilege Escalation via Access Token Scope Escalation in API...

8.5AI score0.00409EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.11 views

CVE-2026-55987 OAuth2 sign-in reactivates an administrator-deactivated account on auth sources without refresh tokens (incomplete fix of #38009)

OAuth2 sign-in reactivates an administrator-deactivated account on auth sources without refresh tokens incomplete fix of 38009...

5.6AI score0.00295EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.8 views

CVE-2026-56443 Token public-only scope bypassed on Limited-visibility owners (Repository + Package categories) — residual after CVE-2026-25714 / PR #37118

Token public-only scope bypassed on Limited-visibility owners Repository + Package categories — residual after CVE-2026-25714 / PR 37118...

8.6AI score0.00362EPSS
SaveExploits0References3
Total number of security vulnerabilities174844