Lucene search
+L
GithubMost viewed

34222 matches found

Github Security Blog
Github Security Blog
added 2020/10/16 4:55 p.m.55 views

RCE in XWiki

Impact Any user with SCRIPT right EDIT right before XWiki 7.4 can gain access to the application server Servlet context which contains tools allowing to instantiate arbitrary Java objects and invoke methods that may lead to arbitrary code execution. Patches It has been patched in both version XWi...

9CVSS0.8AI score0.03358EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.55 views

Out of bounds write in tensorflow-lite

Impact In TensorFlow Lite models using segment sum can trigger a write out bounds / segmentation fault if the segment ids are not sorted. Code assumes that the segment ids are in increasing order, using the last element of the tensor holding them to determine the dimensionality of output tensor:...

8.1CVSS1.1AI score0.00671EPSS
SaveExploits1References12Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.55 views

Denial of Service in Tensorflow

Impact The SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the indices tensor has rank 2. This tensor must be a matrix because code assumes its elements are accessed as elements of a matrix:...

6.3CVSS2.6AI score0.00726EPSS
SaveExploits1References8Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/11 3:19 p.m.55 views

XSS in Action View

There is a potential Cross-Site Scripting XSS vulnerability in Action View's translation helpers. Views that allow the user to control the default not found value of the t and translate helpers could be susceptible to XSS attacks. Impact When an HTML-unsafe string is passed as the default for a...

6.1CVSS0.9AI score0.02372EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/01 4:42 p.m.55 views

Cross-Site Scripting in yui

Affected versions of yui are vulnerable to cross-site scripting in the uploader.swf and io.swf utilities, via script injection in the url. Recommendation YUI has published their recommendation to fix this issue. Their recommendation is to: - Delete self-hosted copies of these files if you are not...

4.3CVSS2.5AI score0.01492EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/01 4:3 p.m.55 views

Local Privilege Escalation in npm

Affected versions of npm use predictable temporary file names during archive unpacking. If an attacker can create a symbolic link at the location of one of these temporary file names, the attacker can arbitrarily write to any file that the user which owns the npm process has permission to write t...

3.3CVSS3.7AI score0.00372EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2020/08/19 7:52 p.m.55 views

Remote Code Execution in SyliusResourceBundle

Impact Request parameters injected inside an expression evaluated by symfony/expression-language package haven't been sanitized properly. This allows the attacker to access any public service by manipulating that request parameter, allowing for Remote Code Execution. The vulnerable versions...

9.6CVSS4.3AI score0.02149EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/06/30 9:1 p.m.55 views

Information Exposure in Netty

Netty before 3.9.8.Final, 3.10.x before 3.10.3.Final, 4.0.x before 4.0.28.Final, and 4.1.x before 4.1.0.Beta5 and Play Framework 2.x before 2.3.9 might allow remote attackers to bypass the httpOnly flag on cookies and obtain sensitive information by leveraging improper validation of cookie name a...

7.5CVSS7.3AI score0.05434EPSS
SaveExploits0References18Affected Software3
Github Security Blog
Github Security Blog
added 2019/11/18 5:19 p.m.55 views

Path traversal attack on Windows platforms

Tapestry processes assets /assets/ctx using classes chain StaticFilesFilter - AssetDispatcher - ContextResource, which doesn't filter the character , so attacker can perform a path traversal attack to read any files on Windows platform...

7.5CVSS4.1AI score0.03094EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2019/08/01 7:18 p.m.55 views

Undertow Missing Authorization when requesting a protected directory without trailing slash

undertow before version 2.0.23.Final is vulnerable to an information leak issue. Web apps may have their directory structures predicted through requests without trailing slashes via the api...

7.5CVSS8.3AI score0.03478EPSS
SaveExploits0References17Affected Software1
Github Security Blog
Github Security Blog
added 2018/10/19 4:55 p.m.55 views

Improper Input Validation in org.wildfly:wildfly-undertow

A flaw was found in Wildfly 9.x. A path traversal vulnerability through the org.wildfly.extension.undertow.deployment.ServletResourceManager.getResource method could lead to information disclosure of arbitrary local files...

5.5CVSS2.9AI score0.00489EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2018/10/17 4:27 p.m.55 views

Moderate severity vulnerability that affects org.bouncycastle:bcprov-jdk14 and org.bouncycastle:bcprov-jdk15

The Bouncy Castle Java library before 1.51 does not validate a point is withing the elliptic curve, which makes it easier for remote attackers to obtain private keys via a series of crafted elliptic curve Diffie Hellman ECDH key exchanges, aka an "invalid curve attack."...

5CVSS8.1AI score0.0482EPSS
SaveExploits0References23Affected Software3
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.55 views

actionpack allows remote attackers to bypass database-query restrictions, perform NULL checks via crafted request

actionpack/lib/actiondispatch/http/request.rb in Ruby on Rails before 3.0.14, 3.1.x before 3.1.6, and 3.2.x before 3.2.6 does not properly consider differences in parameter handling between the Active Record component and the Rack interface, which allows remote attackers to bypass intended...

4.3CVSS7.2AI score0.03931EPSS
SaveExploits2References13Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/18 5:24 p.m.54 views

ruby-jwt: Empty-key HMAC bypass; cross-language sibling of CVE-2026-44351

JWT.decodetoken, '', true, algorithm: 'HS256' accepts an attacker-forged token. OpenSSL::HMAC.digest'SHA256', '', payload returns a valid digest under an empty key, and no raise InvalidKeyError if key.empty? precondition exists in the HMAC algorithm. JWT.decodetoken, "", true, algorithm: 'HS256' ...

9.1CVSS5.7AI score0.00242EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/14 8:30 p.m.54 views

Svelte: SSR XSS via Insecure Promise Serialization in hydratable

Contents of hydratable promises were not properly stringified, potentially leading to an XSS exploit. You are vulnerable if all of the following is true: - you are using hydratable an experimental feature at the time of this report - you are passing attacker-controlled input such that a synchrono...

5.8AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:6 p.m.54 views

protobuf.js: Code injection in pbjs static output from crafted schema names

Summary pbjs static code generation could emit unsafe JavaScript identifiers derived from schema-controlled names. When generating static JavaScript from a crafted schema or JSON descriptor, certain namespace, enum, service, or derived full names could be written into the generated output without...

8.7CVSS5.9AI score0.00395EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/15 6:31 p.m.54 views

Bouncy Castle Crypto Package For Java: Use of a Broken or Risky Cryptographic Algorithm vulnerability in bcpkix modules

: Use of a Broken or Risky Cryptographic Algorithm vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix on all pkix modules. PKIX draft CompositeVerifier accepts empty signature sequence as valid. This issue affects BC-JAVA: from 1.49 before 1.84...

7.5CVSS5.8AI score0.0064EPSS
SaveExploits0References4Affected Software7
Github Security Blog
Github Security Blog
added 2025/03/17 9:26 p.m.54 views

zip Incorrectly Canonicalizes Paths during Archive Extraction Leading to Arbitrary File Write

Summary In the archive extraction routine of affected versions of the zip crate, symbolic links earlier in the archive are allowed to be used for later files in the archive without validation of the final canonicalized path, allowing maliciously crafted archives to overwrite arbitrary files in th...

7.3CVSS7.2AI score0.00512EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2025/03/13 10:38 p.m.54 views

Flowise Pre-auth Arbitrary File Upload

Summary An unauthorized attacker can leverage the whitelisted route /api/v1/attachments to upload arbitrary files when the storageType is set to local default. Details When a new request arrives, the system first checks if the URL starts with /api/v1/. If it does, the system then verifies whether...

7.5AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/01/21 9:10 p.m.54 views

Use of Insufficiently Random Values in undici

Impact Undici fetch uses Math.random to choose the boundary for a multipart/form-data request. It is known that the output of Math.random can be predicted if several of its generated values are known. If there is a mechanism in an app that sends multipart requests to an attacker-controlled websit...

6.8CVSS6.6AI score0.00748EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2024/10/08 8:25 p.m.54 views

Microsoft Security Advisory CVE-2024-43485 | .NET Denial of Service Vulnerability

Microsoft Security Advisory CVE-2024-43485 | .NET Denial of Service Vulnerability Executive summary Microsoft is releasing this security advisory to provide information about a vulnerability in System.Text.Json 6.0.x and 8.0.x. This advisory also provides guidance on what developers can do to...

7.5CVSS7.5AI score0.03052EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/09/19 6:30 p.m.54 views

Duplicate Advisory: Keycloak Open Redirect vulnerability

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-w8gr-xwp4-r9f7. This link is maintained to preserve external references. Original Description A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL...

6.1CVSS6.7AI score0.01959EPSS
SaveExploits0References20Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/15 10:27 p.m.54 views

Insecure State Generation in laravel/socialite

laravel/socialite versions prior to 2.0.9 are found to have an insecure state generation mechanism, potentially exposing the OAuth authentication process to security risks. The issue has been addressed in version 2.0.9 by ensuring that the state is generated using a truly random approach, enhanci...

7.3AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/24 9:35 p.m.54 views

Heketi Arbitrary Code Execution

A security-check flaw was found in the way the Heketi 5 server API handled user requests. An authenticated Heketi user could send specially crafted requests to the Heketi server, resulting in remote command execution as the user running Heketi server and possibly privilege escalation...

9CVSS6.9AI score0.05495EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/22 7:7 p.m.54 views

Arbitrary Code Execution in Gitea

The git hook feature in Gitea 1.1.0 through 1.12.5 allows for authenticated remote code execution...

7.2CVSS7.9AI score0.95432EPSS
SaveExploits12References14Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/21 6:59 p.m.54 views

Path traversal in webpack-dev-middleware

Summary The webpack-dev-middleware middleware does not validate the supplied URL address sufficiently before returning the local file. It is possible to access any file on the developer's machine. Details The middleware can either work with the physical filesystem when reading the files or it can...

7.5CVSS6.4AI score0.01209EPSS
SaveExploits1References11Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/19 6:30 a.m.54 views

Cross-site Scripting in livewire/livewire

Versions of the package livewire/livewire from 3.3.5 and before 3.4.9 are vulnerable to Cross-site Scripting XSS when a page uses Url for a property. An attacker can inject HTML code in the context of the user's browser session by crafting a malicious link and convincing the user to click on it...

6.1CVSS6.2AI score0.00516EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/14 5:19 p.m.54 views

follow-redirects' Proxy-Authorization header kept across hosts

When using axios, its dependency follow-redirects only clears authorization header during cross-domain redirect, but allows the proxy-authentication header which contains credentials too. Steps To Reproduce & PoC Test code: js const axios = require'axios'; axios.get'http://127.0.0.1:10081/',...

6.5CVSS6.5AI score0.01044EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/27 9:41 p.m.54 views

Rails has possible XSS Vulnerability in Action Controller

Possible XSS Vulnerability in Action Controller There is a possible XSS vulnerability when using the translation helpers translate, t, etc in Action Controller. This vulnerability has been assigned the CVE identifier CVE-2024-26143. Versions Affected: = 7.0.0. Not affected: 7.0.0 Fixed Versions:...

6.1CVSS6.2AI score0.01034EPSS
SaveExploits1References8Affected Software2
Github Security Blog
Github Security Blog
added 2024/01/29 10:30 p.m.54 views

Nginx-UI vulnerable to arbitrary file write through the Import Certificate feature

Summary The Import Certificate feature allows arbitrary write into the system. The feature does not check if the provided user input is a certification/key and allows to write into arbitrary paths in the system...

9.8CVSS9.8AI score0.00699EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/28 9:30 a.m.54 views

Reactor Netty HTTP Server denial of service vulnerability

In Reactor Netty HTTP Server, versions 1.1.x prior to 1.1.13 and versions 1.0.x prior to 1.0.39, it is possible for a user to provide specially crafted HTTP requests that may cause a denial-of-service DoS condition. Specifically, an application is vulnerable if Reactor Netty HTTP Server built-in...

7.5CVSS6.9AI score0.00906EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/14 6:27 p.m.54 views

Label Studio Object Relational Mapper Leak Vulnerability in Filtering Task

Introduction This write-up describes a vulnerability found in Label Studio, a popular open source data labeling tool. The vulnerability affects all versions of Label Studio prior to 1.9.2post0 and was tested on version 1.8.2. Overview In all current versions of Label Studio, the application allow...

7.5CVSS7AI score0.04055EPSS
SaveExploits3References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/09 9:30 p.m.54 views

Moodle Cross-site Scripting vulnerability

Wiki comments required additional sanitizing and access restrictions to prevent a stored XSS risk and potential IDOR risk...

6.5CVSS5.8AI score0.0051EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/09 9:30 p.m.54 views

Moodle Code Injection vulnerability

A remote code execution risk was identified in the Lesson activity. By default this was only available to teachers and managers...

8.8CVSS8AI score0.01862EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/10/18 12:31 a.m.54 views

MySQL Connectors takeover vulnerability

Vulnerability in the MySQL Connectors product of Oracle MySQL component: Connector/J. Supported versions that are affected are 8.1.0 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Connectors. Successful...

8.3CVSS6.1AI score0.00872EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2023/10/05 8:52 p.m.54 views

Decidim has broken access control in templates

Impact The templates module doesn't enforce the correct permissions, allowing any logged-in user to access to this functionality in the administration panel. An attacker could use this vulnerability to change, create or delete templates of surveys...

9.1CVSS6.3AI score0.00541EPSS
SaveExploits0References7Affected Software2
Github Security Blog
Github Security Blog
added 2023/09/25 9:30 p.m.54 views

plexus-codehaus vulnerable to directory traversal

A flaw was found in plexus-codehaus. A directory traversal attack also known as path traversal aims to access files and directories stored outside the intended folder. By manipulating files with dot-dot-slash ../ sequences and their variations or by using absolute file paths, it may be possible t...

7.5CVSS7.6AI score0.01347EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/09/20 12:30 p.m.54 views

Quarkus HTTP vulnerable to incorrect evaluation of permissions

A flaw was found in Quarkus where HTTP security policies are not sanitizing certain character permutations correctly when accepting requests, resulting in incorrect evaluation of permissions. This issue could allow an attacker to bypass the security policy altogether, resulting in unauthorized...

8.1CVSS6.6AI score0.01215EPSS
SaveExploits1References17Affected Software4
Github Security Blog
Github Security Blog
added 2023/09/12 6:58 p.m.54 views

Apache Airflow Incorrect Authorization vulnerability

Apache Airflow, versions before 2.7.1, is affected by a vulnerability that allows authenticated and DAG-view authorized Users to modify some DAG run detail values when submitting notes. This could have them alter details such as configuration parameters, start date, etc. Users should upgrade to...

4.3CVSS4.6AI score0.01305EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/09/01 8:51 p.m.54 views

tss-lib leaks secret keys in response to incorrectly constructed Paillier moduli

Impact The specification of the GG18 threshold ECDSA signature protocol contains a vulnerability allowing an attacker to recover the shared secret key. If a participant generates a Paillier modulus N containing small factors less than 2^100 they can interact with other participants in the signing...

6.7AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/31 12:30 a.m.54 views

Path traversal in Zip Swift

An issue in Zip Swift v2.1.2 allows attackers to execute a path traversal attack via a crafted zip entry...

7.8CVSS7AI score0.00439EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/11 6:57 p.m.54 views

Critters Cross-site Scripting Vulnerability

Impact Critters version 0.0.17-0.0.19 have an issue when parsing the HTML which leads to a potential cross-site scripting XSS bug. Patches The bug has been fixed in v0.0.20. Workarounds Upgrading Critters version to 0.0.20 is the easiest fix. This is a non breaking version upgrade so we recommend...

6.1CVSS6.5AI score0.00147EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/13 9:30 p.m.54 views

Spring Session session ID can be logged to the standard output stream

In Spring Session version 3.0.0, the session id can be logged to the standard output stream. This vulnerability exposes sensitive information to those who have access to the application logs and can be used for session hijacking. Specifically, an application is vulnerable if it is using...

6.5CVSS6.1AI score0.0066EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/11 8:59 p.m.54 views

Traefik HTTP header parsing could cause a denial of service

Impact There is a vulnerability in Go when parsing the HTTP headers, which impacts Traefik. HTTP header parsing could allocate substantially more memory than required to hold the parsed headers. This behavior could be exploited to cause a denial of service. References - CVE-2023-24534 Patches -...

7.5CVSS8.5AI score0.01085EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/03/24 10:6 p.m.54 views

Interactive `run` permission prompt spoofing via improper ANSI neutralization

Summary Arbitrary program names without any ANSI filtering allows any malicious program to clear the first 2 lines of a opspawnchild or opkill prompt and replace it with any desired text. Details The main entry point comes down to the ability to override what the API control says 40process.js...

8.8CVSS8.7AI score0.01142EPSS
SaveExploits1References5Affected Software2
Github Security Blog
Github Security Blog
added 2023/03/23 9:30 p.m.54 views

Spring Vault vulnerable to insertion of sensitive information into a log file

In Spring Vault, versions 3.0.x prior to 3.0.2 and versions 2.3.x prior to 2.3.3 and older versions, an application is vulnerable to insertion of sensitive information into a log file when it attempts to revoke a Vault batch token...

5.5CVSS5.3AI score0.00223EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/08 10:27 p.m.54 views

openssl-src contains Read Buffer Overflow in X.509 Name Constraint

A read buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification and requires either a CA to have signed the malicious certificate or for the application to continue certificate...

4.9CVSS6.8AI score0.01481EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/06 6:30 p.m.54 views

Exposure of Sensitive Information in EVE-SRP

A vulnerability was found in paxswill EVE Ship Replacement Program 0.12.11. It has been rated as problematic. This issue affects some unknown processing of the file src/evesrp/views/api.py of the component User Information Handler. The manipulation leads to information disclosure. The attack may ...

4.3CVSS4.9AI score0.00672EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/05 9:30 p.m.54 views

Cross-site Scripting in DaSchTour matomo-mediawiki-extension

A vulnerability classified as problematic has been found in DaSchTour matomo-mediawiki-extension up to 2.4.2. This affects an unknown part of the file Piwik.hooks.php of the component Username Handler. The manipulation leads to cross site scripting. It is possible to initiate the attack remotely...

6.1CVSS6AI score0.00614EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/11/21 10:18 p.m.54 views

Invalid char to bool conversion when printing a tensor

Impact When printing a tensor, we get it's data as a const char array since that's the underlying storage and then we typecast it to the element type. However, conversions from char to bool are undefined if the char is not 0 or 1, so sanitizers/fuzzers will crash. Patches We have patched the issu...

7.5CVSS7.5AI score0.00389EPSS
SaveExploits0References5Affected Software3
Total number of security vulnerabilities5000