Lucene search
+L
GithubRecent

34386 matches found

Github Security Blog
Github Security Blog
added 2026/02/06 8:58 p.m.12 views

`sha-rust` was removed from crates.io for malicious code

It appeared to be attempting to steal credentials from local files...

5.3AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 8:58 p.m.13 views

`finch-rust` was removed from crates.io for malicious code

It depended on the sha-rust crate, which appeared to be attempting to steal credentials from local files...

5.3AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 8:56 p.m.17 views

`polymarket-clients-sdk` was removed from crates.io for malicious code

It appeared to be typosquatting existing crate polymarket-client-sdk clients vs client and attempting to steal credentials from local files. The malicious crate had 6 versions published on 2026-02-05 and had been downloaded only 59 times. There were no crates depending on this crate on crates.io...

5.3AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 8:55 p.m.13 views

`evm-units` was removed from crates.io for malicious code

It appeared to be attempting to steal cryptocurrency...

5.3AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 8:5 p.m.18 views

Blocklist Bypass possible via ECDSA Signature Malleability

Impact When using P256 certificates which is not the default configuration, it is possible to evade a blocklist entry created against the fingerprint of a certificate by using ECDSA Signature Malleability to use a copy of the certificate with a different fingerprint. In order for this to affect a...

8.1CVSS5.7AI score0.00133EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 7:53 p.m.14 views

AdonisJS vulnerable to Denial of Service (DoS) via Unrestricted Memory Buffering in PartHandler during File Type Detection

Summary A Denial of Service DoS vulnerability CWE-400 exists in the multipart file handling logic of @adonisjs/bodyparser. When processing file uploads, the multipart parser may accumulate an unbounded amount of data in memory while attempting to detect file types, potentially leading to excessiv...

7.5CVSS5.8AI score0.00491EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 7:47 p.m.11 views

Gogs has authorization bypass in repository deletion API

Summary The DELETE /api/v1/repos/:owner/:repo endpoint lacks necessary permission validation middleware. Consequently, any user with read access including read-only collaborators can delete the entire repository. This vulnerability stems from the API route configuration only utilizing the...

5.6AI score0.00103EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 7:44 p.m.18 views

Gogs vulnerable to Stored XSS via Mermaid diagrams

Summary Stored XSS via mermaid diagrams due to usage of vulnerable renderer library Details Gogs introduced support for rendering mermaid diagrams in version 0.13.0. Currently used version of the library mermaid 11.9.0 is vulnerable to at least two XSS scenarios with publicly available payloads...

6.1CVSS5.1AI score0.00364EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 7:37 p.m.20 views

A single post-release of dydx-v4-client contained obfuscated multi-stage loader

A PyPI user account compromised by an attacker and was able to upload a malicious version 1.1.5.post1 of the dydx-v4-client package. This version contains a highly obfuscated multi-stage loader that ultimately executes malicious code on the host system. While the final payload is not visible...

5.8AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 7:35 p.m.12 views

Phlex XSS protection bypass via attribute splatting, dynamic tags, and href values

Impact During a security audit conducted with Claude Opus 4.6 and GPT-5.3-Codex, we identified three specific ways to bypass the XSS cross-site-scripting protection built into Phlex. 1. The first bypass could happen if user-provided attributes with string keys were splatted into HTML tag, e.g...

5.4AI score
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 7:27 p.m.16 views

AdonisJS multipart body parsing has Prototype Pollution issue

Description A Prototype Pollution vulnerability CWE-1321 in AdonisJS multipart form-data parsing may allow a remote attacker to manipulate object prototypes at runtime. This impacts @adonisjs/bodyparser through version 10.1.2 and 11.x prerelease versions prior to 11.0.0-next.8. This issue has bee...

7.2CVSS5.6AI score0.00364EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 7:14 p.m.23 views

Claude Code has Sandbox Escape via Persistent Configuration Injection in settings.json

Claude Code's bubblewrap sandboxing mechanism failed to properly protect the .claude/settings.json configuration file when it did not exist at startup. While the parent directory was mounted as writable and .claude/settings.local.json was explicitly protected with read-only constraints,...

10CVSS5.6AI score0.00473EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 7:8 p.m.15 views

Claude Code has Permission Deny Bypass Through Symbolic Links

Claude Code failed to strictly enforce deny rules configured in settings.json when accessing files through symbolic links. If a user explicitly denied Claude Code access to a file such as /etc/passwd and Claude Code had access to a symbolic link pointing to that file, it was possible for Claude...

7.5CVSS5.4AI score0.00376EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 7:4 p.m.14 views

Claude Code Vulnerable to Command Injection via Piped sed Command Bypasses File Write Restrictions

Claude Code failed to properly validate commands using piped sed operations with the echo command, allowing attackers to bypass file write restrictions. This vulnerability enabled writing to sensitive directories like the .claude folder and paths outside the project scope. Exploiting this require...

7.7CVSS5.6AI score0.00264EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 7:2 p.m.13 views

Claude Code Vulnerable to Command Injection via Directory Change Bypasses Write Protection

Claude Code failed to properly validate directory changes when combined with write operations to protected folders. By using the cd command to navigate into sensitive directories like .claude, it was possible to bypass write protection and create or modify files without user confirmation. Reliabl...

9.1CVSS5.5AI score0.00357EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 7:0 p.m.12 views

[actix-files] Panic triggered by empty Range header in GET request for static file

Summary A GET request for a static file served by actix-files with an empty Range header triggers a panic. With panic = "abort", a remote user may crash the process on-demand. Details actix-files assumes that HttpRange::parse, when Ok, always returns a vector with at least one element. When parse...

5.6AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:56 p.m.10 views

actix-files has a possible exposure of information vulnerability

Summary When passing a non-existing folder to the actixfiles::Files::new method causes the actix server to expose unexpected files. Details The actix-files library exposes a Files struct that configures an actix service to serve the files in a folder as static assets. Below you can find the...

5.5AI score
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:54 p.m.13 views

client-certificate-auth Vulnerable to Open Redirect via Host Header Injection in HTTP-to-HTTPS redirect

Summary Versions 0.2.1 and 0.3.0 of client-certificate-auth contain an open redirect vulnerability. The middleware unconditionally redirects HTTP requests to HTTPS using the unvalidated Host header, allowing an attacker to redirect users to arbitrary domains. Vulnerable Code javascript //...

6.1CVSS5.5AI score0.00168EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:52 p.m.14 views

MCP-Salesforce's arbitrary attribute access leads to disclosure of Salesforce auth token

Impact Disclosure of Salesforce OAuth bearer tokens used by the MCP. Patches fix applied in 0.1.10 Workarounds Rotate any Salesforce tokens/credentials used by MCP-Salesforce...

8.7CVSS5.3AI score0.00409EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:51 p.m.24 views

Pydantic AI has Stored XSS via Path Traversal in Web UI CDN URL

Summary A Path Traversal vulnerability in the Pydantic AI web UI allows an attacker to serve arbitrary JavaScript in the context of the application by crafting a malicious URL. If a victim clicks the link or visits it via an iframe, attacker-controlled code executes in their browser, enabling the...

7.1CVSS5.9AI score0.00324EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
added 2026/02/06 6:37 p.m.39 views

Semantic Kernel has Arbitrary File Write via AI Agent Function Calling in .NET SDK

Impact What kind of vulnerability is it? Who is impacted? An Arbitrary File Write vulnerability has been identified in Microsoft's Semantic Kernel .NET SDK, specifically within the SessionsPythonPlugin. Developers who have built applications which include Microsoft's Semantic Kernel .NET SDK and...

9.9CVSS5.5AI score0.02426EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2026/02/06 6:34 p.m.13 views

SCEditor has DOM XSS via emoticon URL/HTML injection

If an attacker has the ability control configuration options passed to sceditor.create, like emoticons, charset, etc. then it's possible for them to trigger an XSS attack due to lack of sanitisation of configuration options. Proof of concept: js sceditor.createtextarea, emoticons: dropdown: ':':...

5.4CVSS5.3AI score0.00216EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:32 p.m.32 views

Pydantic AI has Server-Side Request Forgery (SSRF) in URL Download Handling

Summary A Server-Side Request Forgery SSRF vulnerability exists in Pydantic AI's URL download functionality. When applications accept message history from untrusted sources, attackers can include malicious URLs that cause the server to make HTTP requests to internal network resources, potentially...

8.6CVSS5.6AI score0.0058EPSS
SaveExploits1References4Affected Software2
Github Security Blog
Github Security Blog
added 2026/02/06 6:30 p.m.12 views

Gophish is vulnerable to Incorrect Access Control

Gophish = 0.12.1 is vulnerable to Incorrect Access Control. The administrative dashboard exposes each user’s long-lived API key directly inside the rendered HTML/JavaScript of the page on every login. This makes permanent API credentials accessible to any script running in the browser context...

7.6CVSS5.4AI score0.00267EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:30 p.m.18 views

Mattermost Confluence plugin doesn't properly escape user-controlled display names in HTML template rendering

Mattermost Confluence plugin version 1.7.0 fails to properly escape user-controlled display names in HTML template rendering which allows authenticated Confluence users with malicious display names to execute arbitrary JavaScript in victim browsers via sending a specially crafted OAuth2 connectio...

7.7CVSS5.8AI score0.00189EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:25 p.m.12 views

OpenSTAManager has a SQL Injection in the Prima Nota module

Summary Critical Error-Based SQL Injection vulnerability in the Prima Nota Journal Entry module of OpenSTAManager v2.9.8 allows authenticated attackers to extract complete database contents including user credentials, customer PII, and financial records through XML error messages by injecting...

8.7CVSS6.1AI score0.00344EPSS
SaveExploits3References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:24 p.m.26 views

OpenSTAManager has a SQL Injection vulnerability in the Scadenzario bulk operations module

Summary Critical Error-Based SQL Injection vulnerability in the Scadenzario Payment Schedule bulk operations module of OpenSTAManager v2.9.8 allows authenticated attackers to extract complete database contents including user credentials, customer PII, and financial records through XML error...

8.7CVSS6.1AI score0.00356EPSS
SaveExploits4References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:23 p.m.73 views

OpenSTAManager has a Time-Based Blind SQL Injection with Amplified Denial of Service

Summary Critical Time-Based Blind SQL Injection vulnerability affecting multiple search modules in OpenSTAManager v2.9.8 allows authenticated attackers to extract sensitive database contents including password hashes, customer data, and financial records through time-based Boolean inference attac...

8.7CVSS6.1AI score0.00366EPSS
SaveExploits3References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:19 p.m.11 views

OpenSTAManager has a Time-Based Blind SQL Injection in Article Pricing Module

Summary Critical Time-Based Blind SQL Injection vulnerability in the article pricing module of OpenSTAManager v2.9.8 allows authenticated attackers to extract complete database contents including user credentials, customer data, and financial records through time-based Boolean inference attacks...

8.7CVSS6AI score0.00366EPSS
SaveExploits3References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:16 p.m.13 views

Gogs vulnerable to arbitrary file deletion via Path Traversal in wiki page update

Summary A Path Traversal vulnerability exists in the updateWikiPage function of Gogs. The vulnerability allows an authenticated user with write access to a repository's wiki to delete arbitrary files on the server by manipulating the oldtitle parameter in the wiki editing form. Vulnerability...

8.1CVSS5.7AI score0.00654EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:14 p.m.16 views

Gogs has arbitrary file read/write via Path Traversal in Git hook editing

Vulnerability Description In the endpoint: /username/reponame/settings/hooks/git/:name the :name parameter: Is URL-decoded by macaron routing, allowing decoded slashes / Is then passed directly to: go git.Repository.Hook"customhooks", name which internally resolves the path as: go...

6.5CVSS5.5AI score0.00456EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:10 p.m.14 views

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.8AI score0.00282EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:8 p.m.16 views

Gogs has a Denial of Service issue

Summary An authenticated user can cause a DOS attack. If one of the repo files is deleted before synchronization, it will cause the application to crash. Details If GetMirrorByRepoID fails, the error log dereferencing null pointer. This happens if the repository no longer exits...

6.5CVSS5.4AI score0.00336EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:6 p.m.14 views

OpenSTAManager has a SQL Injection in Scadenzario Print Template

Summary An authenticated SQL Injection vulnerability in OpenSTAManager's Scadenzario Payment Schedule print template allows any authenticated user to extract sensitive data from the database, including admin credentials, customer information, and financial records. The vulnerability enables...

8.7CVSS5.8AI score0.00354EPSS
SaveExploits3References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 6:4 p.m.22 views

OpenSTAManager has a SQL Injection in ajax_select.php (componenti endpoint)

Summary A SQL Injection vulnerability exists in the ajaxselect.php endpoint when handling the componenti operation. An authenticated attacker can inject malicious SQL code through the optionsmatricola parameter. Proof of Concept Vulnerable Code File: modules/impianti/ajax/select.php:122-124 php...

8.8CVSS5.9AI score0.00423EPSS
SaveExploits3References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 5:59 p.m.93 views

OpenSTAManager has an OS Command Injection in P7M File Processing

Summary A critical OS Command Injection vulnerability exists in the P7M signed XML file decoding functionality. An authenticated attacker can upload a ZIP file containing a .p7m file with a malicious filename to execute arbitrary system commands on the server. Vulnerable Code File:...

9.4CVSS6.1AI score0.01755EPSS
SaveExploits13References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 5:54 p.m.177 views

Gogs Vulnerable to 2FA Bypass via Recovery Code

Contact OpenAI Security Research at [email protected] to engage on this report. See PDF report for easier reading. Security Advisory: 2FA Bypass via Recovery Code Vulnerability Type: 2FA Authentication Bypass Affected Software: GOGS Severity: High Date: Aug 5, 2025 Discoverer: OpenAI...

8.8CVSS5.8AI score0.00424EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 5:49 p.m.16 views

Gogs's update .git/config file allows remote command execution

Summary Due to the insufficient patch for the https://github.com/gogs/gogs/security/advisories/GHSA-wj44-9vcg-wjq7, it's still possible to update files in the .git directory and achieve remote command execution. Details Function UpdateRepoFile security check under some if conditions. While...

9.8CVSS5.4AI score0.01229EPSS
SaveExploits3References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/06 3:31 p.m.12 views

Neo4j Enterprise and Community editions have insufficient escaping of unicode characters in query log

Insufficient escaping of unicode characters in query log in Neo4j Enterprise and Community editions prior to 2026.01 can lead to XSS if the user opens the logs in a tool that treats them as HTML. There is no security impact on Neo4j products, but this advisory is released as a precaution to treat...

5.4CVSS5.2AI score0.00207EPSS
SaveExploits3References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/05 9:57 p.m.15 views

Sliver Vulnerable to Website Path Traversal / Arbitrary File Read (Authenticated)

Summary A Path Traversal vulnerability in the website content subsystem lets an authenticated operator read arbitrary files on the Sliver server host. This is an authenticated Path Traversal / arbitrary file read issue, and it can expose credentials, configs, and keys. Affected Component - Websit...

6.5CVSS5.6AI score0.00485EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/05 9:46 p.m.21 views

OpenFGA Improper Policy Enforcement

Impact OpenFGA v1.8.5 to v1.11.2 openfga-0.2.22 = Helm chart = openfga-0.2.51, v.1.8.5 = docker = v.1.11.2 are vulnerable to improper policy enforcement when certain Check calls are executed. Affected Users Users are affected by this vulnerability if all of the following preconditions are met: -...

8.8CVSS5.4AI score0.00308EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/05 9:33 p.m.14 views

@nyariv/sandboxjs vulnerable to sandbox escape via TOCTOU bug on keys in property accesses

Summary A sandbox escape vulnerabilities due to a mismatch between the key on which the validation is performed and the key used for accessing properties. Details Even though the key used in property accesses b in the code below is annotated as string, this is never enforced:...

10CVSS5.7AI score0.00489EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/05 9:29 p.m.18 views

OpenCloud Affected by Public Link Exploit

Impact A security issue was discovered in Reva that enables a malicious user to bypass the scope validation of a public link. That allows it to access resources outside the scope of a public link. OpenCloud uses Reva as one of its core components and thus it is affected. Patches Update to OpenClo...

5.5AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/05 9:22 p.m.22 views

qdrant has arbitrary file write via `/logger` endpoint

Summary It is possible to append to arbitrary files via /logger endpoint. Minimal privileges are required read-only access. Tested on Qdrant 1.15.5 Details POST /logger Source code link endpoint accepts an attacker-controlled ondisk.logfile path. There are no authorization checks but authenticati...

8.8CVSS6.2AI score0.0049EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/05 9:19 p.m.14 views

Unauthenticated Spree Commerce users can access all guest addresses

Summary A critical IDOR vulnerability exists in Spree Commerce's guest checkout flow that allows any guest user to bind arbitrary guest addresses to their order by manipulating address ID parameters. This enables unauthorized access to other guests' personally identifiable information PII includi...

8.7CVSS5.9AI score0.006EPSS
SaveExploits1References13Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/05 9:13 p.m.12 views

Unauthenticated Spree Commerce users can view completed guest orders by Order ID

Unauthenticated users can view completed guest orders by Order ID GHSL-2026-029 The OrdersControllershow action permits viewing completed guest orders by order number alone, without requiring the associated order token. Order lookup without enforcing token requirement in OrdersControllershow: rub...

8.7CVSS5.5AI score0.00442EPSS
SaveExploits1References11Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/05 9:8 p.m.10 views

NiceGUI's Path Traversal via Unsanitized FileUpload.name Enables Arbitrary File Write

Summary NiceGUI's FileUpload.name property exposes client-supplied filename metadata without sanitization, enabling path traversal when developers use the pattern UPLOADDIR / file.name. Malicious filenames containing ../ sequences allow attackers to write files outside intended directories, with...

7.5CVSS6.6AI score0.03212EPSS
SaveExploits3References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/05 9:5 p.m.13 views

@nyariv/sandboxjs has a Sandbox Escape vulnerability

Summary As Map is in SAFEPROTOYPES, it's prototype can be obtained via Map.prototype. By overwriting Map.prototype.has the sandbox can be escaped. Details This is effectively equivalent to CVE-2026-25142, but without lookupGetter let was used during testing, it turns out the let implementation is...

10CVSS5.4AI score0.00645EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/05 9:4 p.m.11 views

@nyariv/sandboxjs has Sandbox Escape via Prototype Whitelist Bypass and Host Prototype Pollution

Summary A sandbox escape is possible by shadowing hasOwnProperty on a sandbox object, which disables prototype whitelist enforcement in the property-access path. This permits direct access to proto and other blocked prototype properties, enabling host Object.prototype pollution and persistent...

10CVSS5.6AI score0.00636EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/05 9:2 p.m.17 views

payload-preferences has Cross-Collection IDOR in Access Control (Multi-Auth Environments)

Impact A cross-collection Insecure Direct Object Reference IDOR vulnerability exists in the payload-preferences internal collection. In multi-auth collection environments using Postgres or SQLite with default serial/auto-increment IDs, authenticated users from one auth collection can read and...

5.4CVSS5.3AI score0.00193EPSS
SaveExploits0References3Affected Software1
Total number of security vulnerabilities34386