Lucene search
+L
GithubMost viewed

34222 matches found

Github Security Blog
Github Security Blog
added 2022/03/07 12:0 a.m.71 views

Code injection in RazorEngine

In the IsolatedRazorEngine component of Antaris RazorEngine through 4.5.1-alpha001, an attacker can execute arbitrary .NET code in a sandboxed environment if users can externally control template contents. NOTE: This vulnerability only affects products that are no longer supported by the maintain...

9.8CVSS5.5AI score0.01861EPSS
SaveExploits2References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/12 12:0 a.m.71 views

Apache Cassandra vulnerable to Code Injection due to unsafe configuration

When running Apache Cassandra with the following configuration: enableuserdefinedfunctions: true enablescripteduserdefinedfunctions: true enableuserdefinedfunctionsthreads: false it is possible for an attacker to execute arbitrary code on the host. The attacker would need to have enough permissio...

9.1CVSS2.5AI score0.54727EPSS
SaveExploits7References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/10 11:42 p.m.71 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 2021/11/18 8:14 p.m.71 views

Spree Auth Devise vulnerability allows for authentication bypass through CSRF weakness

Impact CSRF vulnerability that allows user account takeover. All applications using any version of the frontend component of spreeauthdevise are affected if protectfromforgery method is both: Executed whether as: A beforeaction callback the default A prependbeforeaction option prepend: true given...

9.3CVSS8.7AI score0.0052EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2021/10/19 8:16 p.m.71 views

Improper sanitization of target names

Impact The tough library, prior to 0.12.0, does not properly sanitize target names when caching a repository, or when saving specific targets to an output directory. When targets are cached or saved, files could be overwritten with arbitrary content anywhere on the system. AWS would like to thank...

8.5CVSS0.2AI score0.01077EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/22 8:39 p.m.71 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/09 5:11 p.m.71 views

SnappyFrameDecoder doesn't restrict chunk length any may buffer skippable chunks in an unnecessary way

Impact The Snappy frame decoder function doesn't restrict the chunk length which may lead to excessive memory usage. Beside this it also may buffer reserved skippable chunks until the whole chunk was received which may lead to excessive memory usage as well. This vulnerability can be triggered by...

7.5CVSS8AI score0.0628EPSS
SaveExploits0References19Affected Software3
Github Security Blog
Github Security Blog
added 2021/08/13 3:22 p.m.71 views

Padding oracle attacks

It was found that all OWASP ESAPI for Java up to version 2.0 RC2 are vulnerable to padding oracle attacks...

5.9CVSS4.5AI score0.0045EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/11 3:19 p.m.71 views

Command injection in Yamale

23andMe Yamale before 3.0.8 allows remote attackers to execute arbitrary code via a crafted schema file. The schema parser uses eval as part of its processing, and tries to protect from malicious expressions by limiting the builtins that are passed to the eval. When processing the schema, each li...

9.3CVSS7.8AI score0.0249EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/07/28 5:57 p.m.71 views

Missing Authentication for Critical Function in Saleor

An issue was discovered in Mirumee Saleor 2.x before 2.9.1. Incorrect access control in the checkoutCustomerAttach mutations allows attackers to attach their checkouts to any user ID and consequently leak user data e.g., name, address, and previous orders of any other customer...

5.3CVSS5.5AI score0.01083EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/07/26 9:15 p.m.71 views

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in micronaut-core

With a basic configuration like yaml router: static-resources: assets: enabled: true mapping: /.assets/public/ paths: file:/home/lstrmiska/test/ it is possible to access any file from a filesystem, using "/../../" in URL, as Micronaut does not restrict file access to configured paths. Repro Steps...

7.5CVSS7.5AI score0.01732EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/07/13 5:42 p.m.71 views

SQL injection in pimcore/pimcore

This affects the package pimcore/pimcore before 10.0.7. This issue exists due to the absence of check on the storeId parameter in the method collectionsActionGet and groupsActionGet method within the ClassificationstoreController class...

8.8CVSS2.7AI score0.01715EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/08 11:19 p.m.71 views

Open Redirect in trailing-slash

The package trailing-slash before 2.0.1 are vulnerable to Open Redirect via the use of trailing double slashes in the URL when accessing the vulnerable endpoint such as https://example.com//attacker.example/. The vulnerable code is in index.js::createTrailing, as the web server uses relative URLs...

6.1CVSS1AI score0.0115EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/24 4:56 p.m.71 views

Aliases are never checked in helm

Impact During a security audit of Helm's code base, security researchers at Trail of Bits identified a bug in which the alias field on a Chart.yaml is not properly sanitized. This could lead to the injection of unwanted information into a chart. Patches This issue has been patched in Helm 3.3.2 a...

4CVSS5.4AI score0.01029EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2021/05/06 6:27 p.m.71 views

Arbitrary Code Execution in grunt

The package grunt before 1.3.0 are vulnerable to Arbitrary Code Execution due to the default usage of the function load instead of its secure replacement safeLoad of the package js-yaml inside grunt.file.readYAML...

7.1CVSS7.2AI score0.02285EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/22 4:20 p.m.71 views

Multiple vulnerabilities through filename manipulation in Archive_Tar

ArchiveTar through 1.4.10 has :// filename sanitization only to address phar attacks, and thus any other stream-wrapper attack such as file:// to overwrite files can still succeed. See: https://github.com/pear/ArchiveTar/issues/33...

7.8CVSS7.6AI score0.84554EPSS
SaveExploits4References23Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/20 4:44 p.m.71 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/20 4:37 p.m.72 views

Cross-site scripting in papermerge

Multiple cross-site scripting XSS vulnerabilities in Papermerge before 1.5.2 allow remote attackers to inject arbitrary web script or HTML via the rename, tag, upload, or create folder function. The payload can be in a folder, a tag, or a document's filename. If email consumption is configured in...

6.1CVSS5.8AI score0.0154EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/20 4:35 p.m.71 views

Infinite Loop in Pygments

An infinite loop in SMLLexer in Pygments versions 1.5 to 2.7.3 may lead to denial of service when performing syntax highlighting of a Standard ML SML source file, as demonstrated by input that only contains the "exception" keyword...

7.5CVSS3.1AI score0.02759EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/29 9:32 p.m.71 views

netmask npm package mishandles octal input data

The netmask package before 2.0.1 for Node.js mishandles certain unexpected characters in an IP address string, such as an octal digit of 9. This in some situations allows attackers to bypass access control that is based on IP addresses. NOTE: this issue exists because of an incomplete fix for...

5.3CVSS7.2AI score0.01682EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/23 10:48 p.m.71 views

Rating Script Service expose XWiki to SQL injection

Impact This issue impacts only XWiki with the Ratings API installed. The Rating Script Service expose an API to perform SQL requests without escaping the from and where search arguments. This might lead to an SQL script injection quite easily for any user having Script rights on XWiki. Patches Th...

8.8CVSS0.2AI score0.01345EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/23 1:53 a.m.71 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/19 9:28 p.m.71 views

Regular Expression Denial of Service (ReDoS) in Jinja2

This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDOS vulnerability of the regex is mainly due to the sub-pattern a-zA-Z0-9.-+.a-zA-Z0-9.-+ This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiti...

5.3CVSS5.9AI score0.03546EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/19 9:19 p.m.71 views

Code injection in kill-process-by-name

This affects all versions of package kill-process-by-name. If attacker-controlled user input is given, it is possible for an attacker to execute arbitrary commands. This is due to use of the childprocess exec function without input sanitization in the index.js file...

9.8CVSS5.9AI score0.01146EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/18 7:30 p.m.71 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 9:33 p.m.71 views

Keycloak Missing authentication for critical function

A flaw was found in Keycloak 12.0.0 where re-authentication does not occur while updating the password. This flaw allows an attacker to take over an account if they can obtain temporary, physical access to a user’s browser. The highest threat from this vulnerability is to confidentiality,...

6.8CVSS6.1AI score0.00329EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/12 9:28 p.m.71 views

jspdf vulnerable to Regular Expression Denial of Service (ReDoS)

This affects the package jspdf before 2.3.1. ReDoS is possible via the addImage function...

7.5CVSS7.3AI score0.02644EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2020/12/28 4:33 p.m.71 views

Parse Server stores password in plain text

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. In Parse Server before version 4.5.0, user passwords involved in LDAP authentication are stored in cleartext. This is fixed in version 4.5.0 by stripping password after authentication to preven...

7.7CVSS6.4AI score0.00796EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2020/12/10 7:7 p.m.71 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.00241EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/02 8:33 p.m.71 views

Malicious Package in requet

All versions of requet typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the process wa...

4AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2020/07/29 8:56 p.m.71 views

dot-prop Prototype Pollution vulnerability

Prototype pollution vulnerability in dot-prop npm package versions before 4.2.1 and versions 5.x before 5.1.1 allows an attacker to add arbitrary properties to JavaScript language constructs such as objects...

7.5CVSS4.8AI score0.03079EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2020/07/27 10:51 p.m.71 views

SQL Injection in Kylin

Kylin concatenates and executes a Hive SQL in Hive CLI or beeline when building a new segment; some part of the HQL is from system configurations, while the configuration can be overwritten by certain rest api, which makes SQL injection attack is possible. Users of all previous versions after 2.0...

9.8CVSS4.3AI score0.0195EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/05/13 4:1 p.m.71 views

Out-of-bounds read in TensorFlow possibly causing disclosure of the contents of process memory.

TensorFlow before 1.7.0 has an integer overflow that causes an out-of-bounds read, possibly causing disclosure of the contents of process memory. This occurs in the DecodeBmp feature of the BMP decoder in core/kernels/decodebmpop.cc...

6.5CVSS6.4AI score0.00564EPSS
SaveExploits0References7Affected Software2
Github Security Blog
Github Security Blog
added 2020/01/24 9:28 p.m.71 views

Incorrect persistent NameID generation in SimpleSAMLphp

Background When a SimpleSAMLphp Identity Provider is misconfigured, a bug in the software when trying to build a persistent NameID to univocally identify the authenticating subject could cause different users to get the same identifier generated, depending on the attributes available for them rig...

9.8CVSS0.6AI score0.01656EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2020/01/06 6:44 p.m.71 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:5 p.m.71 views

Data leakage via SQL Injection in Pimcore

pimcore/pimcore before 6.3.0 is vulnerable to SQL Injection. An attacker with limited privileges classes permission can achieve a SQL injection that can lead in data leakage. The vulnerability can be exploited via 'id', 'storeId', 'pageSize' and 'tables' parameters, using a payload for trigger a...

6.5CVSS6AI score0.00866EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2019/12/02 6:3 p.m.71 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/12/06 3:49 p.m.71 views

Path Traversal in simplehttpserver

All versions of simplehttpserver are vulnerable to Path Traversal. This vulnerability allows an attacker to access files outside the webroot since it allows symlink navigation in the URL. Recommendation No fix is currently available. Do not use simplehttpserver in production or consider using an...

5.3CVSS4AI score0.01295EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2018/10/17 4:27 p.m.71 views

In Bouncy Castle JCE Provider the ECIES implementation allowed the use of ECB mode

In the Bouncy Castle JCE Provider version 1.55 and earlier the ECIES implementation allowed the use of ECB mode. This mode is regarded as unsafe and support for it has been removed from the provider...

7.4CVSS5.1AI score0.02208EPSS
SaveExploits0References7Affected Software3
Github Security Blog
Github Security Blog
added 2026/06/17 1:55 p.m.70 views

Pi Agent: Predictable temporary extension install paths allow local privilege escalation on shared Linux hosts

Predictable temporary extension install paths allow local privilege escalation on shared Linux hosts Pi versions with temporary npm or git extension package installs used predictable paths under the operating system temporary directory. On Linux-based multi-user systems, a local attacker who can...

7.3CVSS6.2AI score0.00115EPSS
SaveExploits0References7Affected Software2
Github Security Blog
Github Security Blog
added 2026/02/28 2:50 a.m.70 views

Serialize JavaScript is Vulnerable to RCE via RegExp.flags and Date.prototype.toISOString()

Impact The serialize-javascript npm package versions tags, the injected code executes. javascript const serialize = require'serialize-javascript'; // Create an object that passes instanceof RegExp with a spoofed .flags const fakeRegex = Object.createRegExp.prototype; Object.definePropertyfakeRege...

8.1CVSS7.3AI score0.02574EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/27 10:9 p.m.70 views

Junrar has an arbitrary file write due to backslash Path Traversal bypass in LocalFolderExtractor on Linux/Unix

Summary A backslash path traversal vulnerability in LocalFolderExtractor allows an attacker to write arbitrary files with attacker-controlled content anywhere on the filesystem when a crafted RAR archive is extracted on Linux/Unix. This can often lead to remote code execution e.g., overwriting...

5.9CVSS6.6AI score0.12038EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/01/08 9:52 p.m.71 views

AWS SDK for JavaScript v3 adopted defense in depth enhancement for region parameter value

CVSSv3.1 Rating: 3.7 LOW Summary This notification is related to the use of specific values for the region input field when calling AWS services. An actor with access to the environment in which the SDK is used could set the region input field to an invalid value. A defense-in-depth enhancement h...

6.7AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/05/05 8:40 p.m.70 views

league/commonmark contains a XSS vulnerability in Attributes extension

Summary Cross-site scripting XSS vulnerability in the Attributes extension of the league/commonmark library versions 1.5.0 through 2.6.x allows remote attackers to insert malicious JavaScript calls into HTML. Details The league/commonmark library provides configuration options such as htmlinput:...

6.4CVSS5.3AI score0.00305EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/10/28 9:30 a.m.70 views

Spring Security vulnerable to Authorization Bypass of Static Resources in WebFlux Applications

Spring WebFlux applications that have Spring Security authorization rules on static resources can be bypassed under certain circumstances. For this to impact an application, all of the following must be true: It must be a WebFlux application It must be using Spring's static resources support It...

9.1CVSS6.8AI score0.01741EPSS
SaveExploits2References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/09/03 8:3 p.m.70 views

CometBFT's state syncing validator from malicious node may lead to a chain split

Name: ASA-2024-009: State syncing validator from malicious node may lead to a chain split Component: CometBFT Criticality: Medium ACMv1.2: I:Moderate; L: Possible Affected versions: = 0.34.0, =0.37.0, = 0.38.0, = 0.38.11 Summary The state sync protocol retrieves a snapshot of the application and...

6.5AI score
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2024/08/15 9:43 p.m.70 views

Policy bypass for Host Firewall policy due to race condition in Cilium agent

Impact A race condition in the Cilium agent can cause the agent to ignore labels that should be applied to a node. This could in turn cause CiliumClusterwideNetworkPolicies intended for nodes with the ignored label to not apply, leading to policy bypass. Patches This issue was fixed in...

6.8CVSS6.6AI score0.005EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/09 9:18 p.m.70 views

Next.js Server-Side Request Forgery in Server Actions

Impact A Server-Side Request Forgery SSRF vulnerability was identified in Next.js Server Actions by security researchers at Assetnote. If the Host header is modified, and the below conditions are also met, an attacker may be able to make requests that appear to be originating from the Next.js...

7.5CVSS6.7AI score0.05453EPSS
SaveExploits3References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/20 9:30 a.m.70 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/01/29 10:30 p.m.70 views

aiohttp's HTTP parser (the python one, not llhttp) still overly lenient about separators

Summary Security-sensitive parts of the Python HTTP parser retained minor differences in allowable character sets, that must trigger error handling to robustly match frame boundaries of proxies in order to protect against injection of additional requests. Additionally, validation could trigger...

6.5CVSS7.2AI score0.01029EPSS
SaveExploits1References12Affected Software1
Total number of security vulnerabilities5000