Lucene search
+L
GithubMost viewed

35610 matches found

Github Security Blog
Github Security Blog
added 2022/02/11 11:26 p.m.75 views

CBC padding oracle issue in AWS S3 Crypto SDK for golang

Summary The golang AWS S3 Crypto SDK is impacted by an issue that can result in loss of confidentiality and message forgery. The attack requires write access to the bucket in question, and that the attacker has access to an endpoint that reveals decryption failures without revealing the plaintext...

5.6CVSS5.8AI score0.00346EPSS
SaveExploits1References10Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/10 11:42 p.m.75 views

Cross-site Scripting in aurelia-framework

The HTMLSanitizer class in html-sanitizer.ts in all released versions of the Aurelia framework 1.x repository is vulnerable to XSS. The sanitizer only attempts to filter SCRIPT elements, which makes it feasible for remote attackers to conduct XSS attacks via for example JavaScript code in an...

6.1CVSS2.2AI score0.01416EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/10 12:15 a.m.75 views

Division by zero in Tensorflow

Impact The estimator for the cost of some convolution operations can be made to execute a division by 0: python import tensorflow as tf @tf.function def test: y=tf.rawops.AvgPoolGrad originputshape=1,1,1,1, grad=1.0,1.0,1.0,2.0,2.0,2.0,3.0,3.0,3.0, ksize=1,1,1,1, strides=1,1,1,0, padding='VALID',...

6.5CVSS0.8AI score0.00789EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
added 2022/02/09 11:19 p.m.75 views

Incorrect Authorization in Apache Solr

In Apache Solr, the cluster can be partitioned into multiple collections and only a subset of nodes actually host any given collection. However, if a node receives a request for a collection it does not host, it proxies the request to a relevant node and serves the request. Solr bypasses all...

4.3CVSS4.5AI score0.0202EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2022/02/09 10:49 p.m.75 views

TOCTOU Race Condition in Yarn

The package integrity validation in yarn 1.19.0 contains a TOCTOU vulnerability where the hash is computed before writing a package to cache. It's not computed again when reading from the cache. This may lead to a cache pollution attack. This issue is fixed in 1.19.0...

5.9CVSS5.7AI score0.01828EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/22 8:39 p.m.75 views

Clipboard-based XSS

Impact XSS against the user. Details jsuites is vulnerable to DOM based XSS if the user can be tricked into copying anything from a malicious and pasting it into the html editor. This is because a part of the clipboard content is directly written to innerHTML causing XSS. References The Curious...

8.7CVSS1.4AI score0.00914EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/08 9:11 p.m.75 views

Flask-AppBuilder Open Redirect vulnerability

Impact If using Flask-AppBuilder OAuth, an attacker can share a carefully crafted URL with a trusted domain for an application built with Flask-AppBuilder, this URL can redirect a user to a malicious site. This is an open redirect vulnerability Patches Install Flask-AppBuilder 3.2.2 or above...

7.2CVSS6.2AI score0.007EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 2:48 p.m.75 views

XStream can cause a Denial of Service

Impact The vulnerability may allow a remote attacker to allocate 100% CPU time on the target system depending on CPU type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream. No user is affected, who followed the recommendation ...

6.5CVSS7.3AI score0.05918EPSS
SaveExploits1References13Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/09 8:44 p.m.75 views

Open Redirect in Flask-User

This affects all versions of package Flask-User. When using the makesafeurl function, it is possible to bypass URL validation and redirect a user to an arbitrary URL by providing multiple backslashes such as /////evil.com/path or \\evil.com/path. This vulnerability is only exploitable if an...

6.1CVSS6.5AI score0.01113EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/09 8:42 p.m.75 views

Directory Traversal in elFinder.AspNet

This affects the package elFinder.AspNet before 1.1.1. The user-controlled file name is not properly sanitized before it is used to create a file system path...

7.5CVSS3.1AI score0.01732EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/09 8:41 p.m.75 views

Deserialization of Untrusted Data in Apache jUDDI

Apache jUDDI uses several classes related to Java's Remote Method Invocation RMI which as an extension to UDDI provides an alternate transport for accessing UDDI services. RMI uses the default Java serialization mechanism to pass parameters in RMI invocations. A remote attacker can send a malicio...

9.8CVSS9.3AI score0.04115EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/08 11:15 p.m.75 views

Command Injection in @ronomon/opened

The @ronomon/opened library before 1.5.2 is vulnerable to a command injection vulnerability which would allow a remote attacker to execute commands on the system if the library was used with untrusted input...

10CVSS5.4AI score0.04508EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/18 6:28 p.m.75 views

github.com/u-root/u-root/pkg/tarutil Arbitrary File Write via Archive Extraction (Zip Slip)

This affects all versions up to and including version 0.7.0 of package github.com/u-root/u-root/pkg/tarutil. It is vulnerable to both leading and non-leading relative path traversal attacks in tar file extraction...

7.5CVSS7.3AI score0.0183EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/18 6:18 p.m.75 views

Use of a Broken or Risky Cryptographic Algorithm in Terraform

When using the Azure backend with a shared access signature SAS, Terraform versions prior to 0.12.17 may transmit the token and state snapshot using cleartext HTTP. Specific Go Packages Affected github.com/hashicorp/terraform/backend/remote-state/azure...

7.5CVSS7.2AI score0.00998EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/17 9:00 p.m.75 views

Code Injection in cd-messenger

cd-messenger through 2.7.26 is vulnerable to Arbitrary Code Execution. User input provided to the color argument executed by the eval function resulting in code execution...

9.8CVSS9.2AI score0.02512EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/06 6:52 p.m.75 views

Command injection in Gerapy

This affects the package Gerapy from 0 and before 0.9.3. The input being passed to Popen, via the projectconfigure endpoint, isn’t being sanitized...

9.8CVSS8.9AI score0.01717EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/30 5:34 p.m.75 views

libtaxii Server-Side Request Forgery vulnerability

"TAXII libtaxii through 1.1.117, as used in EclecticIQ OpenTAXII through 0.2.0 and other products, allows SSRF via an initial http:// substring to the parse method, even when the nonetwork setting is used for the XML parser. NOTE: the vendor points out that the parse method "wraps the lxml librar...

9.8CVSS9AI score0.02308EPSS
SaveExploits2References8Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/30 5:29 p.m.75 views

Gon gem lack of escaping certain input when outputting as JSON

An issue was discovered in the gon gem before gon-6.4.0 for Ruby. MultiJson does not honor the escapemode parameter to escape fields as an XSS protection mechanism. To mitigate, jsondumper.rb in gon now does escaping for XSS by default without relying on MultiJson...

6.1CVSS6.2AI score0.01376EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/22 4:20 p.m.75 views

Directory Traversal in Archive_Tar

Tar.php in ArchiveTar through 1.4.11 allows write operations with Directory Traversal due to inadequate checking of symbolic links, a related issue to CVE-2020-28948. :exclamation: Note: There was an initial fix for this vulnerability made in version 1.4.12. That fix introduced a bug which was...

7.5CVSS7.4AI score0.70595EPSS
SaveExploits0References19Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/20 4:44 p.m.75 views

Externally Controlled Reference to a Resource in Another Sphere, Improper Input Validation, and External Control of File Name or Path in Ansible

A vulnerability was found in Ansible Engine versions 2.9.x before 2.9.3, 2.8.x before 2.8.8, 2.7.x before 2.7.16 and earlier, where in Ansible's nxosfilecopy module can be used to copy files to a flash or bootflash on NXOS devices. Malicious code could craft the filename parameter to perform OS...

7.3CVSS2.4AI score0.00742EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/19 2:52 p.m.75 views

Potential sensitive data exposure in applications using Vaadin 15

Insecure configuration of default ObjectMapper in com.vaadin:flow-server versions 3.0.0 through 3.0.5 Vaadin 15.0.0 through 15.0.4 may expose sensitive data if the application also uses e.g. @RestController - https://vaadin.com/security/cve-2020-36319...

6.5CVSS6.2AI score0.01001EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/19 2:51 p.m.75 views

Directory traversal in development mode handler in Vaadin 14 and 15-17

Improper URL validation in development mode handler in com.vaadin:flow-server versions 2.0.0 through 2.4.1 Vaadin 14.0.0 through 14.4.2, and 3.0 prior to 5.0 Vaadin 15 prior to 18 allows attacker to request arbitrary files stored outside of intended frontend resources folder. -...

7.5CVSS7.3AI score0.01211EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/23 1:53 a.m.75 views

Broken Access Control in Form Framework

Problem Due to improper input validation, attackers can by-pass restrictions of predefined options and submit arbitrary data in the Form Designer backend module of the Form Framework. In the default configuration of the Form Framework this allows attackers to explicitly allow arbitrary mime-types...

8.3CVSS3AI score0.01606EPSS
SaveExploits0References7Affected Software3
Github Security Blog
Github Security Blog
added 2021/03/23 1:53 a.m.75 views

Open Redirection in Login Handling

Problem It has been discovered that Login Handling is susceptible to open redirection which allows attackers redirecting to arbitrary content, and conducting phishing attacks. No authentication is required in order to exploit this vulnerability. Solution Update to TYPO3 versions 6.2.57, 7.6.51,...

6.1CVSS2.4AI score0.01104EPSS
SaveExploits0References7Affected Software2
Github Security Blog
Github Security Blog
added 2021/03/18 7:30 p.m.75 views

Improper Input Validation (RCE)

Wazuh API in Wazuh from 4.0.0 to 4.0.3 allows authenticated users to execute arbitrary code with administrative privileges via /manager/files URI. An authenticated user to the service may exploit incomplete input validation on the /manager/files API to inject arbitrary code within the API service...

8.8CVSS6.7AI score0.08746EPSS
SaveExploits4References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/12 11:01 p.m.75 views

Madge vulnerable to command injection

This affects the package madge before 4.0.1. It is possible to specify a custom Graphviz path via the graphVizPath option parameter which, when the .image, .svg or .dot functions are called, is executed by the childprocess.exec function. PoC js const madge = require'madge'; madge'..', graphVizPat...

9.8CVSS8.9AI score0.02057EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/02/25 4:32 p.m.75 views

NanoHTTPD Cross-site Scripting vulnerability

An issue was discovered in RouterNanoHTTPD.java in NanoHTTPD through 2.3.1. The GeneralHandler class implements a basic GET handler that prints debug information as an HTML page. Any web server that extends this class without implementing its own GET handler is vulnerable to reflected XSS, becaus...

6.1CVSS6AI score0.00758EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/02/01 3:01 p.m.75 views

Angular Expressions - Remote Code Execution

Impact The vulnerability, reported by GoSecure Inc, allows Remote Code Execution, if you call expressions.compileuserControlledInput where userControlledInput is text that comes from user input. This time, the security of the package could be bypassed by using a more complex payload, using a...

8.8CVSS2.9AI score0.0273EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/02/01 3:01 p.m.75 views

Prototype pollution in nested-object-assign

The package nested-object-assign before 1.0.4 is vulnerable to Prototype Pollution via the default function...

7.5CVSS4.2AI score0.0152EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/01/19 9:16 p.m.75 views

CSV Injection vulnerability with exported contact lists in Mautic

Impact Mautic versions before 2.13.0 had a vulnerability that allowed a CSV injection with exported contact lists - https://www.owasp.org/index.php/CSVInjection. Patches Update to 2.13.0 or later. Workarounds None. For more information If you have any questions or comments about this advisory:...

9.8CVSS2.5AI score0.01664EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/12/24 8:49 p.m.75 views

regular expression denial of service (ReDoS)

date-and-time is an npm package for manipulating date and time. In date-and-time before version 0.14.2, there a regular expression involved in parsing which can be exploited to to cause a denial of service. This is fixed in version 0.14.2...

7.5CVSS7.1AI score0.02146EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2020/12/10 7:07 p.m.75 views

Lack of validation in data format attributes in TensorFlow

Impact The tf.rawops.DataFormatVecPermute API does not validate the srcformat and dstformat attributes. The code assumes that these two arguments define a permutation of NHWC. However, these assumptions are not checked and this can result in uninitialized memory accesses, read outside of bounds a...

7.8CVSS2.1AI score0.00243EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
added 2020/04/29 4:31 p.m.75 views

IDOR can reveal execution data and logs to unauthorized user in Rundeck

Impact Authenticated users can craft a request that reveals Execution data and logs and Job details that they are not authorized to see. Depending on the configuration and the way that Rundeck is used, this could result in anything between a high severity risk, or a very low risk. If access is...

6.5CVSS0.2AI score0.01373EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2020/04/16 3:14 a.m.75 views

Cross-Site Scripting in sanitize-html

Affected versions of sanitize-html do not sanitize input recursively, which may allow an attacker to execute arbitrary Javascript. Recommendation Update to version 1.4.3 or later...

6.1CVSS5.9AI score0.0084EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2020/02/26 7:54 p.m.75 views

Inclusion of Sensitive Information in Log Files and Improper Output Neutralization for Logs in Ansible

Ansible, versions 2.9.x before 2.9.1, 2.8.x before 2.8.7 and Ansible versions 2.7.x before 2.7.15, is not respecting the flag nolog set it to True when Sumologic and Splunk callback plugins are used send tasks results events to collectors. This would discloses and collects any sensitive data...

6.5CVSS2.2AI score0.01873EPSS
SaveExploits1References16Affected Software1
Github Security Blog
Github Security Blog
added 2020/01/06 6:44 p.m.75 views

cookie-signature Timing Attack

Affected versions of cookie-signature are vulnerable to timing attacks as a result of using a fail-early comparison instead of a constant-time comparison. Timing attacks remove the exponential increase in entropy gained from increased secret length, by providing per-character feedback on the...

4.4CVSS4AI score0.00896EPSS
SaveExploits0References12Affected Software1
Github Security Blog
Github Security Blog
added 2019/12/02 6:03 p.m.75 views

typed-ast Out-of-bounds Read

typedast 1.3.0 and 1.3.1 has an astforarguments out-of-bounds read. An attacker with the ability to cause a Python interpreter to parse Python source but not necessarily execute it may be able to crash the interpreter process. This could be a concern, for example, in a web-based service that pars...

7.5CVSS7.2AI score0.03283EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2018/10/18 5:42 p.m.75 views

jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution

jackson-databind in versions prior to 2.8.11 and 2.9.4 contain a deserialization flaw which allows an unauthenticated user to perform code execution by sending maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525, blacklisting...

9.8CVSS9.4AI score0.08357EPSS
SaveExploits2References40Affected Software1
Github Security Blog
Github Security Blog
added 2018/10/17 5:23 p.m.75 views

Spring Data Commons contain a property path parser vulnerability caused by unlimited resource allocation

Spring Data Commons, versions 1.13 to 1.13.10, 2.0 to 2.0.5, and older unsupported versions, contain a property path parser vulnerability caused by unlimited resource allocation. An unauthenticated remote malicious user or attacker can issue requests against Spring Data REST endpoints or endpoint...

7.5CVSS3.9AI score0.01938EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 10:04 p.m.74 views

MariaDB has Cleartext Transmission of Sensitive Information and Insufficiently Protected Credentials

Summary When PAM dialog authentication is used, the connector can be coerced into sending the account password in cleartext over an insecure connection. A hostile or man-in-the-middle server can trigger this with the default configuration, disclosing the user's password. Details The...

5.9CVSS5.8AI score0.00278EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/19 12:31 p.m.74 views

Keycloak: Session fixation in OIDC login flow that can lead to account takeover

A session fixation vulnerability was found in Keycloak's login-actions endpoints. An unauthenticated attacker could exploit this flaw by pre-creating an authentication session and tricking a victim into visiting a maliciously crafted link. By leveraging the /login-actions/restart endpoint—which...

7.5CVSS5.8AI score0.00568EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/04 9:28 p.m.74 views

Immutable is vulnerable to Prototype Pollution

Impact What kind of vulnerability is it? Who is impacted? A Prototype Pollution is possible in immutable via the mergeDeep, mergeDeepWith, merge, Map.toJS, and Map.toObject APIs. Affected APIs | API | Notes | | --------------------------------------- |...

9.8CVSS5.8AI score0.00978EPSS
SaveExploits1References10Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/22 6:30 a.m.74 views

Open redirect in gradio

An open redirect vulnerability exists in the gradio-app/gradio, affecting the latest version. The vulnerability allows an attacker to redirect users to arbitrary websites, which can be exploited for phishing attacks, Cross-site Scripting XSS, Server-Side Request Forgery SSRF, amongst others. This...

6.1CVSS6.5AI score0.01021EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/05 2:15 p.m.74 views

Arbitrary JavaScript execution due to using outdated libraries

Summary gradio-pdf projects with dependencies on the pdf.js library are vulnerable to CVE-2024-4367, which allows arbitrary JavaScript execution. PoC 1. Generate a pdf file with a malicious script in the fontmatrix. This will run alert‘XSS’. poc.pdf 2. Run the app. In this PoC, I've used the demo...

8.8CVSS8.3AI score0.7066EPSS
SaveExploits16References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/10 5:12 p.m.74 views

XWiki Platform: Remote code execution as guest via DatabaseSearch

Impact XWiki's database search allows remote code execution through the search text. This allows remote code execution for any visitor of a public wiki or user of a closed wiki as the database search is by default accessible for all users. This impacts the confidentiality, integrity and...

10CVSS8.7AI score0.3428EPSS
SaveExploits4References10Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/20 9:30 a.m.74 views

Broken Access Control in Spring Security With Direct Use of isFullyAuthenticated

In Spring Security, versions 6.1.x prior to 6.1.7 and versions 6.2.x prior to 6.2.2, an application is vulnerable to broken access control when it directly uses the AuthenticationTrustResolver.isFullyAuthenticatedAuthentication method. Specifically, an application is vulnerable if: The applicatio...

7.4CVSS7.3AI score0.00682EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/12 5:28 p.m.74 views

python-multipart vulnerable to Content-Type Header ReDoS

Summary When using form data, python-multipart uses a Regular Expression to parse the HTTP Content-Type header, including options. An attacker could send a custom-made Content-Type option that is very difficult for the RegEx to process, consuming CPU resources and stalling indefinitely minutes or...

7.5CVSS7.3AI score0.0151EPSS
SaveExploits1References10Affected Software1
Github Security Blog
Github Security Blog
added 2024/01/08 3:56 p.m.74 views

Puma HTTP Request/Response Smuggling vulnerability

Impact Prior to versions 6.4.2 and 5.6.8, puma exhibited dangerous behavior when parsing chunked transfer encoding bodies. Fixed versions limit the size of chunk extensions. Without this limit, an attacker could cause unbounded resource CPU, network bandwidth consumption. Patches The vulnerabilit...

7.5CVSS5.7AI score0.00958EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/12/20 6:30 p.m.74 views

transformers has a Deserialization of Untrusted Data vulnerability

Deserialization of Untrusted Data in GitHub repository huggingface/transformers prior to 4.36...

9.6CVSS7.1AI score0.00734EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/12/05 10:46 p.m.74 views

Test code in published microsoft-graph-core package exposes phpinfo()

Impact The Microsoft Graph Core PHP SDK published packages which contained test code that enabled the use of the phpInfo function from any application that could access and execute the file at vendor/microsoft/microsoft-graph-core/tests/GetPhpInfo.php. The phpInfo function exposes system...

10CVSS6.2AI score0.78428EPSS
SaveExploits7References9Affected Software1
Total number of security vulnerabilities5000