Lucene search
+L
GithubMost viewed

34132 matches found

Github Security Blog
Github Security Blog
added 2021/04/06 6:36 p.m.250 views

Rebuild-bot workflow may allow unauthorised repository modifications

Impact projen is a project generation tool that synthesizes project configuration files such as package.json, tsconfig.json, .gitignore, GitHub Workflows, eslint, jest, and more, from a well-typed definition written in JavaScript. Users of projen's NodeProject project type including any project...

8.1CVSS1AI score0.01381EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/11 9:33 p.m.248 views

Puma used with Rails may lead to Information Exposure

Impact Prior to puma version 5.6.2, puma may not always call close on the response body. Rails, prior to version 7.0.2.2, depended on the response body being closed in order for its CurrentAttributes implementation to work correctly. From Rails: Under certain circumstances response bodies will no...

8CVSS0.6AI score0.02124EPSS
SaveExploits0References14Affected Software1
Github Security Blog
Github Security Blog
added 2022/01/06 8:30 p.m.248 views

Regular Expression Denial of Service (ReDoS) in lodash

All versions of package lodash prior to 4.17.21 are vulnerable to Regular Expression Denial of Service ReDoS via the toNumber, trim and trimEnd functions. Steps to reproduce provided by reporter Liyuan Chen: js var lo = require'lodash'; function buildblankn var ret = "1" for var i = 0; i n; i++ r...

5.3CVSS6.3AI score0.07336EPSS
SaveExploits1References20Affected Software5
Github Security Blog
Github Security Blog
added 2020/08/05 2:52 p.m.248 views

Operation on a Resource after Expiration or Release in Jetty Server

In Eclipse Jetty, versions 9.4.27.v20200227 to 9.4.29.v20200521, in case of too large response headers, Jetty throws an exception to produce an HTTP 431 error. When this happens, the ByteBuffer containing the HTTP response headers is released back to the ByteBufferPool twice. Because of this doub...

9.4CVSS0.2AI score0.11138EPSS
SaveExploits0References22Affected Software1
Github Security Blog
Github Security Blog
added 2020/07/29 6:7 p.m.248 views

HTTP response splitting in uvicorn

Uvicorn before 0.11.7 is vulnerable to HTTP response splitting. CRLF sequences are not escaped in the value of HTTP headers. Attackers can exploit exploit this to add arbitrary headers to HTTP responses, or even return an arbitrary response body, whenever crafted input is used to construct HTTP...

5.3CVSS1.3AI score0.0136EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/05/07 3:30 a.m.247 views

Django bypasses validation when using one form field to upload multiple files

In Django 3.2 before 3.2.19, 4.x before 4.1.9, and 4.2 before 4.2.1, it was possible to bypass validation when using one form field to upload multiple files. This multiple upload has never been supported by forms.FileField or forms.ImageField only the last uploaded file was validated. However,...

9.8CVSS6.5AI score0.0138EPSS
SaveExploits0References12Affected Software1
Github Security Blog
Github Security Blog
added 2021/11/10 7:52 p.m.247 views

Template injection in thymeleaf-spring5

In the thymeleaf-spring5:3.0.12 component, thymeleaf combined with specific scenarios in template injection may lead to remote code execution...

9.8CVSS2.7AI score0.03866EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/04 6:0 p.m.247 views

yargs-parser Vulnerable to Prototype Pollution

Affected versions of yargs-parser are vulnerable to prototype pollution. Arguments are not properly sanitized, allowing an attacker to modify the prototype of Object, causing the addition or modification of an existing property that will exist on all objects. Parsing the argument --foo.proto.bar...

5.3CVSS4.7AI score0.00514EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2020/01/08 3:10 a.m.247 views

PrestaShop autoupgrade module ZIP archives were vulnerable from CVE-2017-9841

Impact We have identified that some autoupgrade module ZIP archives have been built with phpunit dev dependencies. PHPUnit contains a php script that would allow, on a webserver, an attacker to perform a RCE. This vulnerability impacts - phpunit before 4.8.28 and 5.x before 5.6.3 as reported in...

9.8CVSS0.7AI score0.99999EPSS
SaveExploits19References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/12/16 2:34 p.m.246 views

Code Injection in md-to-pdf.

The package md-to-pdf before 5.0.0 are vulnerable to Remote Code Execution RCE due to utilizing the library gray-matter to parse front matter content, without disabling the JS engine...

9.8CVSS5.4AI score0.05329EPSS
SaveExploits2References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/07/10 7:8 p.m.245 views

sweetalert2 contains potentially undesirable behavior

sweetalert2 versions from 11.6.14 to before 11.22.4 have potentially undesirable behavior. The package outputs audio and/or video messages that do not pertain to the functionality of the package when run on specific tlds. This functionality is documented on the project's readme...

7AI score
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2018/08/06 9:43 p.m.245 views

discordi.js is malware

The discordi.js package is malware that attempts to discover and exfiltrate a user's Discord credentials, sending them to pastebin. All versions have been unpublished from the npm registry. Recommendation Do not install / use this module. It has been unpublished from the npm registry but may exis...

7.3CVSS7AI score0.00749EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/09/23 10:5 p.m.244 views

Duplicate Advisory: Camaleon CMS vulnerable to remote code execution through code injection (GHSL-2024-185)

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-7x4w-cj9r-h4v9. This link is maintained to preserve external references. Original Description The actions defined inside of the MediaController class do not check whether a given path is inside a certain path e....

7.3AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/14 6:30 p.m.244 views

Guava vulnerable to insecure use of temporary directory

Use of Java's default temporary directory for file creation in FileBackedOutputStream in Google Guava versions 1.0 to 31.1 on Unix systems and Android Ice Cream Sandwich allows other users and apps on the machine with access to the default Java temporary directory to be able to access the files...

7.1CVSS6AI score0.00248EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2018/10/18 7:24 p.m.244 views

Apache Struts vulnerable to remote command execution (RCE) due to improper input validation

Apache Struts contains a Remote Code Execution when using results with no namespace and it's upper actions have no or wildcard namespace. The same flaw exists when using a url tag with no value, action set, and it's upper actions have no or wildcard namespace...

9.3CVSS2.9AI score0.99991EPSS
SaveExploits42References27Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/11 11:27 p.m.243 views

containerd v1.2.x can be coerced into leaking credentials during image pull

Impact If a container image manifest in the OCI Image format or Docker Image V2 Schema 2 format includes a URL for the location of a specific image layer otherwise known as a “foreign layer”, the default containerd resolver will follow that URL to attempt to download it. In v1.2.x but not 1.3.0 o...

6.1CVSS0.6AI score0.02236EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2020/08/25 11:40 p.m.243 views

Sandbox Breakout / Arbitrary Code Execution in safe-eval

All versions of safe-eval are vulnerable to Sandbox Escape leading to Remote Code Execution. The package fails to restrict access to the main context through Error objects. This may allow attackers to execute arbitrary code in the system. Evaluating the payload js function var ex = new Error...

9.8CVSS9.5AI score0.0143EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/02/21 6:55 p.m.243 views

HTTP Request Smuggling in Netty

HttpObjectDecoder.java in Netty before 4.1.44 allows an HTTP header that lacks a colon, which might be interpreted as a separate header with an incorrect syntax, or might be interpreted as an "invalid fold."...

9.1CVSS0.9AI score0.08914EPSS
SaveExploits1References120Affected Software3
Github Security Blog
Github Security Blog
added 2026/06/12 8:8 p.m.242 views

Withdrawn Advisory: esbuild: Missing binary integrity verification in Deno module enables remote code execution via NPM_CONFIG_REGISTRY

Withdrawn Advisory This advisory has been withdrawn because the affected package was incorrectly identified and the actual affected package is not in a supported ecosystem. This link is maintained to preserve external references. Original Description Summary The esbuild Deno module lib/deno/mod.t...

6.1AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/08/27 7:50 p.m.242 views

Webpack's AutoPublicPathRuntimeModule has a DOM Clobbering Gadget that leads to XSS

Summary We discovered a DOM Clobbering vulnerability in Webpack’s AutoPublicPathRuntimeModule. The DOM Clobbering gadget in the module can lead to cross-site scripting XSS in web pages where scriptless attacker-controlled HTML elements e.g., an img tag with an unsanitized name attribute are...

6.4CVSS6.2AI score0.00904EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2020/03/05 10:9 p.m.241 views

Remote code execution in PHPMailer

Impact The mailSend function in the default isMail transport in PHPMailer before 5.2.18 might allow remote attackers to pass extra parameters to the mail command and consequently execute arbitrary code via a " backslash double quote in a crafted Sender property. Patches Fixed in 5.2.18 Workaround...

9.8CVSS3.9AI score0.99714EPSS
SaveExploits59References23Affected Software1
Github Security Blog
Github Security Blog
added 2018/10/17 7:56 p.m.241 views

Remote code execution occurs in Apache Solr

Remote code execution occurs in Apache Solr before versions 5.5.5, 6.6.2 and 7.1.0 by exploiting XXE in conjunction with use of a Config API add-listener command to reach the RunExecutableListener class. Elasticsearch, although it uses Lucene, is NOT vulnerable to this. Note that the XML external...

9.8CVSS3.4AI score0.91896EPSS
SaveExploits12References30Affected Software1
Github Security Blog
Github Security Blog
added 2020/02/19 4:43 p.m.240 views

TaffyDB can allow access to any data items in the DB

TaffyDB allows attackers to forge adding additional properties into user-input processed by taffy which can allow access to any data items in the DB. Taffy sets an internal index for each data item in its DB. However, it is found that the internal index can be forged by adding additional properti...

7.5CVSS4.4AI score0.01861EPSS
SaveExploits1References4Affected Software2
Github Security Blog
Github Security Blog
added 2018/11/09 5:44 p.m.240 views

Remote Memory Exposure in request

Affected versions of request will disclose local system memory to remote systems in certain circumstances. When a multipart request is made, and the type of body is number, then a buffer of that size will be allocated and sent to the remote server as the body. Proof of Concept js var request =...

7.1CVSS5.8AI score0.02625EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/07/05 10:56 p.m.239 views

jquery-validation Regular Expression Denial of Service due to arbitrary input to url2 method

Summary Incomplete fix of CVE-2021-43306: An exponential ReDoS Regular Expression Denial of Service can be triggered in the jquery-validation npm package, when an attacker is able to supply arbitrary input to the url2 method...

7.5CVSS7.3AI score0.0204EPSS
SaveExploits2References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/01/21 8:59 p.m.239 views

RFD attack via Content-Disposition header sourced from request input by Spring MVC or Spring WebFlux Application

In Spring Framework, versions 5.2.x prior to 5.2.3, versions 5.1.x prior to 5.1.13, and versions 5.0.x prior to 5.0.16, an application is vulnerable to a reflected file download RFD attack when it sets a "Content-Disposition" header in the response where the filename attribute is derived from use...

8CVSS4.2AI score0.88402EPSS
SaveExploits2References47Affected Software2
Github Security Blog
Github Security Blog
added 2018/07/18 6:28 p.m.237 views

Withdrawn Advisory: mariadb was malware

Withdrawn Advisory This advisory has been withdrawn because MariaDB now owns https://www.npmjs.com/package/mariadb and the package is no longer malicious. This link is maintained to preserve external references. Original Description The mariadb package is a piece of malware that steals environmen...

7.5CVSS7.6AI score0.01135EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/07 4:7 p.m.235 views

QOS.ch Logback vulnerable to Deserialization of Untrusted Data

QOS.ch Logback before 1.2.0 has a serialization vulnerability affecting the SocketServer and ServerSocketReceiver components. The RemoteStreamAppenderClient class in logback-classic and the SocketNode classes in logback-classic and logback-access allow data to be deserialized over a Java Socket,...

9.8CVSS9.2AI score0.07501EPSS
SaveExploits0References25Affected Software2
Github Security Blog
Github Security Blog
added 2020/06/05 7:37 p.m.235 views

Use of insecure jQuery version in OctoberCMS

Impact Passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods i.e. .html, .append, and others may execute untrusted code. Patches Issue has been patched in Build 466 v1.0.466 by applying the recommended patch from @jquery. Workarounds Apply...

6.9CVSS0.5AI score0.99019EPSS
SaveExploits7References4Affected Software2
Github Security Blog
Github Security Blog
added 2022/06/23 12:0 a.m.234 views

Log Injection in Apache Sling Commons Log and Apache Sling API

Apache Sling Commons Log = 5.4.0 and Apache Sling API = 2.25.0 are vulnerable to log injection. The ability to forge logs may allow an attacker to cover tracks by injecting fake logs and potentially corrupt log files...

5.3CVSS5.8AI score0.02273EPSS
SaveExploits0References3Affected Software2
Github Security Blog
Github Security Blog
added 2020/06/15 8:36 p.m.234 views

Insecure Deserialization in Apache Commons Collection

Serialized-object interfaces in Java applications using the Apache Commons Collections ACC library may allow remote attackers to execute arbitrary commands via a crafted serialized Java object...

9.8CVSS8.1AI score0.1807EPSS
SaveExploits1References12Affected Software5
Github Security Blog
Github Security Blog
added 2020/01/16 10:35 p.m.234 views

Django Potential account hijack via password reset form

Django before 1.11.27, 2.x before 2.2.9, and 3.x before 3.0.1 allows account takeover. A suitably crafted email address that is equal to an existing user's email address after case transformation of Unicode characters would allow an attacker to be sent a password reset token for the matched user...

9.8CVSS8.9AI score0.35052EPSS
SaveExploits7References17Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/10 3:43 p.m.232 views

Cross-Site Request Forgery (CSRF) in FastAPI

Impact FastAPI versions lower than 0.65.2 that used cookies for authentication in path operations that received JSON payloads sent by browsers were vulnerable to a Cross-Site Request Forgery CSRF attack. In versions lower than 0.65.2, FastAPI would try to read the request payload as JSON even if...

8.2CVSS1.9AI score0.00772EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/02/11 8:42 p.m.232 views

SSRF in adminer

Impact Users of Adminer versions bundling all drivers e.g. adminer.php are affected. Patches Patched by ccd2374b, included in version 4.7.9. Workarounds Use a single driver version e.g. adminer-mysql.php. Protect access to Adminer also by other means, e.g. by HTTP password, IP address limiting or...

7.2CVSS2AI score0.90461EPSS
SaveExploits3References9Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/03 7:39 p.m.231 views

Command Injection in marsdb

All versions of marsdb are vulnerable to Command Injection. In the DocumentMatcher class, selectors on $where clauses are passed to a Function constructor unsanitized. This allows attackers to run arbitrary commands in the system when the function is executed. Recommendation No fix is currently...

6.4AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2020/04/30 5:16 p.m.230 views

Prototype Pollution Protection Bypass in qs

Affected version of qs are vulnerable to Prototype Pollution because it is possible to bypass the protection. The qs.parse function fails to properly prevent an object's prototype to be altered when parsing arbitrary input. Input containing or may bypass the prototype pollution protection and alt...

7.5CVSS4.6AI score0.02395EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2020/01/07 5:20 p.m.230 views

PrestaShop module ps_facetedsearch might be vulnerable from CVE-2017-9841

Impact We have identified that some psfacetedsearch module ZIP archives have been built with phpunit dev dependencies. PHPUnit contains a php script that would allow, on a webserver, an attacker to perform a RCE. This vulnerability impacts - phpunit before 4.8.28 and 5.x before 5.6.3 as reported ...

9.8CVSS0.6AI score0.99999EPSS
SaveExploits19References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/10 6:44 p.m.229 views

Regular Expression Denial of Service in trim

All versions of package trim lower than 0.0.3 are vulnerable to Regular Expression Denial of Service ReDoS via trim...

7.5CVSS7.5AI score0.03777EPSS
SaveExploits1References12Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/29 4:32 p.m.229 views

Server-side Request Forgery (SSRF) via img tags in reportlab

All versions of package reportlab at time of writing are vulnerable to Server-side Request Forgery SSRF via img tags. In order to reduce risk, use trustedSchemes & trustedHosts see in Reportlab's documentation Steps to reproduce by Karan Bamal: 1. Download and install the latest package of...

6.5CVSS6.7AI score0.01487EPSS
SaveExploits1References11Affected Software1
Github Security Blog
Github Security Blog
added 2020/07/07 12:1 a.m.229 views

Context isolation bypass via Promise in Electron

Impact Apps using contextIsolation are affected. This is a context isolation bypass, meaning that code running in the main world context in the renderer can reach into the isolated Electron context and perform privileged actions. Workarounds There are no app-side workarounds, you must update your...

6.8CVSS4.9AI score0.0081EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/07/22 7:43 p.m.228 views

Privilege escalation: all users can access Admin-level API keys

Impact An error in the implementation of the limits service in 4.0.0 allows all authenticated users including contributors to view admin-level API keys via the integrations API endpoint, leading to a privilege escalation vulnerability. GhostPro has already been patched. Self-hosters are impacted ...

7.2CVSS6.8AI score0.01019EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/01/02 4:41 p.m.227 views

tj-actions/changed-files has Potential Actions command injection in output filenames (GHSL-2023-271)

Summary The tj-actions/changed-files workflow allows for command injection in changed filenames, allowing an attacker to execute arbitrary code and potentially leak secrets. Details The changed-files action returns a list of files changed in a commit or pull request which provides an escapejson...

9.8CVSS8.4AI score0.03351EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2020/03/10 6:3 p.m.227 views

Prototype pollution in dojo

In affected versions of dojo NPM package, the deepCopy method is vulnerable to Prototype Pollution. Prototype Pollution refers to the ability to inject properties into existing JavaScript language construct prototypes, such as objects. An attacker manipulates these attributes to overwrite, or...

7.7CVSS3.2AI score0.0399EPSS
SaveExploits1References13Affected Software1
Github Security Blog
Github Security Blog
added 2019/01/04 7:9 p.m.227 views

XML External Entity Reference (XXE) in jackson-databind

FasterXML jackson-databind 2.x before 2.9.7 might allow attackers to conduct external XML entity XXE attacks by leveraging failure to block unspecified JDK classes from polymorphic deserialization...

9.8CVSS9.1AI score0.07524EPSS
SaveExploits0References34Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/04 6:30 a.m.226 views

is-url Inefficient Regular Expression Complexity vulnerability

A vulnerability was found in Segmentio is-url up to 1.2.2. It has been rated as problematic. Affected by this issue is an unknown functionality of the file index.js. The manipulation leads to inefficient regular expression complexity. The attack may be launched remotely. Upgrading to version 1.2....

7.5CVSS3.6AI score0.00944EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/07/18 12:0 a.m.224 views

WooCommerce WordPress plugin before 6.6.0 vulnerable to stored HTML injection

The WooCommerce WordPress plugin before 6.6.0 is vulnerable to stored HTML injection due to lack of escaping and sanitizing in the payment gateway titles...

4.8CVSS1.2AI score0.00625EPSS
SaveExploits2References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/09 10:22 p.m.224 views

Improper Certificate Validation in node-sass

Certificate validation in node-sass 2.0.0 to 6.0.1 is disabled when requesting binaries even if the user is not specifying an alternative download path...

5.3CVSS5.8AI score0.0082EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2020/06/15 8:36 p.m.223 views

Insecure Deserialization in Apache Commons Beanutils

In Apache Commons Beanutils 1.9.2, a special BeanIntrospector class was added which allows suppressing the ability for an attacker to access the classloader via the class property available on all Java objects. We, however were not using this by default characteristic of the PropertyUtilsBean...

7.5CVSS3.6AI score0.29951EPSS
SaveExploits1References57Affected Software1
Github Security Blog
Github Security Blog
added 2020/02/04 10:39 p.m.222 views

Improper Restriction of XML External Entity Reference in jackson-mapper-asl

A flaw was found in org.codehaus.jackson:jackson-mapper-asl:1.9.x libraries. XML external entity vulnerabilities similar to CVE-2016-3720 also affects codehaus jackson-mapper-asl libraries but in different classes...

7.5CVSS2.8AI score0.17044EPSS
SaveExploits0References73Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/19 11:2 p.m.221 views

Insecure deserialization in Wire

Due to how Wire handles type information in its serialization format, malicious payloads can be passed to a deserializer. e.g. using a surrogate on the sender end, an attacker can pass information about a different type for the receiving end. And by doing so allowing the serializer to create any...

9.1CVSS0.9AI score0.01584EPSS
SaveExploits1References4Affected Software1
Total number of security vulnerabilities5000