Lucene search
+L
GithubRecent

34386 matches found

Github Security Blog
Github Security Blog
added 2025/12/29 8:4 p.m.13 views

Picklescan is vulnerable to RCE through missing detection when calling numpy.f2py.crackfortran.myeval

Summary Picklescan uses numpy.f2py.crackfortran.myeval, which is a function in numpy to execute remote pickle files. Details The attack payload executes in the following steps: - First, the attacker crafts the payload by calling the numpy.f2py.crackfortran.myeval function in its reduce method -...

7.9AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/29 8:3 p.m.13 views

Picklescan is vulnerable to RCE through missing detection when calling built-in python operator.methodcaller

Summary Picklescan uses operator.methodcaller, which is a built-in python library function to execute remote pickle files. Details The attack payload executes in the following steps: - First, the attacker crafts the payload by calling the operator.methodcaller function in method reduce. - Then,...

7.9AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/29 3:27 p.m.8 views

Picklescan missing detection when calling numpy.f2py.crackfortran.getlincoef

Summary An unsafe deserialization vulnerability allows an attacker to execute arbitrary code on the host when loading a malicious pickle payload from an untrusted source. Details The numpy.f2py.crackfortran module exposes many functions that call eval on arbitrary strings of values. This is the...

7.8AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/29 3:26 p.m.15 views

Picklescan Bypasses Unsafe Globals Check using pty.spawn

Summary The vulnerability allows malicious actors to bypass PickleScan's unsafe globals check, leading to potential arbitrary code execution. The issue stems from the absence of the pty library more specifically, of the pty.spawn function from PickleScan's list of unsafe globals. This vulnerabili...

8.8CVSS8.3AI score0.00384EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/29 3:24 p.m.8 views

Picklescan missing detection when calling pty.spawn

Summary Using pty.spawn, which is a built-in python library function to execute arbitrary commands on the host system. Details The attack payload executes in the following steps: First, the attacker craft the payload by calling to pty.spawn function in the reduce method. Then the victim attempts ...

7.9AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/29 3:24 p.m.7 views

Picklescan has Incomplete List of Disallowed Inputs

Summary Currently picklescanner only blocks some specific functions of the pydoc and operator modules. Attackers can use other functions within these allowed modules to go through undetected and achieve RCE on the final user. Particularly pydoc.locate: Can dynamically resolve and import arbitrary...

9.8CVSS7.2AI score0.00623EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/29 3:23 p.m.11 views

Picklescan does not block ctypes

Summary Picklescan doesnt flag ctypes module as a dangerous module, which is a huge issue. ctypes is basically a foreign function interface library and can be used to Load DLLs Call C functions directly Manipulate memory raw pointers. This can allow attackers to achieve RCE by invoking direct...

9.8CVSS6.9AI score0.00758EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/29 3:22 p.m.13 views

Picklescan vulnerable to Arbitrary File Writing

Summary Picklescan has got open and shutil in its default dangerous blocklist to prevent arbitrary file overwrites. However the module distutils isnt blocked and can be used for the same purpose ie to write arbitrary files. Details This is another vulnerability which impacts the downstream user. ...

9.8CVSS7.4AI score0.00624EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/27 3:30 p.m.10 views

SQLE's JWT Secret Handler can be manipulated to use hard-coded cryptographic key

A security vulnerability has been detected in actiontech sqle up to 4.2511.0. The impacted element is an unknown function of the file sqle/utils/jwt.go of the component JWT Secret Handler. The manipulation of the argument JWTSecretKey leads to use of hard-coded cryptographic key. The attack is...

8.1CVSS4.3AI score0.00574EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 11:20 p.m.14 views

FastMCP updated to MCP 1.23+ due to CVE-2025-66416

There was a recent CVE report on MCP: https://nvd.nist.gov/vuln/detail/CVE-2025-66416. FastMCP does not use any of the affected components of the MCP SDK directly. However, FastMCP versions prior to 2.14.0 did allow MCP SDK versions 1.23 that were vulnerable to CVE-2025-66416. Users should upgrad...

8.1CVSS7.5AI score0.00519EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 6:55 p.m.10 views

ruint affected by unsoundness of safe `reciprocal_mg10`

The function reciprocalmg10 is marked as safe but can trigger undefined behavior out-of-bounds access because it relies on debugassert! for safety checks instead of assert!. When compiled in release mode, the debugassert! is optimized out, potentially allowing invalid inputs to cause memory...

7.3AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 6:30 p.m.13 views

Croogo CMS has a path traversal vulnerability

A path traversal vulnerability in Croogo CMS 4.0.7 allows remote attackers to read arbitrary files via a specially crafted path in the 'edit-file' parameter...

6.5CVSS6.9AI score0.00608EPSS
SaveExploits2References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 6:30 p.m.13 views

apidoc-core has a prototype pollution vulnerability

Prototype pollution vulnerability in apidoc-core versions 0.2.0 and all subsequent versions allows remote attackers to modify JavaScript object prototypes via malformed data structures, including the “define” property processed by the application, potentially leading to denial of service or...

9.3CVSS7AI score0.0046EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 6:26 p.m.25 views

Self-hosted n8n has Legacy Code node that enables arbitrary file read/write

Impact In self-hosted n8n instances where the Code node runs in legacy non-task-runner JavaScript execution mode, authenticated users with workflow editing access can invoke internal helper functions from within the Code node. This allows a workflow editor to perform actions on the n8n host with...

7.1CVSS6.9AI score0.00246EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 6:18 p.m.25 views

n8n Vulnerable to Arbitrary Command Execution in Pyodide based Python Code Node

Impact A sandbox bypass vulnerability exists in the Python Code Node that uses Pyodide. An authenticated user with permission to create or modify workflows can exploit this vulnerability to execute arbitrary commands on the host system running n8n, using the same privileges as the n8n process...

9.9CVSS7.7AI score0.12901EPSS
SaveExploits4References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 5:34 p.m.16 views

lmdeploy vulnerable to Arbitrary Code Execution via Insecure Deserialization in torch.load()

Summary An insecure deserialization vulnerability exists in lmdeploy where torch.load is called without the weightsonly=True parameter when loading model checkpoint files. This allows an attacker to execute arbitrary code on the victim's machine when they load a malicious .bin or .pt model file...

8.8CVSS8.1AI score0.00531EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 5:30 p.m.14 views

n8n's Possible Stored XSS in "Respond to Webhook" Node May Execute Outside iframe Sandbox

Summary A stored Cross-Site Scripting XSS vulnerability may occur in n8n when using the “Respond to Webhook” node. When this node responds with HTML content containing executable scripts, the payload may execute directly in the top-level window, rather than within the expected sandbox introduced ...

7.3CVSS6.2AI score0.0022EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 3:30 p.m.12 views

libxmljs has segmentation fault, potentially leading to a denial-of-service (DoS)

A vulnerability exists in the libxmljs 1.0.11 when parsing a specially crafted XML document. Accessing the internal ref property on entityref and entitydecl nodes causes a segmentation fault, potentially leading to a denial-of-service DoS...

7.5CVSS6.9AI score0.00395EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 6:30 a.m.14 views

Gitea inadvertently discloses users' login times by allowing (for example) the lastlogintime explore/users sort order

Gitea before 1.21.8 inadvertently discloses users' login times by allowing for example the lastlogintime explore/users sort order...

5.3CVSS7AI score0.00333EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 6:30 a.m.13 views

Gitea vulnerable to Cross-site Scripting

In Gitea before 1.20.1, a forbidden URL scheme such as javascript: can be used for a link, aka XSS...

5.4CVSS6.9AI score0.00226EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 6:30 a.m.11 views

Gitea sometimes mishandles propagation of token scope for access control within one of its own package registries

Gitea before 1.22.2 sometimes mishandles the propagation of token scope for access control within one of its own package registries...

5.3CVSS7AI score0.00258EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 6:30 a.m.11 views

Gitea: anonymous user can visit private user's project

In Gitea before 1.21.2, an anonymous user can visit a private user's project...

5.8CVSS6.9AI score0.00333EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 3:30 a.m.10 views

Gitea allows XSS because the search input box (for creating tags and branches) is v-html instead of v-text

Gitea before 1.22.2 allows XSS because the search input box for creating tags and branches is v-html instead of v-text...

5.4CVSS6.4AI score0.00226EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 3:30 a.m.13 views

Gitea mishandles access to a private resource upon receiving an API token with scope limited to public resources

Gitea before 1.22.3 mishandles access to a private resource upon receiving an API token with scope limited to public resources...

5.3CVSS6.9AI score0.00243EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 3:30 a.m.13 views

Gitea mishandles authorization for deletion of releases

Gitea before 1.25.2 mishandles authorization for deletion of releases...

5.3CVSS7AI score0.00356EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 3:30 a.m.12 views

Gitea allows attackers to add attachments with forbidden file extensions

Gitea before 1.23.0 allows attackers to add attachments with forbidden file extensions by editing an attachment name via an attachment API...

8.2CVSS6.9AI score0.003EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/26 3:30 a.m.15 views

Gitea doesn't adequately enforce branch deletion permissions after merging a pull request.

In Gitea before 1.22.5, branch deletion permissions are not adequately enforced after merging a pull request...

5.3CVSS6.9AI score0.00255EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/24 9:30 a.m.15 views

Mattermost doesn't validate user channel membership when attaching Mattermost posts as comments to Jira issues

Mattermost versions 11.1.x = 11.1.0, 11.0.x = 11.0.5, 10.12.x = 10.12.3, 10.11.x = 10.11.7 fails to validate user channel membership when attaching Mattermost posts as comments to Jira issues, which allows an authenticated attacker with access to the Jira plugin to read post content and attachmen...

4.3CVSS6.7AI score0.00168EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2025/12/24 9:30 a.m.11 views

Mattermost doesn't verify that post actions invoking `/share-issue-publicly` were created by the Jira plugin

Mattermost versions 11.1.x = 11.1.0, 11.0.x = 11.0.5, 10.12.x = 10.12.3, 10.11.x = 10.11.7 fail to verify that post actions invoking /share-issue-publicly were created by the Jira plugin which allowed a malicious Mattermost user to exfiltrate Jira tickets when victim users interacted with affecte...

4.1CVSS6.8AI score0.00149EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2025/12/23 11:52 p.m.14 views

Strengthening supply chain security: Preparing for the next malware campaign

The open source ecosystem continues to face organized, adaptive supply chain threats that spread through compromised credentials and malicious package lifecycle scripts. The most recent example is the multi-wave Shai-Hulud campaign. While individual incidents differ in their mechanics and speed,...

7.1AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2025/12/23 9:30 p.m.19 views

Hugging Face smolagents: Unsafe deserialization in Remote Python Executor leads to RCE

Hugging Face smolagents Remote Python Executor Deserialization of Untrusted Data Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Hugging Face smolagents. Authentication is not required to exploit this...

10CVSS6.3AI score0.00953EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/23 8:8 p.m.44 views

LangChain serialization injection vulnerability enables secret extraction

Context A serialization injection vulnerability exists in LangChain JS's toJSON method and subsequently when string-ifying objects using JSON.stringify. The method did not escape objects with 'lc' keys when serializing free-form data in kwargs. The 'lc' key is used internally by LangChain to mark...

9.1CVSS7.3AI score0.00758EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2025/12/23 7:31 p.m.12 views

httparty Has Potential SSRF Vulnerability That Leads to API Key Leakage

Summary There may be an SSRF vulnerability in httparty. This issue can pose a risk of leaking API keys, and it can also allow third parties to issue requests to internal servers. Details When httparty receives a path argument that is an absolute URL, it ignores the baseuri field. As a result, if ...

8.8CVSS6.7AI score0.00264EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/23 6:46 p.m.14 views

LangChain serialization injection vulnerability enables secret extraction in dumps/loads APIs

Summary A serialization injection vulnerability exists in LangChain's dumps and dumpd functions. The functions do not escape dictionaries with 'lc' keys when serializing free-form dictionaries. The 'lc' key is used internally by LangChain to mark serialized objects. When user-controlled data...

9.3CVSS7.8AI score0.41454EPSS
SaveExploits5References9Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/23 6:30 p.m.13 views

Cadmium CMS has a background arbitrary file upload vulnerability

Cadmium CMS v.0.4.9 has a background arbitrary file upload vulnerability in /admin/content/filemanager/uploads...

9.8CVSS7.2AI score0.00333EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/23 6:30 p.m.15 views

Home Assistant Core before is vulnerable to Directory Traversal

Home Assistant Core before v2025.8.0 is vulnerable to Directory Traversal. The Downloader integration does not fully validate file paths during concatenation, leaving a path traversal vulnerability...

4CVSS7AI score0.00376EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/23 6:19 p.m.15 views

LibreNMS Alert Rule API Cross-Site Scripting Vulnerability

Please find POC file here https://trendmicro-my.sharepoint.com/:u:/p/kholoudaltookhy/IQCfcnOE5ykQSb6Fm-HFI872AZzeIJxU-3aDk0jheXNE?e=zkN76d ZDI-CAN-28575: LibreNMS Alert Rule API Cross-Site Scripting Vulnerability -- CVSS ----------------------------------------- 4.3:...

5.4CVSS6.2AI score0.03548EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/23 6:17 p.m.15 views

Local Deep Research is Vulnerable to Server-Side Request Forgery (SSRF) in Download Service

Summary The download service downloadservice.py makes HTTP requests using raw requests.get without utilizing the application's SSRF protection saferequests.py. This can allow attackers to access internal services and attempt to reach cloud provider metadata endpoints AWS/GCP/Azure, as well as...

6.5CVSS6.7AI score0.00278EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/22 9:36 p.m.13 views

Fedify has ReDoS Vulnerability in HTML Parsing Regex

Hi Fedify team! 👋 Thank you for your work on Fedify—it's a fantastic library for building federated applications. While reviewing the codebase, I discovered a Regular Expression Denial of Service ReDoS vulnerability that I'd like to report. I hope this helps improve the project's security. ---...

7.5CVSS7.5AI score0.00489EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/22 9:30 p.m.16 views

Umbraco CMS has an arbitrary file upload vulnerability

An arbitrary file upload vulnerability in Umbraco CMS v16.3.3 allows attackers to execute arbitrary code via uploading a crafted PDF file. While Umbraco provides hooks to perform file validation, it does not do implement filtering by default. Users are expected to implement their own validation...

10CVSS6AI score0.00511EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/22 9:30 p.m.12 views

Piranha has stored cross-site scripting (XSS) vulnerability

A stored cross-site scripting XSS vulnerability in the Media module of Piranha CMS v12.1 allows attackers to execute arbitrary web scripts or HTML via injecting a crafted payload into the Name field...

6.1CVSS5.6AI score0.00182EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/22 9:30 p.m.11 views

Piranha has stored cross-site scripting (XSS) vulnerability

A stored cross-site scripting XSS vulnerability in the Page Settings module of Piranha CMS v12.1 allows attackers to execute arbitrary web scripts or HTML via injecting a crafted payload into the Excerpt field...

6.1CVSS5.5AI score0.00182EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/22 8:20 p.m.21 views

Marshmallow has DoS in Schema.load(many)

Impact Schema.loaddata, many=True is vulnerable to denial of service attacks. A moderately sized request can consume a disproportionate amount of CPU time. Patches 4.1.2, 3.26.2 Workarounds py Fail fast def loadmanyschema, data, kwargs: if not isinstancedata, list: raise ValidationError'Invalid...

5.3CVSS6.8AI score0.00257EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/22 8:8 p.m.22 views

KEDA has Arbitrary File Read via Insufficient Path Validation in HashiCorp Vault Service Account Credential

Impact An Arbitrary File Read vulnerability has been identified in KEDA, potentially affecting any KEDA resource that uses TriggerAuthentication to configure HashiCorp Vault authentication. The vulnerability stems from an incorrect or insufficient path validation when loading the Service Account...

8.2CVSS7.3AI score0.00498EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/22 4:19 p.m.23 views

n8n Vulnerable to Remote Code Execution via Expression Injection

Impact n8n contains a critical Remote Code Execution RCE vulnerability in its workflow expression evaluation system. Under certain conditions, expressions supplied by authenticated users during workflow configuration may be evaluated in an execution context that is not sufficiently isolated from...

9.9CVSS8.2AI score0.97875EPSS
SaveExploits31References8Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/22 12:30 p.m.10 views

Mattermost with Jira plugin enabled has Incorrect Implementation of Authentication Algorithm

Mattermost versions 11.1.x = 11.1.0, 11.0.x = 11.0.5, 10.12.x = 10.12.3, 10.11.x = 10.11.7 with the Jira plugin enabled and Mattermost Jira plugin versions =4.4.0 fail to enforce authentication and issue-key path restrictions in the Jira plugin, which allows an unauthenticated attacker who knows ...

8.3CVSS7.1AI score0.00236EPSS
SaveExploits0References9Affected Software2
Github Security Blog
Github Security Blog
added 2025/12/20 5:42 p.m.19 views

Cowrie has a SSRF vulnerability in wget/curl emulation enabling DDoS amplification

Summary A Server-Side Request Forgery SSRF vulnerability in Cowrie's emulated shell mode allows unauthenticated attackers to abuse the honeypot as an amplification vector for HTTP-based denial-of-service attacks against arbitrary third-party hosts. Details When Cowrie operates in emulated shell...

7.5CVSS7.3AI score0.00627EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/19 10:53 p.m.19 views

External Control of File Name or Path in Langflow

Vulnerability Overview If an arbitrary path is specified in the request body's fspath, the server serializes the Flow object into JSON and creates/overwrites a file at that path. There is no path restriction, normalization, or allowed directory enforcement, so absolute paths e.g., /etc/poc.txt ar...

7.1CVSS7AI score0.03854EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/19 10:52 p.m.11 views

Langflow vulnerable to Server-Side Request Forgery

Vulnerability Overview Langflow provides an API Request component that can issue arbitrary HTTP requests within a flow. This component takes a user-supplied URL, performs only normalization and basic format checks, and then sends the request using a server-side httpx client. It does not block...

7.7CVSS6.5AI score0.05988EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/19 9:32 p.m.10 views

Tuta Mail has DOM attribute and CSS injection in its Contact Viewer feature

Impact Users importing contacts from untrusted sources. Specifically crafted contact data can lead to some of DOM modifications for the link button next to the field e.g. the link address can be overriden. CSS can be manipulated to give the button arbitrary look and change it's size so that any...

6.9AI score
SaveExploits0References8Affected Software1
Total number of security vulnerabilities34386