Lucene search
+L
GithubMost viewed

35598 matches found

Github Security Blog
Github Security Blog
added 2026/03/13 8:56 p.m.54 views

SiYuan's renderSprig has a missing admin check that allows any user to read full workspace DB

Summary POST /api/template/renderSprig lacks model.CheckAdminRole, allowing any authenticated user to execute arbitrary SQL queries against the SiYuan workspace database and exfiltrate all note content, metadata, and custom attributes. Details File: kernel/api/router.go Every sensitive endpoint i...

6.5CVSS6.1AI score0.00246EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/13 8:56 p.m.54 views

file-type: ZIP Decompression Bomb DoS via [Content_Types].xml entry

Summary A crafted ZIP file can trigger excessive memory growth during type detection in file-type when using fileTypeFromBuffer, fileTypeFromBlob, or fileTypeFromFile. In affected versions, the ZIP inflate output limit is enforced for stream-based detection, but not for known-size inputs. As a...

5.3CVSS5.8AI score0.00299EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/26 3:16 p.m.54 views

mcp-server-git : Path traversal in git_add allows staging files outside repository boundaries

In mcp-server-git versions prior to 2026.1.14, the gitadd tool did not validate that file paths provided in the files argument were within the repository boundaries. The tool used GitPython's repo.index.add, which did not enforce working-tree boundary checks for relative paths. As a result,...

6.5CVSS5.4AI score0.00287EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/10 12:02 a.m.54 views

LangGraph's SQLite is vulnerable to SQL injection via metadata filter key in SQLite checkpointer list method

Context A SQL injection vulnerability exists in LangGraph's SQLite checkpoint implementation that allows attackers to manipulate SQL queries through metadata filter keys. This affects applications that accept untrusted metadata filter keys not just filter values in checkpoint search operations...

7.8CVSS8.5AI score0.02306EPSS
SaveExploits2References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/01 7:07 p.m.54 views

fontTools is Vulnerable to Arbitrary File Write and XML injection in fontTools.varLib

Summary The fonttools varLib or python3 -m fontTools.varLib script has an arbitrary file write vulnerability that leads to remote code execution when a malicious .designspace file is processed. The vulnerability affects the main code path of fontTools.varLib, used by the fonttools varLib CLI and...

9.8CVSS8.3AI score0.00547EPSS
SaveExploits9References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/11/20 5:36 p.m.54 views

@hpke/core reuses AEAD nonces

Summary The public SenderContext Seal API has a race condition which allows for the same AEAD nonce to be re-used for multiple Seal calls. This can lead to complete loss of Confidentiality and Integrity of the produced messages. Details The SenderContext Seal implementation allows for concurrent...

9.1CVSS7AI score0.00212EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/06/16 4:01 p.m.54 views

New authd users logging in via SSH are members of the root group

Impact When an authd user logs in via SSH for the first time meaning they do not yet exist in the authd user database and successfully authenticates via the configured broker, the user is considered a member of the root group in the context of that SSH session. This situation may allow the user t...

8.5CVSS7AI score0.00281EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/04/30 5:40 p.m.54 views

Vite's server.fs.deny bypassed with /. for files under project root

Summary The contents of files in the project root that are denied by a file matching pattern can be returned to the browser. Impact Only apps explicitly exposing the Vite dev server to the network using --host or server.host config option are affected. Only files that are under project root and a...

6CVSS7.2AI score0.01157EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/04/18 7:35 p.m.54 views

Traefik affected by Go HTTP Request Smuggling Vulnerability

Summary net/http: request smuggling through invalid chunked data: The net/http package accepts data in the chunked transfer encoding containing an invalid chunk-size line terminated by a bare LF. When used in conjunction with a server or proxy which incorrectly interprets a bare LF in a chunk...

9.1CVSS6.8AI score0.00811EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2025/04/04 2:19 p.m.54 views

GraphQL grant on a property might be cached with different objects

Original message: I found an issue with security grants on on properties in the GraphQL ItemNormalizer: If you use something like ApiPropertysecurity: 'isgranted"PROPERTYREAD", object, property' on a member of an entity, the grant gets cached and is only evaluated once, even if the object in...

7.5CVSS7.1AI score0.00603EPSS
SaveExploits0References8Affected Software2
Github Security Blog
Github Security Blog
added 2025/01/14 4:32 p.m.54 views

Gradio Blocked Path ACL Bypass Vulnerability

Summary Gradio's Access Control List ACL for file paths can be bypassed by altering the letter case of a blocked file or directory path. This vulnerability arises due to the lack of case normalization in the file path validation logic. On case-insensitive file systems, such as those used by Windo...

8.7CVSS5.4AI score0.00983EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/12/11 6:44 p.m.54 views

SiYuan has an arbitrary file read and path traversal via /api/export/exportResources

Summary Siyuan's /api/export/exportResources endpoint is vulnerable to arbitary file read via path traversal. It is possible to manipulate the paths parameter to access and download arbitrary files from the host system by traversing the workspace directory structure. Impact Arbitrary File Read...

8.7CVSS6.7AI score0.00597EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/10/10 10:02 p.m.54 views

Gradio lacks integrity checking on the downloaded FRP client

Impact This vulnerability is a lack of integrity check on the downloaded FRP client, which could potentially allow attackers to introduce malicious code. If an attacker gains access to the remote URL from which the FRP client is downloaded, they could modify the binary without detection, as the...

7.5CVSS6.9AI score0.00213EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/09/23 8:30 p.m.54 views

lobe-chat implemented an insufficient fix for GHSA-mxhq-xw3g-rphc (CVE-2024-32964)

Summary SSRF protection implemented in https://github.com/lobehub/lobe-chat/blob/main/src/app/api/proxy/route.ts does not consider redirect and could be bypassed when attacker provides external malicious url which redirects to internal resources like private network or loopback address. PoC 1. Ru...

9CVSS6.6AI score0.11765EPSS
SaveExploits4References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/09/19 2:48 p.m.54 views

HTTP client can manipulate custom HTTP headers that are added by Traefik

Impact There is a vulnerability in Traefik that allows the client to remove the X-Forwarded headers except the header X-Forwarded-For. Patches - https://github.com/traefik/traefik/releases/tag/v2.11.9 - https://github.com/traefik/traefik/releases/tag/v3.1.3 Workarounds No workaround. For more...

9.8CVSS7.4AI score0.01513EPSS
SaveExploits0References6Affected Software3
Github Security Blog
Github Security Blog
added 2024/09/18 3:52 p.m.54 views

find-my-way has a ReDoS vulnerability in multiparametric routes

Impact A bad regular expression is generated any time you have two parameters within a single segment, when adding a - at the end, like /:a-:b-. Patches Update to find-my-way v8.2.2 or v9.0.1. or subsequent versions. Workarounds No known workarounds. References - CVE-2024-45296 - Detailed blog po...

5.3CVSS6.5AI score0.00675EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2024/07/19 9:32 a.m.54 views

Apache CXF: SSRF vulnerability via WADL stylesheet parameter

A SSRF vulnerability in WADL service description in versions of Apache CXF before 4.0.5, 3.6.4 and 3.5.9 allows an attacker to perform SSRF style attacks on REST webservices. The attack only applies if a custom stylesheet parameter is configured...

9.1CVSS6.7AI score0.01029EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/21 9:30 a.m.54 views

events2 TYPO3 extension insecure direct object reference (IDOR) vulnerability

An issue was discovered in the events2 aka Events 2 extension before 8.3.8 and 9.x before 9.0.6 for TYPO3. Missing access checks in the management plugin lead to an insecure direct object reference IDOR vulnerability with the potential to activate or delete various events for unauthenticated user...

5.4CVSS7AI score0.0029EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/14 10:26 p.m.54 views

Grafana Race condition allowing privilege escalation

Today we are releasing Grafana 9.2.4. Alongside other bug fixes, this patch release includes critical security fixes for CVE-2022-39328. Release 9.2.4, latest patch, also containing security fix: - Download Grafana 9.2.4 Appropriate patches have been applied to Grafana Cloud and as always, we...

9.8CVSS6.8AI score0.01041EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/14 10:11 p.m.54 views

Grafana directory traversal for .cvs files

Today we are releasing Grafana 8.3.2 and 7.5.12. This patch release includes a moderate severity security fix for directory traversal for arbitrary .csv files. It only affects instances that have the developer testing tool called TestData DB data source enabled and configured. The vulnerability i...

4.3CVSS6.4AI score0.57499EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/13 7:40 p.m.54 views

Directus allows redacted data extraction on the API through "alias"

Summary A user with permission to view any collection using redacted hashed fields can get access the raw stored version using the alias functionality on the API. Normally, these redacted fields will return however if we change the request to ?aliasworkaround=redacted we can instead retrieve the...

4.9CVSS6.5AI score0.00757EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/06 6:31 a.m.54 views

PyMongo Out-of-bounds Read in the bson module

Versions of the package pymongo before 4.6.3 are vulnerable to Out-of-bounds Read in the bson module. Using the crafted payload the attacker could force the parser to deserialize unmanaged memory. The parser tries to interpret bytes next to buffer and throws an exception with string. If the...

4.6AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/26 9:23 p.m.54 views

TinyMCE Cross-Site Scripting (XSS) vulnerability in handling iframes

Impact A cross-site scripting XSS vulnerability was discovered in TinyMCE’s content insertion code. This allowed iframe elements containing malicious code to execute when inserted into the editor. These iframe elements are restricted in their permissions by same-origin browser protections, but...

6.1CVSS6.1AI score0.00713EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2024/03/26 3:30 p.m.54 views

LangChain's XMLOutputParser vulnerable to XML Entity Expansion

The XMLOutputParser in LangChain uses the etree module from the XML parser in the standard python library which has some XML vulnerabilities; see: https://docs.python.org/3/library/xml.html This primarily affects users that combine an LLM or agent with the XMLOutputParser and expose the component...

5.9CVSS6.8AI score0.0077EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/26 6:30 p.m.54 views

Rack CORS Middleware has Insecure File Permissions

rack-cors aka Rack CORS Middleware 2.0.1 has 0666 permissions for the .rb files...

9.1CVSS7.2AI score0.00771EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/26 5:19 p.m.54 views

Kirby vulnerable to self cross-site scripting (self-XSS) in the URL field

TL;DR This vulnerability affects Kirby sites that use the URL field in any blueprint. A successful attack commonly requires knowledge of the content structure by the attacker as well as social engineering of a user with access to the Panel. The attack cannot be automated. The vulnerability is als...

4.7CVSS6.3AI score0.00405EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/23 6:30 p.m.54 views

Onnx Directory Traversal vulnerability

Versions of the package onnx before and including 1.15.0 are vulnerable to Directory Traversal as the externaldata field of the tensor proto can have a path to the file which is outside the model current directory or user-provided directory. The vulnerability occurs as a bypass for the patch adde...

7.5CVSS7.5AI score0.01189EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/01/31 11:11 p.m.54 views

Grafana Arbitrary File Read

Grafana = 6.4.3 has an Arbitrary File Read vulnerability, which could be exploited by an authenticated attacker that has privileges to modify the data source configurations...

6.5CVSS6.9AI score0.03621EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/01/24 6:31 p.m.54 views

Path traversal vulnerability in Jenkins Matrix Project Plugin

Jenkins Matrix Project Plugin 822.v01b8c85d16d2 and earlier does not sanitize user-defined axis names of multi-configuration projects submitted through the config.xml REST API endpoint. This allows attackers with Item/Configure permission to create or replace any config.xml file on the Jenkins...

4.3CVSS4.4AI score0.00691EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/01/16 3:24 p.m.54 views

Default swagger-ui configuration exposes all files in the module

Impact The default configuration of @fastify/swagger-ui without baseDir set will lead to all files in the module's directory being exposed via http routes served by the module. Patches Update to v2.1.0 Workarounds Use the baseDir option References HackerOne report...

5.3CVSS7AI score0.0229EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/01/03 12:30 p.m.54 views

Apache InLong Manager Arbitrary File Read Vulnerability

Deserialization of Untrusted Data vulnerability in Apache InLong.This issue affects Apache InLong: from 1.7.0 through 1.9.0, the attackers can make a arbitrary file read attack using mysql driver. Users are advised to upgrade to Apache InLong's 1.10.0 or cherry-pick 1 to solve it. 1 ...

7.5CVSS7.4AI score0.01012EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/12/29 3:30 p.m.54 views

Mattermost Cross-site Scripting vulnerability

Mattermost version 8.1.6 and earlier fails to sanitize channel mention data in posts, which allows an attacker to inject markup in the web client...

6.1CVSS6.7AI score0.00296EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/24 4:54 p.m.54 views

Attribute Injection leading to XSS(Cross-Site-Scripting)

Summary Google Analytics element Attribute Injection leading to XSS Details Since the custom status interface can set an independent Google Analytics ID and the template has not been sanitized, there is an attribute injection vulnerability here, which can lead to XSS attacks. PoC 1. Run the lates...

6.3CVSS6.8AI score0.00497EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/15 3:30 p.m.54 views

Zip slip in mleap

FileUtil.extract enumerates all zip file entries and extracts each file without validating whether file paths in the archive are outside the intended directory. When creating an instance of TensorflowModel using the savedmodel format and an exported tensorflow model, the apply function invokes th...

9.8CVSS7.1AI score0.01186EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/14 8:36 p.m.54 views

Microsoft Security Advisory CVE-2023-36558: .NET Security Feature Bypass Vulnerability

Microsoft Security Advisory CVE-2023-36558: .NET Security Feature Bypass Vulnerability Executive summary Microsoft is releasing this security advisory to provide information about a vulnerability in ASP.NET Core 6.0, ASP.NET Core 7.0 and, ASP.NET Core 8.0 RC2. This advisory also provides guidance...

6.2CVSS6.3AI score0.01085EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/09 10:03 p.m.54 views

Sentry Next.js vulnerable to SSRF via Next.js SDK tunnel endpoint

Impact An unsanitized input of Next.js SDK tunnel endpoint allows sending HTTP requests to arbitrary URLs and reflecting the response back to the user. This could open door for other attack vectors: client-side vulnerabilities: XSS/CSRF in the context of the trusted domain; interaction with...

9.3CVSS7AI score0.00631EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/10/25 6:32 p.m.54 views

SaToken privilege escalation vulnerability

An issue in Dromara SaToken version 1.36.0 and before allows a remote attacker to escalate privileges via a crafted payload to the URL...

9.8CVSS6.8AI score0.00964EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/10/24 7:20 p.m.54 views

Unsecured WMS dynamic styling sld=<url> parameter affords blind unauthenticated SSRF

Summary The WMS specification defines an sld= parameter for GetMap, GetLegendGraphic and GetFeatureInfo operations for user supplied "dynamic styling". Enabling the use of dynamic styles, without also configuring URL checks, provides the opportunity for Service Side Request Forgery. It is possibl...

8.6CVSS6.7AI score0.00514EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2023/10/16 9:30 a.m.54 views

SQL Injection in Apache InLong

Improper Neutralization of Special Elements used in an SQL Command 'SQL Injection' vulnerability in Apache InLong. This issue affects Apache InLong: from 1.4.0 through 1.8.0, the attacker can create misleading or false records, making it harder to audit and trace malicious activities. Users are...

7.5CVSS7.4AI score0.01226EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/10/10 9:31 p.m.54 views

MTProto proxy remote code execution vulnerability

In the mtprotoproxy aka MTProto proxy component through 0.7.2 for Erlang, a low-privileged remote attacker can access an improperly secured default installation without authenticating and achieve remote command execution ability...

8.8CVSS7.2AI score0.01513EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2023/09/29 6:30 p.m.54 views

Apache Avro Java SDK vulnerable to Improper Input Validation

When deserializing untrusted or corrupted data, it is possible for a reader to consume memory beyond the allowed constraints and thus lead to out of memory on the system. This issue affects Java applications using Apache Avro Java SDK up to and including 1.11.2. Users should update to apache-avro...

7.5CVSS7.5AI score0.01772EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/09/21 5:15 p.m.54 views

systeminformation SSID Command Injection Vulnerability

Impact SSID Command Injection Vulnerability Patches Problem was fixed with a parameter check. Please upgrade to version = 5.21.7, Version 4 was not affected Workarounds If you cannot upgrade, be sure to check or sanitize parameter strings that are passed to wifiConnections, wifiNetworks string on...

9.8CVSS7.3AI score0.01837EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/09/21 5:07 p.m.54 views

sudo-rs Session File Relative Path Traversal vulnerability

Background Sudo-rs allows users to not have to enter authentication at every sudo attempt, but instead only requiring authentication every once in a while in every terminal or process group. Only once a configurable timeout has passed will the user have to re-authenticate themselves. Supporting...

8.1CVSS7.7AI score0.00571EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/09/21 5:07 p.m.54 views

Vulnerable OpenSSL included in cryptography wheels

pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in cryptography 2.5-41.0.3 are vulnerable to several security issues. More details about the vulnerabilities themselves can be found in https://www.openssl.org/news/secadv/20230908.txt. If you...

6.8AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2023/09/19 3:30 a.m.54 views

NATS nats-server allows directory traversal via unintended path to a management action

NATS nats-server 2.2.0 through 2.7.4 allows directory traversal because of an unintended path to a management action from a management account...

9.8CVSS6.8AI score0.01003EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/24 10:22 p.m.54 views

libp2p nodes vulnerable to OOM attack

Summary In go-libp2p, by using signed peer records a malicious actor can store an arbitrary amount of data in a remote node’s memory. This memory does not get garbage collected and so the victim can run out of memory and crash. It is feasible to do this at scale. An attacker would have to transfe...

7.5CVSS6.7AI score0.00952EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/21 9:30 a.m.54 views

Apache Ivy External Entity Reference vulnerability

Improper Restriction of XML External Entity Reference, XML Injection aka Blind XPath Injection vulnerability in Apache Software Foundation Apache Ivy.This issue affects any version of Apache Ivy prior to 2.5.2. When Apache Ivy prior to 2.5.2 parses XML files - either its own configuration, Ivy...

8.2CVSS8.3AI score0.01999EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/16 9:02 p.m.54 views

Flarum vulnerable to LFI and Blind SSRF via Avatar upload

Impact The Flarum forum software is affected by a vulnerability that allows an attacker to conduct a Blind SSRF attack or disclose any file on the server, even with a basic user account on any Flarum forum. By uploading a file containing a URL and spoofing the MIME type, an attacker can manipulat...

7.1CVSS6.4AI score0.005EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
added 2023/08/16 9:02 p.m.54 views

Woodpecker does not validate webhook before changing any data

Impact An attacker can post malformed webhook data which leads to an update of the repository data that can e.g. allow the takeover of a repository. This is only critical if the CI is configured for public usage and connected to a forge witch is also in public usage. Patches Please use either nex...

8.1CVSS6.3AI score0.00883EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/09 2:37 p.m.54 views

PrestaShop XSS injection through Validate::isCleanHTML method

Impact xss injection through isCleanHTML method Patches 1.7.8.10 8.0.5 8.1.1 Found by Aleksey Solovev Positive Technologies Workarounds References...

8.3CVSS7.4AI score0.00513EPSS
SaveExploits0References4Affected Software1
Total number of security vulnerabilities5000