Lucene search
+L
GithubMost viewed

35598 matches found

Github Security Blog
Github Security Blog
added 2024/04/03 4:46 p.m.307 views

Vite's `server.fs.deny` did not deny requests for patterns with directories.

Summary Vite dev server option server.fs.deny did not deny requests for patterns with directories. An example of such a pattern is /foo//. Impact Only apps setting a custom server.fs.deny that includes a pattern with directories, and explicitly exposing the Vite dev server to the network using...

5.9CVSS6.9AI score0.00711EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/09/25 6:37 p.m.307 views

Searchor CLI's Search vulnerable to Arbitrary Code using Eval

An issue in Arjun Sharda's Searchor before version v.2.4.2 allows an attacker to execute arbitrary code via a crafted script to the eval function in Searchor's src/searchor/main.py file, affecting the search feature in Searchor's CLI Command Line Interface. Impact Versions equal to, or below 2.4....

9.8CVSS7.2AI score0.02565EPSS
SaveExploits3References8Affected Software1
Github Security Blog
Github Security Blog
added 2022/08/06 5:20 a.m.307 views

Rust-WebSocket memory allocation based on untrusted length

Impact Untrusted websocket connections can cause an out-of-memory OOM process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer based on the declared dataframe size, which may come from an untrusted source. When...

7.5CVSS7.2AI score0.01824EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/09 10:29 p.m.304 views

Resource exhaustion in engine.io

Engine.IO before 4.0.0 and 3.6.0 allows attackers to cause a denial of service resource consumption via a POST request to the long polling transport...

7.5CVSS7.2AI score0.03237EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/10/26 2:55 p.m.303 views

XSS in `*Text` options of the Datepicker widget in jquery-ui

Impact Accepting the value of various Text options of the Datepicker widget from untrusted sources may execute untrusted code. For example, initializing the datepicker in the following way: js $ "datepicker" .datepicker showButtonPanel: true, showOn: "both", closeText: "doEvilThing 'closeText XSS...

6.5CVSS0.7AI score0.08533EPSS
SaveExploits1References25Affected Software4
Github Security Blog
Github Security Blog
added 2024/06/07 9:58 p.m.302 views

Zend-Form vulnerable to Cross-site Scripting

Many Zend Framework 2 view helpers were using the escapeHtml view helper in order to escape HTML attributes, instead of the more appropriate escapeHtmlAttr. In situations where user data and/or JavaScript is used to seed attributes, this can lead to potential cross site scripting XSS attack...

5.8AI score
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/14 12:56 a.m.301 views

Laravel Framework RCE Vulnerability

In Laravel Framework through 5.5.40 and 5.6.x through 5.6.29, remote code execution might occur as a result of an unserialize call on a potentially untrusted X-XSRF-TOKEN value. This involves the decrypt method in Illuminate/Encryption/Encrypter.php and PendingBroadcast in...

8.1CVSS7.7AI score0.76814EPSS
SaveExploits11References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/12/14 6:01 p.m.301 views

Incomplete fix for Apache Log4j vulnerability

Impact The fix to address CVE-2021-44228 in Apache Log4j 2.15.0 was incomplete in certain non-default configurations. This could allow attackers with control over Thread Context Map MDC input data when the logging configuration uses a non-default Pattern Layout with either a Context Lookup for...

10CVSS2.2AI score0.99999EPSS
SaveExploits370References29Affected Software2
Github Security Blog
Github Security Blog
added 2019/01/17 1:57 p.m.298 views

bootstrap Cross-site Scripting vulnerability

In Bootstrap before 3.4.0, XSS is possible in the affix configuration target property...

6.1CVSS1.6AI score0.03984EPSS
SaveExploits1References18Affected Software4
Github Security Blog
Github Security Blog
added 2022/05/13 1:25 a.m.296 views

Deserialization of Untrusted Data in Apache commons collections

It was found that the Apache commons-collections library permitted code execution when deserializing objects involving a specially constructed chain of classes. A remote attacker could use this flaw to execute arbitrary code with the permissions of the application using the commons-collections...

10CVSS9.6AI score0.85562EPSS
SaveExploits8References12Affected Software5
Github Security Blog
Github Security Blog
added 2019/01/17 1:57 p.m.295 views

Bootstrap Cross-site Scripting vulnerability

In Bootstrap 2.x from 2.0.4, 3.x before 3.4.0 and 4.x-beta before 4.0.0-beta.2, XSS is possible in the data-target attribute. Note that this is a different vulnerability than CVE-2018-14041. See https://blog.getbootstrap.com/2018/12/13/bootstrap-3-4-0/ for more info...

6.1CVSS6.3AI score0.0404EPSS
SaveExploits1References18Affected Software5
Github Security Blog
Github Security Blog
added 2022/06/22 3:08 p.m.294 views

Improper Handling of Exceptional Conditions in Newtonsoft.Json

Newtonsoft.Json prior to version 13.0.1 is vulnerable to Insecure Defaults due to improper handling of expressions with high nesting level that lead to StackOverFlow exception or high CPU and RAM usage. Exploiting this vulnerability results in Denial Of Service DoS. The serialization and...

7.5CVSS2.5AI score0.32908EPSS
SaveExploits2References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/09 12:56 p.m.293 views

.NET Denial of Service Vulnerability

Microsoft Security Advisory CVE-2023-38180: .NET Denial of Service Vulnerability Executive summary Microsoft is releasing this security advisory to provide information about a vulnerability in ASP.NET Core 2.1, .NET 6.0, and .NET 7.0. This advisory also provides guidance on what developers can do...

7.5CVSS6.6AI score0.14016EPSS
SaveExploits0References8Affected Software5
Github Security Blog
Github Security Blog
added 2022/07/06 6:38 p.m.292 views

Moment.js vulnerable to Inefficient Regular Expression Complexity

Impact using string-to-date parsing in moment more specifically rfc2822 parsing, which is tried by default has quadratic N^2 complexity on specific inputs noticeable slowdown is observed with inputs above 10k characters users who pass user-provided strings without sanity length checks to moment...

7.5CVSS7.6AI score0.05249EPSS
SaveExploits1References20Affected Software2
Github Security Blog
Github Security Blog
added 2020/08/31 10:42 p.m.291 views

DataTable Vulnerable to Cross-Site Scripting

Cross-site scripting XSS vulnerability in the DataTables plugin 1.10.8 and earlier for jQuery allows remote attackers to inject arbitrary web script or HTML via the scripts parameter to media/unittesting/templates/6776.php. Recommendation Update to a version greater than 1.10.8. A fix appears in...

4.3CVSS8.1AI score0.02679EPSS
SaveExploits2References11Affected Software2
Github Security Blog
Github Security Blog
added 2021/01/04 8:59 p.m.290 views

Axios vulnerable to Server-Side Request Forgery

Axios NPM package 0.21.0 contains a Server-Side Request Forgery SSRF vulnerability where an attacker is able to bypass a proxy by providing a URL that responds with a redirect to a restricted host or IP address...

5.9CVSS6.2AI score0.02359EPSS
SaveExploits1References11Affected Software1
Github Security Blog
Github Security Blog
added 2020/01/08 3:10 a.m.290 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
SaveExploits20References3Affected Software1
Github Security Blog
Github Security Blog
added 2019/12/05 6:44 p.m.290 views

Cross-Site Scripting in serialize-javascript

Versions of serialize-javascript prior to 2.1.1 are vulnerable to Cross-Site Scripting XSS. The package fails to sanitize serialized regular expressions. This vulnerability does not affect Node.js applications. Recommendation Upgrade to version 2.1.1 or later...

5.4CVSS3.7AI score0.00793EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 5:42 p.m.289 views

Withdrawn Advisory: Insufficient Granularity of Access Control in JSDom

Withdrawn Advisory This advisory has been withdrawn because the user must configure jsdom to allow access to local files. Original Description JSDom improperly allows the loading of local resources, which allows for local files to be manipulated by a malicious web page when script execution is...

6.8CVSS5.8AI score0.0139EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/03 12:00 a.m.289 views

Deserialization of Untrusted Data in Gson

The package com.google.code.gson:gson before 2.8.9 is vulnerable to Deserialization of Untrusted Data via the writeReplace method in internal classes, which may lead to denial of service attacks...

7.7CVSS3.5AI score0.1223EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/04 5:42 p.m.288 views

Object injection in PHPMailer/PHPMailer

Impact This is a reintroduction of an earlier issue CVE-2018-19296 by an unrelated bug fix in PHPMailer 6.1.8. An external file may be unexpectedly executable if it is used as a path to an attachment file via PHP's support for .phar files. Exploitation requires that an attacker is able to provide...

9.8CVSS7.5AI score0.03095EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/03 12:00 a.m.286 views

angular vulnerable to regular expression denial of service (ReDoS)

AngularJS lets users write client-side web applications. The package angular after 1.7.0 is vulnerable to Regular Expression Denial of Service ReDoS by providing a custom locale rule that makes it possible to assign the parameter in posPre: ' '.repeat of NUMBERFORMATS.PATTERNS1.posPre with a very...

7.5CVSS3.5AI score0.04927EPSS
SaveExploits1References13Affected Software1
Github Security Blog
Github Security Blog
added 2018/10/18 7:24 p.m.286 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 2019/01/17 1:57 p.m.284 views

XSS vulnerability that affects bootstrap

In Bootstrap before 3.4.0, XSS is possible in the tooltip data-viewport attribute...

6.1CVSS2.4AI score0.03835EPSS
SaveExploits0References17Affected Software4
Github Security Blog
Github Security Blog
added 2026/06/04 2:19 p.m.283 views

Axios: Proxy-Authorization Credential Leak to Origin Server Across HTTP-to-HTTPS Redirect in Axios Node.js HTTP Adapter

Summary Axios’s Node.js HTTP adapter may forward a Proxy-Authorization header to a redirected origin during specific proxy-to-direct redirect flows. This affects Node.js usage, where an initial HTTP request is sent through an authenticated HTTP proxy, redirects are followed, and the redirected UR...

8.2CVSS5.8AI score0.00664EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/04/02 3:04 p.m.283 views

image-size Denial of Service via Infinite Loop during Image Processing

Summary image-size is vulnerable to a Denial of Service vulnerability when processing specially crafted images. The issue occurs because of an infine loop in findBox when processing certain images with a box with size 0. Details If the first bytes of the input does not match any bytes in...

8.7CVSS7.2AI score0.00729EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/27 6:43 p.m.283 views

Authentication Bypass in hydra

Impact When using client authentication method "privatekeyjwt" 1, OpenId specification says the following about assertion jti: A unique identifier for the token, which can be used to prevent reuse of the token. These tokens MUST only be used once, unless conditions for reuse were negotiated betwe...

5.8CVSS5.8AI score0.01028EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/14 1:07 a.m.282 views

Unrestricted Upload of File with Dangerous Type Apache Tomcat

When running Apache Tomcat versions 9.0.0.M1 to 9.0.0, 8.5.0 to 8.5.22, 8.0.0.RC1 to 8.0.46 and 7.0.0 to 7.0.81 with HTTP PUTs enabled e.g. via setting the readonly initialisation parameter of the Default servlet to false it was possible to upload a JSP file to the server via a specially crafted...

8.1CVSS2.6AI score0.99988EPSS
SaveExploits23References84Affected Software2
Github Security Blog
Github Security Blog
added 2024/09/23 10:05 p.m.281 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 2020/07/06 9:31 p.m.280 views

Directory traversal in Rack::Directory app bundled with Rack

A directory traversal vulnerability exists in rack 2.2.0 that allows an attacker perform directory traversal vulnerability in the Rack::Directory app that is bundled with Rack which could result in information disclosure...

8.6CVSS4.2AI score0.03359EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/12 8:08 p.m.277 views

esbuild allows arbitrary file read when running the development server on Windows

Summary The development server contains a path traversal vulnerability on Windows when serving files from servedir. Due to the use of path.Clean which only normalizes forward-slash / separators instead of a Windows-aware path normalization function, it is possible to craft requests using...

5.6AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/05/02 3:31 p.m.277 views

Hashicorp Vault Community vulnerable to Generation of Error Message Containing Sensitive Information

Vault Community and Vault Enterprise Key/Value kv Version 2 plugin may unintentionally expose sensitive information in server and audit logs when users submit malformed payloads during secret creation or update operations via the Vault REST API. This vulnerability, identified as CVE-2025-4166, is...

6.5CVSS6.4AI score0.00431EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/10/07 3:58 p.m.277 views

XXE in PHPSpreadsheet's XLSX reader

Summary The security scanner responsible for preventing XXE attacks in the XLSX reader can be bypassed by slightly modifying the XML structure, utilizing white-spaces. On servers that allow users to upload their own Excel XLSX sheets, Server files and sensitive information can be disclosed by...

7.5CVSS7.4AI score0.02799EPSS
SaveExploits1References6Affected Software2
Github Security Blog
Github Security Blog
added 2020/02/28 1:10 a.m.275 views

Potential HTTP request smuggling in Apache Tomcat

In Apache Tomcat 9.0.0.M1 to 9.0.30, 8.5.0 to 8.5.50 and 7.0.0 to 7.0.99 the HTTP header parsing code used an approach to end-of-line parsing that allowed some invalid HTTP headers to be parsed as valid. This led to a possibility of HTTP Request Smuggling if Tomcat was located behind a reverse...

5.8CVSS1AI score0.09386EPSS
SaveExploits0References21Affected Software2
Github Security Blog
Github Security Blog
added 2021/05/07 4:04 p.m.274 views

Deserialization of Untrusted Data in bson

All versions of bson before 1.1.4 are vulnerable to Deserialization of Untrusted Data. The package will ignore an unknown value for an object's bsontype, leading to cases where an object is serialized as a document rather than the intended BSON type...

9.8CVSS8.9AI score0.02328EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2018/09/11 6:22 p.m.273 views

Insufficient Entropy in cryptiles

Versions of cryptiles prior to 4.1.2 are vulnerable to Insufficient Entropy. The randomDigits method does not provide sufficient entropy and its generates digits that are not evenly distributed. Recommendation Upgrade to version 4.1.2. The package is deprecated and has been moved to @hapi/cryptil...

9.8CVSS4.8AI score0.01681EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/14 6:30 p.m.272 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 2021/04/22 4:10 p.m.272 views

Fixes a bug in Zend Framework's Stream HTTP Wrapper

Impact CVE-2021-3007: Backport of ZendHttpResponseStream, added certain type checking as a way to prevent exploitation. https://vulners.com/cve/CVE-2021-3007 This vulnerability is caused by the unsecured deserialization of an object. In versions higher than Zend Framework 3.0.0, the attacker abus...

9.8CVSS1.6AI score0.75313EPSS
SaveExploits3References3Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.271 views

Segmentation fault in tensorflow-lite

Impact If a TFLite saved model uses the same tensor as both input and output of an operator, then, depending on the operator, we can observe a segmentation fault or just memory corruption. Patches We have patched the issue in d58c96946b and will release patch releases for all versions between 1.1...

6.5CVSS3.2AI score0.00739EPSS
SaveExploits1References14Affected Software3
Github Security Blog
Github Security Blog
added 2023/10/27 9:55 p.m.268 views

DoS vulnerabilities persist in ESAPI file uploads despite remediation of CVE-2023-24998

Impact ESAPI 2.5.2.0 and later addressed the DoS vulnerability described in CVE-2023-24998, which Apache Commons FileUpload 1.5 attempted to remediate. But while writing up a new security bulletin regarding the impact on the affected ESAPI HTTPUtilities.getFileUploads methods or more specifically...

7.5CVSS6.9AI score0.48788EPSS
SaveExploits1References2Affected Software1
Github Security Blog
Github Security Blog
added 2019/12/26 6:22 p.m.268 views

In Apache Tomcat, when using FORM authentication there was a narrow window where an attacker could perform a session fixation attack

When using FORM authentication with Apache Tomcat 9.0.0.M1 to 9.0.29, 8.5.0 to 8.5.49 and 7.0.0 to 7.0.98 there was a narrow window where an attacker could perform a session fixation attack. The window was considered too narrow for an exploit to be practical but, erring on the side of caution, th...

7.5CVSS3.2AI score0.10687EPSS
SaveExploits0References21Affected Software1
Github Security Blog
Github Security Blog
added 2026/01/13 9:48 p.m.267 views

jaraco.context Has a Path Traversal Vulnerability

Summary There is a Zip Slip path traversal vulnerability in the jaraco.context package affecting setuptools as well, in jaraco.context.tarball function. The vulnerability may allow attackers to extract files outside the intended extraction directory when malicious tar archives are processed. The...

8.6CVSS5.7AI score0.0056EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/07 9:06 p.m.266 views

Cross-Site Request Forgery in Webargs

flaskparser.py in Webargs 5.x through 5.5.2 doesn't check that the Content-Type header is application/json when receiving JSON input. If the request body is valid JSON, it will accept it even if the content type is application/x-www-form-urlencoded. This allows for JSON POST requests to be made...

8.8CVSS8.3AI score0.00606EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/20 9:33 p.m.264 views

Spring Boot Security Bypass with Wildcard Pattern Matching on Cloud Foundry

In Spring Boot versions 3.0.0 - 3.0.5, 2.7.0 - 2.7.10, and older unsupported versions, an application that is deployed to Cloud Foundry could be susceptible to a security bypass. Users of affected versions should apply the following mitigation: 3.0.x users should upgrade to 3.0.6+. 2.7.x users...

9.8CVSS6AI score0.01122EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/16 5:45 p.m.264 views

Exposure of Sensitive Information to an Unauthorized Actor in Apache Tomcat

When responding to new h2c connection requests, Apache Tomcat versions 10.0.0-M1 to 10.0.0, 9.0.0.M1 to 9.0.41 and 8.5.0 to 8.5.61 could duplicate request headers and a limited amount of request body from one request to another meaning user A and user B could both see the results of user A's...

7.5CVSS2.1AI score0.18114EPSS
SaveExploits1References24Affected Software2
Github Security Blog
Github Security Blog
added 2026/06/12 8:08 p.m.262 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 2022/02/09 10:57 p.m.262 views

SQL injection in hibernate-core

A flaw was found in hibernate-core in versions prior to 5.3.20.Final and in 5.4.0.Final up to and including 5.4.23.Final. A SQL injection in the implementation of the JPA Criteria API can permit unsanitized literals when a literal is used in the SQL comments of the query. This flaw could allow an...

7.4CVSS8AI score0.02929EPSS
SaveExploits0References13Affected Software1
Github Security Blog
Github Security Blog
added 2024/10/29 6:30 p.m.261 views

Grafana org admin can delete pending invites in different org

Organization admins can delete pending invites created in an organization they are not part of...

2.7CVSS7.1AI score0.00486EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/17 8:11 p.m.261 views

Billion laughs attack (XML bomb)

Impact Opencast is vulnerable to the Billion laughs attack which allows an attacker to easily execute a seemingly permanent denial of service attack, essentially taking down Opencast using a single HTTP request. Consider an XML file createMediaPackage.xml like this: xml mediapackage...

8.1CVSS6.7AI score0.01254EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/01/06 6:43 p.m.261 views

Deserialization of Untrusted Data in Log4j

Included in Log4j 1.2 is a SocketServer class that is vulnerable to deserialization of untrusted data which can be exploited to remotely execute arbitrary code when combined with a deserialization gadget when listening to untrusted network traffic for log data. This affects Log4j versions 1.2 up ...

9.8CVSS9.2AI score0.6906EPSS
SaveExploits3References217Affected Software2
Total number of security vulnerabilities5000