Lucene search
+L

395258 matches found

GithubExploit
GithubExploit
added 34 minutes ago3 views

Exploit for Use After Free in Linux Linux_Kernel

unplus CVE-2026-43499 Futex PI UAF: The core logic code for...

7.8CVSS7AI score0.00475EPSS
SaveExploits36
GithubExploit
GithubExploit
added 1 hour ago12 views

Exploit for Use After Free in Linux Linux_Kernel

GhostLock — OnePlus 15T !中文https://img.shields.io/badge/语...

7.8CVSS7.2AI score0.00475EPSS
SaveExploits36
Github Security Blog
Github Security Blog
added yesterday3 views

kin-openapi openapi3filter: unauthenticated nil-pointer panic when validating a request against a `content` parameter whose media type has no schema

| Field | Value | |---|---| | Ecosystem | Go | | Package | github.com/getkin/kin-openapi | | Affected versions | = 0.143.0 introduced in v0.2.0, PR 90, 2019-05-07; reproduced on HEAD 30e2923 | | Patched versions | 0.144.0 | --- Summary openapi3filter.ValidateRequest contains a...

6AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added yesterday2 views

OpenList: Authenticated users can rename files outside their base path via batch rename `src_name` traversal

Summary The /api/fs/batchrename handler validates and authorizes only the requested source directory. It rejects path separators in newname, but it does not validate srcname. The handler concatenates srcdir and attacker-controlled srcname, then passes the result to the filesystem rename layer,...

5.9AI score
SaveExploits0References4Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added yesterday1 views

Security Bulletin: Multiple Vulnerabilities in IBM Operator for PostgreSQL

Summary Multiple vulnerabilities were addressed in IBM Operator for PostgreSQL version v28.4.1. Vulnerability Details CVEID:CVE-2026-39830 DESCRIPTION: A malicious SSH peer could send unsolicited global request responses to fill an internal buffer, blocking the connection's read loop. The blocked...

10CVSS6.5AI score0.00621EPSS
SaveExploits0Affected Software1
Github Security Blog
Github Security Blog
added yesterday2 views

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

Summary sm-crypto npm package 0.4.0, the latest release, published 2026-01-20 generates SM2 private keys and signing ephemeral scalars from a single module-wide RNG instance src/sm2/utils.js: const rng = new SecureRandom. SecureRandom is jsbn's PRNG, which seeds an ARC4 stream from...

5.9AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added yesterday2 views

Hubuum client library (Rust): Sensitive data may be exposed through default diagnostics

Summary hubuumclient diagnostics can expose sensitive request, response, import/export, task, delivery, or server-provided data when applications format or log errors and public models. Affected behavior Native reqwest::Error values retain the full request URL. Converting those errors into...

6AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added yesterday2 views

GitPython: Environment-variable exfiltration via Repo.create_remote() / Remote.add() URL (incomplete fix of GHSA-rwj8-pgh3-r573)

Summary The fix for GHSA-rwj8-pgh3-r573 stopped Repo.clonefrom from running caller-supplied URLs through os.path.expandvars, but it guarded only that one caller. Remote.create — reached from the public Repo.createremote and its Remote.add alias — still passes an attacker-influenceable URL through...

5.9AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added yesterday2 views

Budibase: NoSQL injection in MongoDB integration: collection dump, $where JS exec, cross-collection pivot, arbitrary update/delete

Summary An end-user injection in Budibase's MongoDB datasource lets any BASIC app user bypass the builder's query-level access controls. Builders scope MongoDB reads per-user with bindings like "email": " currentUser.email " so each app user only sees their own rows. Because the binding is...

6.1AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added yesterday2 views

Budibase: NoSQL Injection via JSON Parameter Interpolation in MongoDB Query Execution

Summary Budibase's MongoDB query execution endpoint POST /api/v2/queries/:queryId is vulnerable to NoSQL injection through user-supplied query parameters. The enrichContext function interpolates parameter values into JSON query templates using Handlebars with noEscaping: true, then parses the...

6.2AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added yesterday2 views

Budibase: Unauthenticated user information disclosure via public tenant user lookup endpoint

Summary The Budibase Worker service exposes a public, unauthenticated API endpoint GET /api/global/users/tenant/:id that returns sensitive user information including tenantId, userId, email, and ssoId. The endpoint is registered in the PUBLICENDPOINTS list with a TODO comment acknowledging it...

5.9AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added yesterday2 views

Budibase: Unauthenticated REST Datasource Credential Theft via Cross-Origin Auth Leak

Summary Budibase attaches a REST datasource's stored credentials Bearer/Basic tokens and static headers to an outgoing request before it decides which host the request goes to, and never checks that the destination host matches the datasource. A query's request path can be pointed at any host via...

6AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added yesterday2 views

Budibase: S3 presigned URL endpoint authorization regression in v3.39.4 allows BASIC users to obtain S3 PutObject presigned URLs

Impact In Budibase v3.39.4, a regression in the authorization level for the S3 attachment upload endpoint allows any BASIC app user to obtain S3 PutObject presigned URLs. The endpoint uses TABLE/WRITE permission level instead of the intended BUILDER level defined in v3.39.3. Additionally, the...

6AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added yesterday2 views

open-webui terminal proxy path traversal guard bypass via 9x encoded traversal

AI assistance was used to help inspect the code and prepare this report. Summary The fix for GHSA-r2wg-2mcr-66rv is incomplete in v0.9.6 and current main. backend/openwebui/routers/terminals.py documents sanitizeproxypath as decoding until stable, but the implementation stops after 8 unquote...

7.7CVSS5.8AI score0.00362EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added yesterday2 views

Open WebUI: Arena task endpoints can bypass underlying model access controls

Summary An authenticated non-admin user with read access to an arena wrapper model can reach a restricted underlying model through task endpoints such as /api/v1/tasks/moa/completions. The normal chat route resolves arena models before the final chat dispatch and therefore re-checks the selected...

6.3CVSS6.4AI score0.00211EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added yesterday2 views

Open WebUI: Terminal proxy forwards a spoofable, integrity-unbound user identity to the upstream (X-User-Id header and ws_terminal session_id query injection)

Summary The terminal proxy in backend/openwebui/routers/terminals.py forwards the Open WebUI user's identity to the upstream terminal server / backend coordinator as an authorization claim, with no cryptographic binding to the session that produced it. The forwarded identity is...

8CVSS5.9AI score0.00286EPSS
SaveExploits0References6Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added yesterday1 views

Security Bulletin: IBM Watson Speech Services Cartridge is vulnerable to arbitrary code execution in HuggingFace Transformers [CVE-2026-1839]

Summary IBM Watson Speech Services Cartridge is vulnerable to arbitrary code execution in HuggingFace Transformers, due to a flaw in the Trainer class, that allows for arbitrary code execution CVE-2026-1839. HuggingFace Transformers is used in our speech runtimes. This vulnerabilitiy has been...

7.8CVSS7.3AI score0.00349EPSS
SaveExploits1Affected Software1
NVD
NVD
added yesterday5 views

CVE-2026-65707

Likeshop through 3.0.5 contains an authenticated SQL injection vulnerability that allows admin-level users to extract arbitrary database contents by submitting unsanitized POST parameters to the adjustAccount endpoint. The adjustAccount method in UserLogic.php concatenates the money, integral,...

8.5CVSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added yesterday5 views

Russh: Post-auth remote panic via pty-req with more than 130 terminal-mode records

Summary A post-authentication denial-of-service panic in russh 0.62.2 commit c4be19f1915c8682f4615c3fd50008512b474491, current default branch main as of 2026-07-22. An authenticated client sends a pty-req channel request carrying more than 130 terminal-mode records. The parser uses a fixed...

7.5CVSS6.1AI score0.00268EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added yesterday7 views

Russh: Pre-auth remote panic via all-zero Curve25519 peer public value (encode_mpint OOB)

A pre-authentication denial-of-service panic in russh 0.62.2 commit c4be19f1915c8682f4615c3fd50008512b474491, current default branch main as of 2026-07-22. An unauthenticated client sends a single SSHMSGKEXECDHINIT whose QC is 32 zero bytes. russh's Curve25519 KEX does not reject the all-zero pee...

5.9CVSS6AI score0.00617EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder