Lucene search
+L
GithubMost viewed

34161 matches found

Github Security Blog
Github Security Blog
added 2021/03/12 11:0 p.m.53 views

Code injection in nobelprizeparser

Code injection through use of eval...

3AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/08 3:49 p.m.53 views

botframework-connector vulnerable to Improper Authentication

Impact A maliciously crafted claim may be incorrectly authenticated by the bot. Impacts bots that are not configured to be used as a Skill. This vulnerability requires an attacker to have internal knowledge of the bot. Patches The problem has been patched in all affected versions. Please see the...

5.5CVSS5.5AI score0.01057EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/02/02 6:50 p.m.53 views

Command Injection Vulnerability in Mechanize

This security advisory has been created for public disclosure of a Command Injection vulnerability that was responsibly reported by @kyoshidajp Katsuhiko YOSHIDA. Impact Mechanize = v2.0, v2.7.7 allows for OS commands to be injected using several classes' methods which implicitly use Ruby's...

8.3CVSS8.1AI score0.03507EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2021/01/29 8:51 p.m.53 views

Processing untrusted theming resources might execute arbitrary code (ACE)

Impact When processing theming resources i.e. .less files with less-openui5 that originate from an untrusted source, those resources might contain JavaScript code which will be executed in the context of the build process. While this is a feature of the Less.js library, it is an unexpected behavi...

7.8CVSS0.2AI score0.00988EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2020/12/18 6:23 p.m.54 views

Code Injection in mquery

lib/utils.js in mquery before 3.2.3 allows a pollution attack because a special property e.g., proto can be copied during a merge or clone operation...

5.3CVSS5.9AI score0.01028EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2020/12/02 6:28 p.m.53 views

XXE in petl

Impact Information Disclosure Summary petl is a Python library that provides functions for extraction, transformation, and loading ETL of data. petl before 1.68, in some configurations, allows resolution of entities in XML input. An attacker who is able to submit XML input to an application using...

9.8CVSS0.5AI score0.02295EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2020/11/09 2:21 p.m.53 views

Cross-Site Scripting in scratch-svg-renderer

This affects the package scratch-svg-renderer before 0.2.0-prerelease.20201019174008. The loadString function does not escape SVG properly, which can be used to inject arbitrary elements into the DOM via the transformMeasurements function...

9.6CVSS3.8AI score0.06148EPSS
SaveExploits3References4Affected Software1
Github Security Blog
Github Security Blog
added 2020/10/27 7:15 p.m.53 views

receiving subscription objects with deleted session

Original Message: Hi, I create objects with one client with an ACL of all users with a specific column value. Thats working so far. Then I deleted the session object from one user to look if he can receive subscription objects and he can receive them. The client with the deleted session cant crea...

4.3CVSS0.9AI score0.01165EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2020/10/06 2:24 p.m.53 views

Unpreventable top-level navigation

Impact The will-navigate event that apps use to prevent navigations to unexpected destinations as per our security recommendations can be bypassed when a sub-frame performs a top-frame navigation across sites. Patches 11.0.0-beta.1 10.0.1 9.3.0 8.5.1 Workarounds Sandbox all your iframes using the...

7.5CVSS2.3AI score0.01351EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.53 views

Null pointer dereference in tensorflow-lite

Impact A crafted TFLite model can force a node to have as input a tensor backed by a nullptr buffer. This can be achieved by changing a buffer index in the flatbuffer serialization to convert a read-only tensor to a read-write one. The runtime assumes that these buffers are written to before a...

5.9CVSS1AI score0.008EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.53 views

Denial of Service in Tensorflow

Impact The RaggedCountSparseOutput does not validate that the input arguments form a valid ragged tensor. In particular, there is no validation that the splits tensor has the minimum required number of elements. Code uses this quantity to initialize a different data structure:...

5.9CVSS1.3AI score0.00812EPSS
SaveExploits1References8Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/03 5:20 p.m.53 views

Malicious Package in malicious-do-not-install

All versions of malicious-do-not-install contain malicious code. The package copies the contents of /etc/passwd and /etc/shadow to files in the local /tmp/ folder. Recommendation Remove the package from your environment and rotate affected credentials...

4.8AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/02 9:20 p.m.53 views

Cross-Site Scripting in wangeditor

All versions of wangeditor are vulnerable to Cross-Site Scripting. The package fails to properly encode output, allowing arbitrary JavaScript to be inserted in links and executed by browsers. Recommendation No fix is currently available. Consider using an alternative module until a fix is made...

4.2AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/01 9:26 p.m.53 views

Denial of Service in markdown-it-toc-and-anchor

All versions of markdown-it-toc-and-anchor are vulnerable to Denial of Service. Parsing markdown containing text+\n@toc causes the application to enter and infinite loop. Recommendation No fix is currently available. Consider using an alternative module until a fix is made available...

4.5AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/01 3:30 p.m.53 views

Cross-Site Scripting in swagger-ui

Affected versions of swagger-ui contain a cross-site scripting vulnerability in the key names of a specific nested object in the JSON document. Proof of Concept The vulnerable object structure is: "definitions": "arbitraryVal": "properties": "": "LoremIpsum" Malicious JSON documents can be loaded...

6.1CVSS2.6AI score0.01028EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/08/31 10:41 p.m.53 views

methodOverride Middleware Reflected Cross-Site Scripting in connect

Connect is a stack of middleware that is executed in order in each request. The "methodOverride" middleware allows the http post to override the method of the request with the value of the "method" post key or with the header "x-http-method-override". Because the user post input was not checked,...

6.1CVSS0.8AI score0.01417EPSS
SaveExploits0References12Affected Software1
Github Security Blog
Github Security Blog
added 2020/08/28 8:48 p.m.53 views

Cross Site Scripting in baserCMS

baserCMS 4.3.6 and earlier is affected by Cross Site Scripting XSS. Impact: XSS via Arbitrary script execution. Attack vector is: Administrator must be logged in. Components are: contentfields.php, contentinfo.php, contentoptions.php, contentrelated.php, indexlisttree.php, jquery.bcTree.js Tested...

7.3CVSS2.2AI score0.01011EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/08/26 6:55 p.m.53 views

XSS due to lack of CSRF validation for replying/publishing

Impact Due to lack of CSRF validation, a logged in user is potentially vulnerable to an XSS attack which could allow a third party to post on their behalf on the forum. Patches Upgrade to the latest version v0.7.0 Workarounds You can cherry-pick the following commit:...

8.1CVSS2.3AI score0.00612EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/08/19 6:2 p.m.53 views

Observable Timing Discrepancy in OpenMage LTS

Impact This vulnerability allows to circumvent the formkey protection in the Admin Interface and increases the attack surface for Cross Site Request Forgery attacks Patches The latest OpenMage Versions up from 19.4.6 and 20.0.2 have this Issue solved References Related to Adobes CVE-2020-9690...

8CVSS2.5AI score0.00931EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/08/04 10:17 p.m.53 views

Ability to change order address without triggering address validations in solidus

Impact This vulnerability allows a malicious customer to craft request data with parameters that allow changing the address of the current order without changing the shipment costs associated with the new shipment. All stores with at least two shipping zones and different costs of shipment per zo...

5.3CVSS0.1AI score0.00896EPSS
SaveExploits1References7Affected Software2
Github Security Blog
Github Security Blog
added 2020/07/27 9:52 p.m.53 views

Out-of-bounds read in Pillow

In libImaging/SgiRleDecode.c in Pillow through 7.0.0, a number of out-of-bounds reads exist in the parsing of SGI image files, a different issue than CVE-2020-5311...

8.1CVSS3.6AI score0.02514EPSS
SaveExploits0References14Affected Software1
Github Security Blog
Github Security Blog
added 2020/07/27 4:57 p.m.53 views

Stored XSS in Apache Airflow

An issue was found in Apache Airflow versions 1.10.10 and below. A stored XSS vulnerability was discovered in the Chart pages of the the "classic" UI...

6.1CVSS3.5AI score0.0276EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2020/06/26 4:48 p.m.53 views

JHipster Kotlin using insecure source of randomness `RandomStringUtils` before v1.2.0

JHipster Kotlin is using an insecure source of randomness to generate all of its random values. JHipster Kotlin relies upon apache commons lang3 RandomStringUtils. From the documentation: Caveat: Instances of Random, upon which the implementation of this class relies, are not cryptographically...

9.8CVSS0.2AI score0.03673EPSS
SaveExploits1References15Affected Software1
Github Security Blog
Github Security Blog
added 2020/06/11 12:4 a.m.53 views

Uncontrolled Resource Consumption in Indy Node

Summary Indy Node has a bug in TAA handling code. The current primary can be crashed with a malformed transaction from a client, which leads to a view change. Repeated rapid view changes have the potential of bringing down the network. Discovery On May 18, Evernym's monitoring of Sovrin StagingNe...

7.5CVSS7.4AI score0.02125EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2020/03/25 6:20 p.m.53 views

Vyper interfaces returning integer types less than 256 bits can be manipulated if uint256 is used

VVE-2020-0001 Earlier today, we received a responsible disclosure of a potential issue from @montyly security researcher at @trailofbits for Vyper users who make assumptions about what values certain interface types can return. Impact We determined the issue to be mild and unlikely to be exploite...

6.5AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2019/10/14 9:23 p.m.53 views

Incorrect Access Control vulnerability in api-platform/core

API Platform version from 2.2.0 to 2.3.5 contains an Incorrect Access Control vulnerability in GraphQL delete mutations that can result in a user authorized to delete a resource can delete any resource. This attack appears to be exploitable via the user must be authorized. This vulnerability...

6.5CVSS5.5AI score0.01024EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2019/01/04 7:6 p.m.53 views

Deserialization of Untrusted Data in jackson-databind due to polymorphic deserialization

FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the axis2-transport-jms class from polymorphic deserialization...

9.8CVSS9.3AI score0.10599EPSS
SaveExploits0References39Affected Software1
Github Security Blog
Github Security Blog
added 2018/10/19 4:50 p.m.53 views

Improper Input Validation in async-http-client

Async Http Client aka async-http-client before 2.0.35 can be tricked into connecting to a host different from the one extracted by java.net.URI if a '?' character occurs in a fragment identifier. Similar bugs were previously identified in cURL CVE-2016-8624 and Oracle Java 8 java.net.URL...

7.5CVSS2.1AI score0.03046EPSS
SaveExploits0References30Affected Software1
Github Security Blog
Github Security Blog
added 2018/10/18 5:43 p.m.53 views

jackson-dataformat-xml vulnerable to server side request forgery (SSRF)

Versions of jackson-dataformat-xml prior to 2.7.8 and prior to 2.8.4 allow remote attackers to conduct server-side request forgery SSRF attacks via vectors related to a DTD...

8.6CVSS6.3AI score0.02356EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2018/10/17 4:23 p.m.53 views

Deserialization of Untrusted Data in Bouncy castle

Legion of the Bouncy Castle Java Cryptography APIs starting in version 1.57 and prior to version 1.60 contains a CWE-470: Use of Externally-Controlled Input to Select Classes or Code 'Unsafe Reflection' vulnerability in XMSS/XMSS^MT private key deserialization that can result in Deserializing an...

9.8CVSS8.8AI score0.04767EPSS
SaveExploits0References15Affected Software1
Github Security Blog
Github Security Blog
added 2018/07/23 7:51 p.m.53 views

Denial of service in django

The verifyexists functionality in the URLField implementation in Django before 1.2.7 and 1.3.x before 1.3.1 relies on Python libraries that attempt access to an arbitrary URL with no timeout, which allows remote attackers to cause a denial of service resource consumption via a URL associated with...

5CVSS7.5AI score0.03024EPSS
SaveExploits0References13Affected Software1
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.53 views

actionpack Cross-site Scripting vulnerability

The sanitizecss method in lib/actioncontroller/vendor/html-scanner/html/sanitizer.rb in the Action Pack component in Ruby on Rails before 2.3.18, 3.0.x and 3.1.x before 3.1.12, and 3.2.x before 3.2.13 does not properly handle \n newline characters, which makes it easier for remote attackers to...

4.3CVSS5.5AI score0.0264EPSS
SaveExploits1References17Affected Software1
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.53 views

actionmailer email address processing causes Denial of service

Multiple format string vulnerabilities in logsubscriber.rb files in the log subscriber component in Action Mailer in Ruby on Rails 3.x before 3.2.15 allow remote attackers to cause a denial of service via a crafted e-mail address that is improperly handled during construction of a log message...

4.3CVSS6.2AI score0.03135EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.53 views

JSON gem has Improper Input Validation vulnerability

The JSON gem before 1.5.5, 1.6.x before 1.6.8, and 1.7.x before 1.7.7 for Ruby allows remote attackers to cause a denial of service resource consumption or bypass the mass assignment protection mechanism via a crafted JSON document that triggers the creation of arbitrary Ruby symbols or certain...

7.5CVSS4.9AI score0.13911EPSS
SaveExploits0References22Affected Software1
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.53 views

Potential for Script Injection in syntax-error

Versions of syntax-error prior to 1.1.1 are affected by a cross-site scripting vulnerability which may allow a malicious file to execute code when browserified. Recommendation Update to version 1.1.1 or later...

10CVSS6AI score0.13048EPSS
SaveExploits2References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/29 7:43 p.m.52 views

go-git: Malformed Git object data may cause panics or resource exhaustion

Impact Several denial-of-service issues were identified in go-git when parsing maliciously crafted Git repository data. An attacker may craft a malicious .pack, .idx or loose objects that causes an application using an affected version of go-git to panic or consume excessive resources. This can...

5.7AI score
SaveExploits0References2Affected Software2
Github Security Blog
Github Security Blog
added 2026/05/14 8:30 p.m.52 views

Svelte: SSR XSS via Insecure Promise Serialization in hydratable

Contents of hydratable promises were not properly stringified, potentially leading to an XSS exploit. You are vulnerable if all of the following is true: - you are using hydratable an experimental feature at the time of this report - you are passing attacker-controlled input such that a synchrono...

5.8AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/08 5:2 p.m.52 views

MCP Registry has open redirect via protocol-relative path in trailing-slash middleware

Summary The TrailingSlashMiddleware in internal/api/server.go is vulnerable to an open redirect attack. An attacker can craft a URL with a protocol-relative path e.g., //evil.com/ that, after trailing slash removal, results in a Location header of //evil.com — which browsers interpret as an...

5.8AI score0.0041EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/07 1:56 a.m.52 views

ArgoCD ServerSideDiff is vulnerable to Kubernetes Secret Extraction

Summary There is a missing authorization and data-masking gap in Argo CD's ServerSideDiff endpoint that allows an attacker with read-only access to extract plaintext Kubernetes Secret data from etcd via the Kubernetes API server's Server-Side Apply dry-run mechanism. Details Argo CD masks Secret...

9.6CVSS5.8AI score0.00506EPSS
SaveExploits2References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/03 3:0 a.m.52 views

OpenClaw: Incomplete host-env-security-policy allows untrusted model to substitute compiler binaries via env overrides

Summary Incomplete host-env-security-policy.json allows untrusted model to substitute compiler binaries CC, CXX, CARGOBUILDRUSTC, CMAKECCOMPILER via env overrides on approved host exec requests Current Maintainer Triage - Status: narrow - Normalized severity: medium - Assessment: Shipped v2026.3....

6.1CVSS5.9AI score0.0013EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/01 11:50 p.m.52 views

lodash vulnerable to Prototype Pollution via array path bypass in `_.unset` and `_.omit`

Impact Lodash versions 4.17.23 and earlier are vulnerable to prototype pollution in the .unset and .omit functions. The fix for CVE-2025-13465 only guards against string key members, so an attacker can bypass the check by passing array-wrapped path segments. This allows deletion of properties fro...

6.5CVSS5.9AI score0.00317EPSS
SaveExploits0References4Affected Software4
Github Security Blog
Github Security Blog
added 2025/04/04 2:7 p.m.52 views

GraphQL query operations security can be bypassed

Summary Using the Relay special node type you can bypass the configured security on an operation. Details Here is an example of how to apply security configurations for the GraphQL operations: php ApiResource security: "isgranted'ROLEUSER'", operations: / ... / , graphQlOperations: new...

7.5CVSS7.4AI score0.00439EPSS
SaveExploits0References9Affected Software2
Github Security Blog
Github Security Blog
added 2025/03/20 12:32 p.m.52 views

LiteLLM Has a Leakage of Langfuse API Keys

In berriai/litellm version v1.52.1, an issue in proxyserver.py causes the leakage of Langfuse API keys when an error occurs while parsing team settings. This vulnerability exposes sensitive information, including langfusesecret and langfusepublickey, which can provide full access to the Langfuse...

7.5CVSS6.7AI score0.00523EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/10/28 12:23 p.m.52 views

pyLoad vulnerable to remote code execution by download to /.pyload/scripts using /flashgot API

Summary The folder /.pyload/scripts has scripts which are run when certain actions are completed, for e.g. a download is finished. By downloading a executable file to a folder in /scripts and performing the respective action, remote code execution can be achieved. A file can be downloaded to such...

9.1CVSS6.7AI score0.00682EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/09/18 3:52 p.m.52 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.00674EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2024/09/10 7:41 p.m.52 views

express vulnerable to XSS via response.redirect()

Impact In express 4.20.0, passing untrusted user input - even after sanitizing it - to response.redirect may execute untrusted code Patches this issue is patched in express 4.20.0 Workarounds users are encouraged to upgrade to the patched version of express, but otherwise can workaround this issu...

5CVSS6.8AI score0.00458EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/09/03 7:45 p.m.52 views

Pimcore includes vulnerable PHPOffice/PhpSpreadsheet

Summary Pimcore 10.6.x and Enterprise 10.6.x versions currently depend on PHPOffice/PhpSpreadsheet version 1.x, which has recently been identified with a security vulnerability CVE-2024-45048. To mitigate this issue, it is recommended to update to the latest version 2.2.2. For more details, pleas...

8.8CVSS6.8AI score0.0057EPSS
SaveExploits1References3Affected Software3
Github Security Blog
Github Security Blog
added 2024/08/05 7:48 p.m.52 views

Nuxt Devtools has a Path Traversal: '../filedir'

Summary Nuxt Devtools is missing authentication on the getTextAssetContent RPC function which is vulnerable to path traversal. Combined with a lack of Origin checks on the WebSocket handler, an attacker is able to interact with a locally running devtools instance and exfiltrate data abusing this...

8.8CVSS9AI score0.01212EPSS
SaveExploits2References8Affected Software1
Github Security Blog
Github Security Blog
added 2024/08/02 9:12 p.m.52 views

Reposilite artifacts vulnerable to Stored Cross-site Scripting

Summary Reposilite v3.5.10 is affected by Stored Cross-Site Scripting XSS when displaying artifact's content in the browser. Details As a Maven repository manager, Reposilite provides the ability to view the artifacts content in the browser, as well as perform administrative tasks via API. The...

7.1CVSS6.8AI score0.00783EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/07/30 3:4 p.m.52 views

pREST vulnerable to jwt bypass + sql injection

Summary Probably jwt bypass + sql injection or what i'm doing wrong? PoC how to reproduce 1. Create following files: docker-compose.yml: services: postgres: image: postgres containername: postgrescontainermre environment: POSTGRESUSER: testuserpg POSTGRESPASSWORD: testpasspg POSTGRESDB: testdb...

8.3AI score
SaveExploits0References4Affected Software1
Total number of security vulnerabilities5000