Lucene search
+L
GithubMost viewed

34222 matches found

Github Security Blog
Github Security Blog
added 2022/07/05 9:6 p.m.66 views

Incorrect handling of invalid surrogate pair characters

Impact What kind of vulnerability is it? Who is impacted? Anyone parsing JSON from an untrusted source is vulnerable. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key...

7.5CVSS7.4AI score0.02298EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 7:12 p.m.66 views

SM2 Decryption Buffer Overflow

In order to decrypt SM2 encrypted data an application is expected to call the API function EVPPKEYdecrypt. Typically an application will call this function twice. The first time, on entry, the "out" parameter can be NULL and, on exit, the "outlen" parameter is populated with the buffer size...

9.8CVSS9.5AI score0.87816EPSS
SaveExploits1References23Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 5:35 p.m.66 views

OpenStack Horizon Open redirect in workflow forms

An issue was discovered in OpenStack Horizon before 15.3.2, 16.x before 16.2.1, 17.x and 18.x before 18.3.3, 18.4.x, and 18.5.x. There is a lack of validation of the "next" parameter, which would allow someone to supply a malicious URL in Horizon that can cause an automatic redirect to the provid...

6.1CVSS6.5AI score0.01411EPSS
SaveExploits1References13Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/05 12:29 a.m.66 views

Symfony Host Header Injection vulnerability in the HttpFoundation component

Symfony 2.0.X before 2.0.24, 2.1.X before 2.1.12, 2.2.X before 2.2.5, and 2.3.X before 2.3.3 have an issue in the HttpFoundation component. The Host header can be manipulated by an attacker when the framework is generating an absolute URL. A remote attacker could exploit this vulnerability to...

6.1CVSS6.8AI score0.02313EPSS
SaveExploits0References20Affected Software2
Github Security Blog
Github Security Blog
added 2022/03/04 12:0 a.m.66 views

Elasticsearch privilege escalation

A flaw was discovered in Elasticsearch 7.17.0’s upgrade assistant, in which upgrading from version 6.x to 7.x would disable the in-built protections on the security index, allowing authenticated users with “” index permissions access to this index. Users running a cluster on an affected version...

4.3CVSS4.9AI score0.00924EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/10 11:51 p.m.66 views

Prototype Pollution in handlebars

The package handlebars before 4.7.7 are vulnerable to Prototype Pollution when selecting certain compiling options to compile templates coming from an untrusted source...

9.8CVSS2.9AI score0.04506EPSS
SaveExploits1References10Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/10 11:4 p.m.66 views

Server-Side Request Forgery in Karaf

In Karaf, JMX authentication takes place using JAAS and authorization takes place using ACL files. By default, only an "admin" can actually invoke on an MBean. However there is a vulnerability there for someone who is not an admin, but has a "viewer" role. In the 'etc/jmx.acl.cfg', such as role c...

6.5CVSS2.7AI score0.01876EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/09 11:38 p.m.66 views

NULL Pointer Dereference and Access of Uninitialized Pointer in TensorFlow

Impact The code for boosted trees in TensorFlow is still missing validation. This allows malicious users to read and write outside of bounds of heap allocated data as well as trigger denial of service via dereferencing nullptrs or via CHECK-failures. This follows after CVE-2021-41208 where these...

8.8CVSS1.6AI score0.00168EPSS
SaveExploits0References4Affected Software3
Github Security Blog
Github Security Blog
added 2022/02/09 11:19 p.m.66 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.66 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 2022/01/21 11:36 p.m.66 views

Open Redirect in node-forge

parseUrl functionality in node-forge mishandles certain uses of backslash such as https:///\ and interprets the URI as a relative path...

6.1CVSS6.5AI score0.00832EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/01/07 12:9 a.m.66 views

NumPy Buffer Overflow (Disputed)

A Buffer Overflow vulnerability exists in NumPy 1.9.x in the PyArrayNewFromDescrint function of ctors.c when specifying arrays of large dimensions over 32 from Python code, which could let a malicious user cause a Denial of Service. NOTE: The vendor does not agree this is a vulnerability; In very...

5.3CVSS5.3AI score0.01074EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/12/20 5:52 p.m.66 views

Authentication Bypass in dex

A vulnerability exists in the SAML connector of the github.com/dexidp/dex library used to process SAML Signature Validation. This flaw allows an attacker to bypass SAML authentication. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability. Thi...

9.8CVSS8.8AI score0.01718EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/11/24 9:1 p.m.66 views

CSV Injection in symfony/serializer

Description ----------- CSV Injection, also known as Formula Injection, occurs when websites embed untrusted input inside CSV files. When a spreadsheet program opens a CSV, any cell starting with = is interpreted by the software as a formula and could be abused by an attacker. In Symfony 4.1, we'...

6.5CVSS1.4AI score0.01355EPSS
SaveExploits0References13Affected Software2
Github Security Blog
Github Security Blog
added 2021/10/27 6:52 p.m.66 views

Deserialization of Untrusted Data leading to Remote Code Execution in Apache Storm

An Unsafe Deserialization vulnerability exists in the worker services of the Apache Storm supervisor server allowing pre-auth Remote Code Execution RCE. Apache Storm 2.2.x users should upgrade to version 2.2.1 or 2.3.0. Apache Storm 2.1.x users should upgrade to version 2.1.1. Apache Storm 1.x...

9.8CVSS5.9AI score0.65587EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/30 5:22 p.m.66 views

Cross-Site Request Forgery in express-cart

The express-cart package through 1.1.10 for Node.js allows CSRF...

8.8CVSS8.4AI score0.00567EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/30 4:24 p.m.66 views

Injection in MockServer

MockServer is open source software which enables easy mocking of any system you integrate with via HTTP or HTTPS. An attacker that can trick a victim into visiting a malicious site while running MockServer locally, will be able to run arbitrary code on the MockServer machine. With an overly broad...

9.6CVSS2AI score0.02164EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 2:48 p.m.66 views

XStream is vulnerable to an Arbitrary Code Execution attack

Impact The vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. A user is only affected if using the version out of the box with JDK 1.7u21 or below. However, this scenario can be adjusted easily to an...

8.8CVSS8.8AI score0.0454EPSS
SaveExploits0References13Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/09 8:37 p.m.66 views

Workflow re-write vulnerability using input parameter

Impact Allow end-users to set input parameters, but otherwise expect workflows to be secure. Patches Not yet. Workarounds Set EXPRESSIONTEMPLATES=false for the workflow controller References https://github.com/argoproj/argo-workflows/issues/6441 For more information If you have any questions or...

6.5CVSS6.3AI score0.00963EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/29 6:32 p.m.66 views

Cross-site Scripting in Gogs

Cross-site scripting XSS vulnerability in models/issue.go in Gogs aka Go Git Service 0.3.1-9 through 0.5.x before 0.5.8 allows remote attackers to inject arbitrary web script or HTML via the text parameter to api/v1/markdown...

4.3CVSS5.5AI score0.01909EPSS
SaveExploits3References10Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/28 5:16 p.m.67 views

Improper Verification of Cryptographic Signature

Impact The verifyWithMessage method of tEnvoyNaClSigningKey always returns true for any signature of a SHA-512 hash matching the SHA-512 hash of the message even if the signature is invalid. Patches Upgrade to v7.0.3 immediately to resolve this issue. Since the vulnerability lies within the...

9.8CVSS5.6AI score0.00658EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/09 5:34 p.m.66 views

Insufficient Session Expiration in OpenStack Keystone

An issue was discovered in OpenStack Keystone before 15.0.1, and 16.0.0. The list of roles provided for an OAuth1 access token is silently ignored. Thus, when an access token is used to request a keystone token, the keystone token contains every role assignment the creator had for the project. Th...

8.8CVSS3.1AI score0.01896EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/08 8:12 p.m.66 views

SQL Injection in t3/dce

The dce aka Dynamic Content Element extension 2.2.0 through 2.6.x before 2.6.2, and 2.7.x before 2.7.1, for TYPO3 allows SQL Injection via a backend user account...

4.9CVSS5.3AI score0.01406EPSS
SaveExploits3References7Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/08 6:49 p.m.66 views

Out-of-bounds Read in Pillow

An issue was discovered in Pillow before 8.2.0. There is an out-of-bounds read in J2kDecode, in j2kugrayala...

9.1CVSS2.1AI score0.02876EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/01 9:21 p.m.66 views

Action Commands (run/shell/exec) Against Library URIs Ignore Configured Remote Endpoint

Impact Due to incorrect use of a default URL, singularity action commands run/shell/exec specifying a container using a library:// URI will always attempt to retrieve the container from the default remote endpoint cloud.sylabs.io rather than the configured remote endpoint. An attacker may be able...

6.8CVSS2.5AI score0.01415EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/27 6:39 p.m.66 views

Private Field data leak

This security advisory relates to a newly discovered capability in our query infrastructure to directly or indirectly expose the values of private fields, bypassing the configured access control. This is an access control related oracle attack in that the attack method guides an attacker during...

7.5CVSS1.2AI score0.00864EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/25 6:46 p.m.66 views

Cross-Site Request Forgery in OpenNMS Horizon

In OpenNMS Horizon, versions opennms-1-0-stable through opennms-27.1.1; OpenNMS Meridian, versions meridian-foundation-2015.1.0-1 through meridian-foundation-2019.1.18-1; meridian-foundation-2020.1.0-1 through meridian-foundation-2020.1.6-1 are vulnerable to CSRF, due to no CSRF protection at...

8.8CVSS4.1AI score0.00726EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/21 4:24 p.m.66 views

pomerium_signature is not verified in middleware in github.com/pomerium/pomerium

Impact Some API endpoints under /.pomerium/ do not verify parameters with pomeriumsignature. This could allow modifying parameters intended to be trusted to Pomerium. The issue mainly affects routes responsible for sign in/out, but does not introduce an authentication bypass. Specific Go Packages...

6.1CVSS6.3AI score0.00658EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/18 6:33 p.m.66 views

Improper Authorization in github.com/containers/libpod

A flaw was found in podman before 1.7.0. File permissions for non-root users running in a privileged container are not correctly checked. This flaw can be abused by a low-privileged user inside the container to access any other file in the container, even if owned by the root user inside the...

7CVSS2.3AI score0.00261EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/13 10:31 p.m.66 views

Reflected Cross-site Scripting (XSS) in ACS Commons

ACS Commons version 4.9.2 and earlier suffers from a Reflected Cross-site Scripting XSS vulnerability in version-compare and page-compare due to invalid JCR characters that are not handled correctly. An attacker could potentially exploit this vulnerability to inject malicious JavaScript content...

6.1CVSS2.6AI score0.03337EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/10 7:17 p.m.66 views

Prototype pollution in json8-merge-patch

Prototype pollution vulnerability in json8-merge-patch npm package 1.0.3 may allow attackers to inject or modify methods and properties of the global object constructor...

7.5CVSS7.2AI score0.01293EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/07 4:14 p.m.66 views

OS Command Injection in gulp-tape

gulp-tape through 1.0.0 allows execution of arbitrary commands. It is possible to inject arbitrary commands as part of gulp-tape options...

9.8CVSS9.2AI score0.02575EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/07 4:6 p.m.66 views

Path Traversal in marked-tree

This affects all versions up to and including version 0.8.1 of package marked-tree. There is no path sanitization in the path provided at fs.readFile in index.js...

7.5CVSS7.3AI score0.01738EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/06 6:52 p.m.66 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/05/06 6:12 p.m.66 views

Prototype Pollution in deep-get-set

All versions of package deep-get-set prior to version 1.1.1 are vulnerable to Prototype Pollution via the main function...

9.8CVSS8.9AI score0.01965EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/30 5:29 p.m.66 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:11 p.m.66 views

XSS Cross Site Scripting

Impact It is possible to persistently inject scripts in XWiki. For unregistred users: - By filling simple text fields For registered users: - By filling their personal information - if they have edit rights By filling the values of static lists using App Within Minutes That can lead to user's...

9.6CVSS0.3AI score0.01123EPSS
SaveExploits1References3Affected Software2
Github Security Blog
Github Security Blog
added 2021/04/22 4:11 p.m.66 views

Server session is not invalidated when logout() helper method of Authentication module is used in Vaadin 18-19

Authentication.logout helper in com.vaadin:flow-client versions 5.0.0 prior to 6.0.0 Vaadin 18, and 6.0.0 through 6.0.4 Vaadin 19.0.0 through 19.0.3 uses incorrect HTTP method, which, in combination with Spring Security CSRF protection, allows local attackers to access Fusion endpoints after the...

7.1CVSS3.4AI score0.00322EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/20 4:43 p.m.66 views

Exposure of Sensitive Information to an Unauthorized Actor in ansible

A flaw was found in the Ansible Engine affecting Ansible Engine versions 2.7.x before 2.7.17 and 2.8.x before 2.8.11 and 2.9.x before 2.9.7 as well as Ansible Tower before and including versions 3.4.5 and 3.5.5 and 3.6.3 when the ldapattr and ldapentry community modules are used. The issue...

5CVSS5.9AI score0.00409EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/19 2:54 p.m.66 views

Malicious users could abuse Sydent to control the content of invitation emails

Impact A malicious user could abuse Sydent to send out arbitrary emails from the Sydent email address. This could be used to construct plausible phishing emails, for example. Patches Fixed in 4469d1d, 6b405a8, 65a6e91. Note that these patches include changes to the default email templates. If the...

5.7CVSS2AI score0.00934EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/12 7:1 p.m.66 views

Command Injection in macfromip

All versions of npm package macfromip are affected by a command injection vulnerability. The injection point is located in line 66 in macfromip.js...

9.8CVSS9.3AI score0.02046EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/29 4:30 p.m.66 views

Remote code execution in Kramdown

Kramdown before 2.3.1 does not restrict Rouge formatters to the Rouge::Formatters namespace, and thus arbitrary classes can be instantiated...

9.8CVSS6.7AI score0.02805EPSS
SaveExploits1References12Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/29 4:5 p.m.66 views

Prototype Pollution in y18n

Overview The npm package y18n before versions 3.2.2, 4.0.1, and 5.0.5 is vulnerable to Prototype Pollution. POC js const y18n = require'y18n'; y18n.setLocale'proto'; y18n.updateLocalepolluted: true; console.logpolluted; // true Recommendation Upgrade to version 3.2.2, 4.0.1, 5.0.5 or later...

9.8CVSS8.4AI score0.69062EPSS
SaveExploits1References10Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/24 5:58 p.m.66 views

Path Traversal within joomla/archive zip class

An issue was discovered in Joomla! 3.0.0 through 3.9.24. Extracting an specifilcy crafted zip package could write files outside of the intended path...

5.5CVSS3AI score0.01011EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/23 10:47 p.m.66 views

It's possible to execute anything with the rights of the author of a macro which uses the {{wikimacrocontent}} macro

Impact The wikimacrocontent executes the content with the rights of the wiki macro author instead of the caller of that wiki macro. This makes possible to inject scripts through it and they will be executed with the rights of the wiki macro very often a user which has Programming rights...

7.7CVSS0.4AI score0.00459EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/23 1:53 a.m.67 views

Cleartext storage of session identifier

Problem User session identifiers were stored in cleartext - without processing of additional cryptographic hashing algorithms. This vulnerability cannot be exploited directly and occurs in combination with a chained attack - like for instance SQL injection in any other component of the system...

7.5CVSS1.7AI score0.00918EPSS
SaveExploits0References7Affected Software2
Github Security Blog
Github Security Blog
added 2021/03/22 11:29 p.m.66 views

XStream is vulnerable to an attack using Regular Expression for a Denial of Service (ReDos)

Impact The vulnerability may allow a remote attacker to occupy a thread that consumes maximum CPU time and will never return. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. Patches If you rely on...

7.8CVSS1.5AI score0.13832EPSS
SaveExploits0References17Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/22 11:28 p.m.66 views

XStream is vulnerable to an Arbitrary Code Execution attack

Impact The vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required...

9.8CVSS1.4AI score0.76367EPSS
SaveExploits1References17Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/18 7:55 p.m.66 views

Pillow Uncontrolled Resource Consumption

Pillow before 8.1.2 allows attackers to cause a denial of service memory consumption because the reported size of a contained image is not properly checked for an ICNS container, and thus an attempted memory allocation can be very large...

7.5CVSS7.2AI score0.04851EPSS
SaveExploits0References13Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/02 2:57 a.m.66 views

Sandbox escape through template_object in smarty

Sandbox protection could be bypassed through access to an internal Smarty object that should have been blocked. Sites that rely on Smarty Security features should upgrade as soon as possible. Please upgrade to 3.1.39 or higher...

7.5CVSS0.9AI score0.09436EPSS
SaveExploits1References10Affected Software1
Total number of security vulnerabilities5000