Lucene search
+L
GithubMost viewed

35598 matches found

Github Security Blog
Github Security Blog
•added 2023/07/05 9:35 p.m.•54 views

MechanicalSoup vulnerable to malicious web server reading arbitrary files on client using file input inside HTML form

Summary A malicious web server can read arbitrary files on the client using a inside HTML form. Details This affects the extremely common pattern of form submission: python b = mechanicalsoup.StatefulBrowser b.selectform... b.submitselected The problem is with the code in...

7.5CVSS6.6AI score0.01082EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
•added 2023/06/06 4:40 p.m.•54 views

Synapse has improper checks for deactivated users during login

Impact It may be possible for a deactivated user to login when using uncommon configurations. This only applies if any of the following are true: JSON Web Tokens are enabled for login via the jwtconfig.enabled configuration setting The local password database is enabled via the...

5.4CVSS6.8AI score0.00752EPSS
SaveExploits0References12Affected Software1
Github Security Blog
Github Security Blog
•added 2023/05/10 7:20 p.m.•54 views

PostgresNIO processes unencrypted bytes from man-in-the-middle

Impact Any user of PostgresNIO connecting to servers with TLS enabled is vulnerable to a man-in-the-middle attacker injecting false responses to the client's first few queries, despite the use of TLS certificate verification and encryption. The remaining text in this section is quoted verbatim fr...

8.1CVSS6.9AI score0.01901EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
•added 2023/04/02 9:30 p.m.•54 views

Jenkins Mashup Portlets Plugin vulnerable to stored cross-site scripting

Jenkins Mashup Portlets Plugin 1.1.2 and earlier provides the "Generic JS Portlet" feature that lets a user populate a portlet using a custom JavaScript expression. This results in a stored cross-site scripting XSS vulnerability exploitable by authenticated attackers with Overall/Read permission...

5.4CVSS5.2AI score0.00571EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
•added 2023/03/27 9:30 p.m.•54 views

pgAdmin 4 vulnerable to directory traversal

pgAdmin 4 versions prior to v6.19 contains a directory traversal vulnerability. A user of the product may change another user's settings or alter the database...

6.5CVSS6.4AI score0.08826EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2023/03/24 10:04 p.m.•54 views

Nginx alias path traversal allows unauthenticated attackers to read all files on /label_studio/core/

Summary The vulnerability resides on the Nginx config file: https://github.com/heartexlabs/label-studio/blob/53944e6bcede75ca5c102d655013f2e5238e85e6/deploy/default.confL119 The pattern on location /static indicates a popular misconfiguration on Nginx servers presented in 2018 originally by Orang...

6.5AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2023/03/22 9:23 p.m.•54 views

crewjam/saml vulnerable to Denial Of Service Via Deflate Decompression Bomb

Our use of flate.NewReader does not limit the size of the input. The user could pass more than 1 MB of data in the HTTP request to the processing functions, which will be decompressed server-side using the Deflate algorithm. Therefore, after repeating the same request multiple times, it is possib...

7.5CVSS7.2AI score0.00957EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2023/03/17 6:24 p.m.•54 views

PHAR deserialization allowing remote code execution

Description snappy is vulnerable to PHAR deserialization due to a lack of checking on the protocol before passing it into the fileexists function. If an attacker can upload files of any type to the server he can pass in the phar:// protocol to unserialize the uploaded file and instantiate arbitra...

9.8CVSS9.9AI score0.0276EPSS
SaveExploits1References10Affected Software1
Github Security Blog
Github Security Blog
•added 2023/03/17 2:43 p.m.•54 views

Streamlit publishes previously-patched Cross-site Scripting vulnerability

Synopsis: Streamlit open source publicizes a prior security fix implemented in 2021. The vulnerability affected Streamlit versions between 0.63.0 and 0.80.0 inclusive and was patched on April 21, 2021. If you are using Streamlit with version before 0.63.0 or after 0.80.0, no action is required. 1...

6.1CVSS5.4AI score0.0041EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2023/03/14 6:03 p.m.•54 views

Full authentication bypass if SASL authorization username is specified

Impact maddy 0.2.0 - 0.6.2 allows a full authentication bypass if SASL authorization username is specified when using the PLAIN authentication mechanisms. Instead of validating the specified authorization username, it is accepted as is after checking the credentials for the authentication usernam...

9.8CVSS9.2AI score0.01019EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2023/02/07 10:59 p.m.•54 views

Panic due to malformed WALs in go.etcd.io/etcd

Vulnerability type Data Validation Detail The size of a record is stored in the length field of a WAL file and no additional validation is done on this data. Therefore, it is possible to forge an extremely large frame size that can unintentionally panic at the expense of any RAFT participant tryi...

6.5CVSS6.8AI score0.01291EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
•added 2023/01/28 1:17 a.m.•54 views

Improper neutralization of `noscript` element content may allow XSS in Sanitize

Impact Using carefully crafted input, an attacker may be able to sneak arbitrary HTML through Sanitize = 5.0.0, = 6.0.1 always removes noscript elements and their contents, even when noscript is in the allowlist. Workarounds Users who are unable to upgrade can prevent this issue by using one of...

6.1CVSS5.6AI score0.00525EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2023/01/26 11:54 p.m.•54 views

Devise Gem for Ruby Unauthorized Access Using "Remember Me" Cookie

Devise version before 3.5.4 uses cookies to implement a "Remember me" functionality. However, it generates the same cookie for all devices. If an attacker manages to steal a remember me cookie and the user does not change the password frequently, the cookie can be used to gain access to the...

7.5CVSS6.7AI score0.00618EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2023/01/20 5:30 p.m.•54 views

CakePHP Database\\Query::offset() and limit() methods are vulnerable to SQL injection

Impact The Cake\Database\Query::limit and Cake\Database\Query::offset methods are vulnerable to SQL injection if passed un-sanitized user request data. Patches This issue has been fixed in 4.2.12, 4.3.11, 4.4.10 Workarounds Using CakePHP's Pagination library will mitigate this issue, as will...

9.8CVSS9.8AI score0.00858EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
•added 2023/01/18 6:20 p.m.•54 views

SQL Injection Vulnerability via ActiveRecord comments

There is a possible vulnerability in ActiveRecord related to the sanitization of comments. This vulnerability has been assigned the CVE identifier CVE-2023-22794. Versions Affected: = 6.0.0 Not affected: All users running an affected release should either upgrade or use one of the workarounds...

8.8CVSS8.7AI score0.02153EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
•added 2023/01/12 6:30 a.m.•54 views

Java Merge-sort Insecure Temporary File vulnerability

Versions of the package com.fasterxml.util:java-merge-sort before 1.1.0 are vulnerable to Insecure Temporary File in the StdTempFileProvider function in StdTempFileProvider.java, which uses the permissive File.createTempFile function, exposing temporary file contents...

5.5CVSS4.2AI score0.0024EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2023/01/11 11:47 p.m.•54 views

dompurify vulnerable to Cross-site Scripting

dompurify prior to version 2.2.3 is vulnerable to a cross-site scripting problem caused by nested headlines...

1.5AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2023/01/09 2:10 p.m.•54 views

Luxon Inefficient Regular Expression Complexity vulnerability

Impact Luxon's DateTime.fromRFC2822 has quadratic N^2 complexity on some specific inputs. This causes a noticeable slowdown for inputs with lengths above 10k characters. Users providing untrusted data to this method are therefore vulnerable to ReDoS attacks. This is the same bug as Moment's...

7.5CVSS7.5AI score0.01707EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
•added 2022/12/26 9:30 a.m.•54 views

php-mod/curl allows Cross-site Scripting

php-mod/curl a wrapper of the PHP cURL extension before 2.3.2 allows XSS via the postfilepathupload.php key parameter and the POST data to postmultidimensional.php...

6.1CVSS3.5AI score0.01261EPSS
SaveExploits2References4Affected Software1
Github Security Blog
Github Security Blog
•added 2022/12/07 11:13 p.m.•54 views

libp2p DoS vulnerability from lack of resource management

Impact Versions older than v0.18.0 of go-libp2p are vulnerable to targeted resource exhaustion attacks. These attacks target libp2p’s connection, stream, peer, and memory management. An attacker can cause the allocation of large amounts of memory, ultimately leading to the process getting killed ...

7.5CVSS7.4AI score0.00969EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
•added 2022/12/06 9:13 p.m.•54 views

Passeo uses insecure random number generator

Impact Everyone below v1.0.5 is impacted by this flaw, of confidentiality being at risk due to the passwords being easily able to be guessed with Passeo's use of the random library. It is recommended to change any passwords made with Passeo before v1.0.5 and upgrade to v1.0.5, and v1.0.5 patches...

7.5CVSS7.3AI score0.00791EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2022/11/14 12:00 p.m.•54 views

Pillow subject to DoS via SAMPLESPERPIXEL tag

Pillow starting with 9.2.0 and prior to 9.3.0 allows denial of service via SAMPLESPERPIXEL. A large value in the SAMPLESPERPIXEL tag could lead to a memory and runtime DOS in TiffImagePlugin.py when setting up the context for image decoding. This issue has been patched in version 9.3.0...

7.5CVSS7.2AI score0.01162EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
•added 2022/11/01 12:00 p.m.•54 views

Apache Tomcat may reject request containing invalid Content-Length header

If Apache Tomcat 8.5.0 to 8.5.82, 9.0.0-M1 to 9.0.67, 10.0.0-M1 to 10.0.26 or 10.1.0-M1 to 10.1.0 was configured to ignore invalid HTTP headers via setting rejectIllegalHeader to false the default for 8.5.x only, Tomcat did not reject a request containing an invalid Content-Length header making a...

7.5CVSS7.5AI score0.01544EPSS
SaveExploits0References11Affected Software2
Github Security Blog
Github Security Blog
•added 2022/09/23 12:00 a.m.•54 views

HashiCorp Vault vulnerable to incorrect metadata access

An issue was discovered in HashiCorp Vault and Vault Enterprise before 1.11.3. A vulnerability in the Identity Engine was found where, in a deployment where an entity has multiple mount accessors with shared alias names, Vault may overwrite metadata to the wrong alias due to an issue with checkin...

9.1CVSS8.7AI score0.00827EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2022/09/22 12:00 a.m.•54 views

Jenkins WildFly Deployer Plugin vulnerable to path traversal

Jenkins WildFly Deployer Plugin 1.0.2 and earlier implements functionality that allows agent processes to read arbitrary files on the Jenkins controller file system. This vulnerability is only exploitable in Jenkins 2.318 and earlier, LTS 2.303.2 and earlier. See the LTS upgrade guide...

5.3CVSS6.4AI score0.00621EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
•added 2022/09/16 5:17 p.m.•54 views

Talos vulnerable dependency due to race condition in Linux kernel's IP framework XFRM

Impact A race condition was found in the Linux kernel's IP framework for transforming packets XFRM subsystem when multiple calls to xfrmprobealgs occurred simultaneously. This flaw could allow a local attacker to potentially trigger an out-of-bounds write or leak kernel heap memory by performing ...

7CVSS0.3AI score0.00211EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
•added 2022/09/06 12:00 a.m.•54 views

snakeYAML before 1.31 vulnerable to Denial of Service due to Out-of-bounds Write

Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks DOS. If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow...

6.5CVSS7AI score0.01892EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
•added 2022/08/22 12:00 a.m.•54 views

Remote code execution in Apache Flume

Apache Flume versions 1.4.0 through 1.10.0 are vulnerable to a remote code execution RCE attack when a configuration uses a JMS Source with a JNDI LDAP data source URI when an attacker has control of the target LDAP server. This issue is fixed by limiting JNDI to allow only the use of the java...

9.8CVSS9.2AI score0.0288EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2022/08/11 2:49 p.m.•54 views

Django vulnerable to Reflected File Download attack

An issue was discovered in the HTTP FileResponse class in Django 3.2 before 3.2.15 and 4.0 before 4.0.7. An application is vulnerable to a reflected file download RFD attack that sets the Content-Disposition header of a FileResponse when the filename is derived from user-supplied input...

8.8CVSS8.4AI score0.00828EPSS
SaveExploits0References14Affected Software1
Github Security Blog
Github Security Blog
•added 2022/08/06 9:33 a.m.•54 views

Drupal core arbitrary PHP code execution

Drupal core sanitizes filenames with dangerous extensions upon upload and strips leading and trailing dots from filenames to prevent uploading server configuration files. However, the protections for these two vulnerabilities previously did not work correctly together. As a result, if the site we...

7.2CVSS1.2AI score0.01422EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2022/08/06 5:48 a.m.•54 views

DSpace ItemImportService API Vulnerable to Path Traversal in Simple Archive Format Package Import

Impact ItemImportServiceImpl is vulnerable to a path traversal vulnerability. This means a malicious SAF simple archive format package could cause a file/directory to be created anywhere the Tomcat/DSpace user can write to on the server. However, this path traversal vulnerability is only possible...

7.2CVSS6.7AI score0.01376EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2022/07/02 12:00 a.m.•54 views

Unrestricted Upload of File with Dangerous Type in MCMS

MCMS v5.2.8 was discovered to contain an arbitrary file upload vulnerability...

9.8CVSS9.2AI score0.01539EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
•added 2022/07/01 12:01 a.m.•54 views

Ember.js Potential XSS Exploit When Binding `tagName` to User-Supplied Data

In general, Ember.js escapes or strips any user-supplied content before inserting it in strings that will be sent to innerHTML. However, the tagName property of an Ember.View was inserted into such a string without being sanitized. This means that if an application assigns a view's tagName to...

6.1CVSS0.7AI score0.00893EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
•added 2022/06/15 12:00 a.m.•54 views

Regular expression denial of service in Delight Nashorn Sandbox

An issue was discovered in Delight Nashorn Sandbox. There is an ReDoS vulnerability that can be exploited to launching a denial of service DoS attack...

7.5CVSS2.8AI score0.01021EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
•added 2022/06/03 12:01 a.m.•54 views

Flower OAuth authentication bypass

All versions of Flower, a web UI for the Celery Python RPC framework, as of 05-02-2022 are vulnerable to an OAuth authentication bypass. An attacker could then access the Flower API to discover and invoke arbitrary Celery RPC calls or deny service by shutting down Celery task nodes. A fix was...

8.6CVSS8.5AI score0.01057EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
•added 2022/05/26 12:01 a.m.•54 views

Buffer over-flow in Pillow

When reading a TGA file with RLE packets that cross scan lines, Pillow reads the information past the end of the first line without deducting that from the length of the remaining file data. This vulnerability was introduced in Pillow 9.1.0, and can cause a heap buffer overflow. Opening an image...

9.8CVSS8.9AI score0.02328EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
•added 2022/05/24 10:16 p.m.•54 views

Core dump when loading TFLite models with quantization in TensorFlow

Impact Certain TFLite models that were created using TFLite model converter would crash when loaded in the TFLite interpreter. The culprit is that during quantization the scale of values could be greater than 1 but code was always assuming sub-unit scaling. Thus, since code was calling...

5.5CVSS6.3AI score0.00319EPSS
SaveExploits1References10Affected Software3
Github Security Blog
Github Security Blog
•added 2022/05/24 7:20 p.m.•54 views

Chakra Scripting Engine and ChakraCore Vulnerable to Memory Corruption

Chakra Scripting Engine and ChakraCore are vulnerable to memory corruption due to an out-of-bounds write. The Microsoft advisory for CVE-2021-42279 was modified in August 2022 to include Microsoft.ChakraCore as an affected product...

7.5CVSS2.6AI score0.023EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
•added 2022/05/24 5:16 p.m.•54 views

Grafana XSS in header column rename

Grafana before 6.7.3 allows table-panel XSS via column.title or cellLinkTooltip...

6.1CVSS6AI score0.01962EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
•added 2022/05/24 5:06 p.m.•54 views

Remote code execution in ASP.NET Core

A remote code execution vulnerability exists in ASP.NET Core software when the software fails to handle objects in memory.An attacker who successfully exploited the vulnerability could run arbitrary code in the context of the current user, aka 'ASP.NET Core Remote Code Execution Vulnerability'...

9.3CVSS3.8AI score0.21007EPSS
SaveExploits0References7Affected Software12
Github Security Blog
Github Security Blog
•added 2022/05/24 5:01 p.m.•54 views

Use of Externally-Controlled Input to Select Classes or Code in Infinispan

A vulnerability was found in Infinispan such that the invokeAccessibly method from the public class ReflectionUtil allows any application class to invoke private methods in any class with Infinispan's privileges. The attacker can use reflection to introduce new, malicious behavior into the...

8.8CVSS4.5AI score0.03089EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
•added 2022/05/24 4:51 p.m.•54 views

Return of Pointer Value Outside of Expected Rang in Jenkins Script Security Plugin

A sandbox bypass vulnerability in Jenkins Script Security Plugin 1.61 and earlier related to the handling of method pointer expressions allowed attackers to execute arbitrary code in sandboxed scripts...

8.8CVSS4.1AI score0.025EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
•added 2022/05/24 4:46 p.m.•54 views

PrestaShop Cross-site Scripting vulnerability

In PrestaShop 1.7.5.2, the shopcountry parameter in the install/index.php installation script/component is affected by Reflected XSS. Exploitation by a malicious actor requires the user to follow the initial stages of the setup accepting terms and conditions before executing the malicious link...

6.1CVSS6.7AI score0.00892EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2022/05/17 4:15 a.m.•54 views

Improper Limitation of a Pathname to a Restricted Directory in JBoss Undertow

Directory traversal vulnerability in JBoss Undertow 1.0.x before 1.0.17, 1.1.x before 1.1.0.CR5, and 1.2.x before 1.2.0.Beta3, when running on Windows, allows remote attackers to read arbitrary files via a .. dot dot in a resource URI...

5CVSS6.3AI score0.25082EPSS
SaveExploits6References7Affected Software1
Github Security Blog
Github Security Blog
•added 2022/05/17 4:12 a.m.•54 views

Improper Input Validation in Drools and jBPM

XML external entity XXE vulnerability in Drools and jBPM before 6.2.0 allows remote attackers to read arbitrary files or possibly have other unspecified impact via a crafted BPMN2 file...

7.5CVSS6.8AI score0.02636EPSS
SaveExploits0References7Affected Software2
Github Security Blog
Github Security Blog
•added 2022/05/17 1:38 a.m.•54 views

Cross-site scripting in yui 2.4.0

Cross-site scripting XSS vulnerability in the Flash component infrastructure in YUI 2.4.0 through 2.9.0 allows remote attackers to inject arbitrary web script or HTML via vectors related to charts.swf, a similar issue to CVE-2010-4207...

4.3CVSS5.7AI score0.02454EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
•added 2022/05/14 2:49 a.m.•54 views

Improper Access Control in Elasticsearch

The Groovy scripting engine in Elasticsearch before 1.3.8 and 1.4.x before 1.4.3 allows remote attackers to bypass the sandbox protection mechanism and execute arbitrary shell commands via a crafted script...

9.8CVSS9AI score0.99906EPSS
SaveExploits19References8Affected Software1
Github Security Blog
Github Security Blog
•added 2022/05/14 2:44 a.m.•54 views

Improper Neutralization of Input During Web Page Generation in Apache Axis2

Cross-site scripting XSS vulnerability in axis2-admin/axis2-admin/engagingglobally in the administration console in Apache Axis2/Java 1.4.1, 1.5.1, and possibly other versions, as used in SAP Business Objects 12, 3com IMC, and possibly other products, allows remote attackers to inject arbitrary w...

4.3CVSS3.3AI score0.34927EPSS
SaveExploits2References8Affected Software1
Github Security Blog
Github Security Blog
•added 2022/05/14 2:24 a.m.•54 views

ChakraCore RCE Vulnerability

The Microsoft 1 JScript 9, 2 VBScript, and 3 Chakra JavaScript engines, as used in Microsoft Internet Explorer 9 through 11, Microsoft Edge, and other products, allow remote attackers to execute arbitrary code or cause a denial of service memory corruption via a crafted web site, aka "Scripting...

9.3CVSS8.6AI score0.36361EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
•added 2022/05/14 1:57 a.m.•54 views

Arbitrary code execution in Apache Struts 2

Apache Struts 2 before 2.3.14.3 allows remote attackers to execute arbitrary OGNL code via a request with a crafted action name that is not properly handled during wildcard matching, a different vulnerability than CVE-2013-2135...

9.3CVSS7.7AI score0.70211EPSS
SaveExploits2References19Affected Software2
Total number of security vulnerabilities5000