Lucene search
+L
GithubMost viewed

35610 matches found

Github Security Blog
Github Security Blog
added 2018/11/21 10:24 p.m.61 views

Incorrect Permission Assignment for Critical Resource in Apache hive

In Apache Hive 2.1.0 to 2.3.2, when 'COPY FROM FTP' statement is run using HPL/SQL extension to Hive, a compromised/malicious FTP server can cause the file to be written to an arbitrary location on the cluster where the command is run from. This is because FTP client code in HPL/SQL does not veri...

4.3CVSS1AI score0.01746EPSS
SaveExploits0References3Affected Software3
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.61 views

activerecord vulnerable to SQL Injection

The Active Record component in Ruby on Rails efore 2.3.15, 3.0.x before 3.0.14, 3.1.x before 3.1.6, and 3.2.x before 3.2.6 does not properly implement the passing of request data to a where method in an ActiveRecord class, which allows remote attackers to conduct certain SQL injection attacks via...

7.5CVSS7.1AI score0.02924EPSS
SaveExploits2References11Affected Software1
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.61 views

SQL Injection in sequelize

Versions 2.0.0-rc-7 and earlier of sequelize are affected by a SQL injection vulnerability when user input is passed into the order parameter. Proof of Concept javascript Test.findAndCountAll where: id :1 , order : 'id', 'UNTRUSTED USER INPUT' Recommendation Update to version 2.0.0-rc8 or later...

7.5CVSS7.5AI score0.02115EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/23 9:22 p.m.60 views

jackson-databind has an array subtype allowlist bypass in BasicPolymorphicTypeValidator (allowIfSubTypeIsArray)

Summary BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray allowlists any array type based only on clazz.isArray, without validating the array's component element type against the configured allowlist. A PTV built with allowIfSubTypeIsArray plus an explicit concrete-type allowlist...

8.1CVSS5.8AI score0.00892EPSS
SaveExploits0References34Affected Software2
Github Security Blog
Github Security Blog
added 2026/06/18 2:27 p.m.60 views

DOMPurify: Permanent `ALLOWED_ATTR` pollution via `setConfig()` bypassing the hook clone-guard (incomplete fix of the 3.4.7 hook-pollution patch)

Summary DOMPurify 3.4.7 shipped a security fix "permanent hook pollution" that makes a registered uponSanitizeAttribute hook's mutation of data.allowedAttributes non-persistent — so allowing an attribute for one element does not leak into later sanitize calls. The fix clones ALLOWEDATTR inside...

7.2CVSS5.6AI score0.00212EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/08 11:02 p.m.60 views

Netty: DNS Cache Poisoning due to Predictable PRNG and Default Static Source Port

Summary Netty's DNS resolver uses a predictable PRNG for generating DNS transaction IDs and defaults to a static UDP source port. This combination reduces the entropy of DNS queries, enabling DNS Cache Poisoning Kaminsky attack. Details Two factors contribute to this vulnerability in...

6.8CVSS5.5AI score0.00256EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/01 2:12 p.m.60 views

Vitest browser mode serves unsanitized otelCarrier query parameter as inline script

Summary Vitest browser mode served /vitesttest/ with the otelCarrier query parameter inserted directly into an inline module script. Because this value was treated as JavaScript source rather than data, an attacker could craft a browser-runner URL that executes arbitrary JavaScript in the Vitest...

9.6CVSS6.1AI score0.00613EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/29 7:26 p.m.60 views

uv is vulnerable to arbitrary file write through entry point names

Impact In versions of uv prior to 0.11.15, when installing a distribution containing an entry point specification under consolescripts or guiscripts, uv would place the generated entry point according to the given name even if doing so resulted in a path outside of the environment's scripts...

6.2AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/19 3:38 p.m.60 views

zrok copy writes attacker-controlled WebDAV paths outside the destination root

Summary Alice runs zrok2 copy from a WebDAV or zrok drive controlled by Bob into a local filesystem target. Bob returns a DAV href such as /../outside.txt. The sync pipeline stores that path in the source inventory and passes it to FilesystemTarget.WriteStream, which joins it with the target root...

8.3CVSS5.8AI score0.00496EPSS
SaveExploits0References2Affected Software2
Github Security Blog
Github Security Blog
added 2026/05/14 8:30 p.m.60 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/07 1:56 a.m.60 views

ArgoCD ServerSideDiff is vulnerable to Kubernetes Secret Extraction

Summary There is a missing authorization and data-masking gap in Argo CD's ServerSideDiff endpoint that allows an attacker with read-only access to extract plaintext Kubernetes Secret data from etcd via the Kubernetes API server's Server-Side Apply dry-run mechanism. Details Argo CD masks Secret...

9.6CVSS5.8AI score0.00506EPSS
SaveExploits2References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/01/21 11:01 p.m.60 views

Lodash has Prototype Pollution Vulnerability in `_.unset` and `_.omit` functions

Impact Lodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in the .unset and .omit functions. An attacker can pass crafted paths which cause Lodash to delete methods from global prototypes. The issue permits deletion of properties but does not allow overwriting their...

8.2CVSS5.6AI score0.01627EPSS
SaveExploits0References5Affected Software4
Github Security Blog
Github Security Blog
added 2025/12/31 10:07 p.m.60 views

Trix has a stored XSS vulnerability through its attachment attribute

Impact The Trix editor, in versions prior to 2.1.16, is vulnerable to XSS attacks through attachment payloads. An attacker could inject malicious code into a data-trix-attachment attribute that, when rendered as HTML and clicked on, could execute arbitrary JavaScript code within the context of th...

6.5AI score
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2025/08/28 1:33 p.m.60 views

NeuVector has an insecure password storage and is vulnerable to rainbow attack

Impact NeuVector stores user passwords and API keys using a simple, unsalted hash. This method is vulnerable to rainbow table attack offline attack where hashes of known passwords are precomputed. NeuVector generates a cryptographically secure, random 16-character salt and uses it with the PBKDF2...

5.3CVSS5.8AI score0.00175EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2025/05/05 6:51 p.m.60 views

Keystone has an unintended `isFilterable` bypass that can be used as an oracle to match hidden fields

Summary field.isFilterable access control can be bypassed in update and delete mutations by adding additional unique filters. These filters can be used as an oracle to probe the existence or value of otherwise unreadable fields. Specifically, when a mutation includes a where clause with multiple...

4.3CVSS6.6AI score0.00273EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/04/23 2:26 a.m.60 views

CVE-2025-24357 Malicious model remote code execution fix bypass with PyTorch < 2.6.0

Description https://github.com/vllm-project/vllm/security/advisories/GHSA-rh4j-5rhw-hr54 reported a vulnerability where loading a malicious model could result in code execution on the vllm host. The fix applied to specify weightsonly=True to calls to torch.load did not solve the problem prior to...

8.8CVSS7AI score0.00697EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/01/21 9:10 p.m.60 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.00763EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2025/01/21 7:52 p.m.60 views

Websites were able to send any requests to the development server and read the response in vite

Summary Vite allowed any websites to send any requests to the development server and read the response due to default CORS settings and lack of validation on the Origin header for WebSocket connections. !WARNING This vulnerability even applies to users that only run the Vite dev server on the loc...

6.5CVSS6.4AI score0.00293EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/11/27 7:00 p.m.60 views

Querydsl vulnerable to HQL injection through orderBy

Summary The order by method enables injecting HQL queries. This may cause blind HQL injection, which could lead to leakage of sensitive information, and potentially also Denial Of Service. This vulnerability is present since the original querydsl repositoryhttps://github.com/querydsl/querydsl whe...

6.7AI score0.00408EPSS
SaveExploits0References9Affected Software4
Github Security Blog
Github Security Blog
added 2024/10/28 12:23 p.m.60 views

pyLoad vulnerable to remote code execution by download to /.pyload/scripts using /flashgot API

Summary The folder /.pyload/scripts has scripts which are run when certain actions are completed, for e.g. a download is finished. By downloading a executable file to a folder in /scripts and performing the respective action, remote code execution can be achieved. A file can be downloaded to such...

9.1CVSS6.7AI score0.00682EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/09/24 6:34 p.m.60 views

Spring Framework DoS via conditional HTTP request

Description Applications that parse ETags from If-Match or If-None-Match request headers are vulnerable to DoS attack. Affected Spring Products and Versions org.springframework:spring-web in versions 6.1.0 through 6.1.11 6.0.0 through 6.0.22 5.3.0 through 5.3.37 Older, unsupported versions are al...

5.3CVSS6.7AI score0.00852EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/08/18 9:31 p.m.60 views

Flask-CORS allows the `Access-Control-Allow-Private-Network` CORS header to be set to true by default

A vulnerability in corydolphin/flask-cors version 4.0.1 allows the Access-Control-Allow-Private-Network CORS header to be set to true by default, without any configuration option. This behavior can expose private network resources to unauthorized external access, leading to significant security...

7.5CVSS6.7AI score0.00718EPSS
SaveExploits1References12Affected Software1
Github Security Blog
Github Security Blog
added 2024/08/05 7:48 p.m.60 views

Nuxt Devtools has a Path Traversal: '../filedir'

Summary Nuxt Devtools is missing authentication on the getTextAssetContent RPC function which is vulnerable to path traversal. Combined with a lack of Origin checks on the WebSocket handler, an attacker is able to interact with a locally running devtools instance and exfiltrate data abusing this...

8.8CVSS9AI score0.01212EPSS
SaveExploits2References8Affected Software1
Github Security Blog
Github Security Blog
added 2024/07/08 2:14 p.m.60 views

RailsAdmin Cross-site Scripting vulnerability in the list view

Impact RailsAdmin list view has the XSS vulnerability, caused by improperly-escaped HTML title attribute. The issue was originally reported in https://github.com/railsadminteam/railsadmin/issues/3686. Patches Upgrade to 3.1.4. The vulnerability itself was patched in 3.1.3 but it has a functionali...

6.8CVSS6.2AI score0.00579EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/14 8:13 p.m.60 views

TYPO3 vulnerable to Cross-Site Scripting in the ShowImageController

Problem Failing to properly encode user-controlled values in file entities, the ShowImageController eID txcmsshowpic is vulnerable to cross-site scripting. Exploiting this vulnerability requires a valid backend user account with access to file entities. Solution Update to TYPO3 versions 9.5.48...

5.4CVSS5.2AI score0.00502EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/22 7:07 p.m.60 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.95357EPSS
SaveExploits11References14Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/19 6:30 a.m.60 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/02/27 9:41 p.m.60 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.60 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 2024/01/03 12:30 a.m.60 views

Gila CMS SQL Injection vulnerability

A SQL injection vulnerability was discovered in Gila CMS 1.15.4 and earlier which allows a remote attacker to execute arbitrary web scripts via the 'userid' parameter after the login portal...

3.8CVSS8.6AI score0.00668EPSS
SaveExploits3References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/12/09 3:30 a.m.60 views

Authorization bypass in Quarkus

A flaw was found in Quarkus. This issue occurs when receiving a request over websocket with no role-based permission specified on the GraphQL operation, Quarkus processes the request without authentication despite the endpoint being secured. This can allow an attacker to access information and...

9.1CVSS6.7AI score0.00814EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/10/18 12:31 a.m.60 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/10 6:31 p.m.60 views

Apache Tomcat Incomplete Cleanup vulnerability

Incomplete Cleanup vulnerability in Apache Tomcat. When recycling various internal objects in Apache Tomcat from 11.0.0-M1 through 11.0.0-M11, from 10.1.0-M1 through 10.1.13, from 9.0.0-M1 through 9.0.80 and from 8.5.0 through 8.5.93, an error could cause Tomcat to skip some parts of the recyclin...

5.3CVSS7.4AI score0.0216EPSS
SaveExploits1References12Affected Software4
Github Security Blog
Github Security Blog
added 2023/10/06 8:43 p.m.60 views

JWT token compromise can allow malicious actions including Remote Code Execution (RCE)

Impact A user can reverse engineer the JWT token JSON Web Token used in authentication for Manager and API access, forging a valid NeuVector Token to perform malicious activity in NeuVector. This can lead to an RCE. Patches Upgrade to NeuVector version 5.2.2 or later and latest Helm chart 2.6.3+....

9.4CVSS6.6AI score0.0048EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/10/05 8:52 p.m.60 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.60 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/08/03 4:30 p.m.60 views

Cargo not respecting umask when extracting crate archives

The Rust Security Response WG was notified that Cargo did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed b...

7.9CVSS6.8AI score0.00702EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/02 9:30 p.m.60 views

Golang TIFF decoder does not place a limit on the size of compressed tile data

The TIFF decoder does not place a limit on the size of compressed tile data. A maliciously-crafted image can exploit this to cause a small image both in terms of pixel width/height, and encoded size to make the decoder decode large amounts of compressed data, consuming excessive memory and CPU...

6.5CVSS7AI score0.00933EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/01 7:53 p.m.60 views

Jettison parser crash by stackoverflow

Those using Jettison to parse untrusted XML or JSON data may be vulnerable to Denial of Service attacks DOS. If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack...

7.5CVSS8.3AI score0.01677EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2023/07/12 12:31 p.m.60 views

RocketMQ NameServer component Code Injection vulnerability

The RocketMQ NameServer component still has a remote command execution vulnerability as the CVE-2023-33246 issue was not completely fixed in version 5.1.1. When NameServer address are leaked on the extranet and lack permission verification, an attacker can exploit this vulnerability by using the...

9.8CVSS9.8AI score0.90427EPSS
SaveExploits2References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/14 4:37 p.m.60 views

elFinder vulnerable to path traversal in LocalVolumeDriver connector

Impact Path Traversal vulnerability in PHP LocalVolumeDriver connector. This vulnerability can be exploited by allowing untrusted users to write to the local file system. This issue was caused by incomplete validity checking of the supplied request parameters. That problem has been fixed in...

6.5CVSS6.7AI score0.01936EPSS
SaveExploits2References3Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/06 2:00 a.m.60 views

Rancher vulnerable to Privilege Escalation via manipulation of Secrets

Impact A vulnerability has been identified which enables Standard users or above to elevate their permissions to Administrator in the local cluster. The local cluster means the cluster where Rancher is installed. It is named local inside the list of clusters in the Rancher UI. Standard users coul...

9.9CVSS6.7AI score0.00715EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/05/31 11:38 p.m.60 views

In Lima, a malicious disk image could read a single file on the host filesystem as a qcow2/vmdk backing file

Note The official templates of Lima, and the well-known third party products Colima, Rancher Desktop, and Finch are unlikely to be affected by this issue. Impact A virtual machine instance with a malicious disk image could read a single file on the host filesystem, even when no filesystem is...

2.7CVSS6.6AI score0.00268EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/05/15 8:50 p.m.60 views

Any file can be included with the pymdown-snippets extension

Summary Arbitrary file read when using include file syntax. Details By using the syntax --8--"/etc/passwd" or --8--"/proc/self/environ" the content of these files will be rendered in the generated documentation. Additionally, a path relative to a specified, allowed base path can also be used to...

7.5CVSS7.6AI score0.01658EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/14 6:28 p.m.60 views

Snowflake JDBC vulnerable to command injection via SSO URL authentication

Snowflake JDBC driver is vulnerable to command injection vulnerability via SSO URL authentication. The vulnerability was patched on March 17, 2023 as part of Snowflake JDBC driver Version 3.13.29. An attacker could set up a malicious, publicly accessible server which responds to the SSO URL with ...

8.8CVSS9.1AI score0.01668EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/11 8:59 p.m.60 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:06 p.m.60 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.01132EPSS
SaveExploits1References5Affected Software2
Github Security Blog
Github Security Blog
added 2023/03/08 5:20 p.m.60 views

Rack has possible DoS Vulnerability in Multipart MIME parsing

There is a possible DoS vulnerability in the Multipart MIME parsing code in Rack. This vulnerability has been assigned the CVE identifier CVE-2023-27530. Versions Affected: All. Not affected: None Fixed Versions: 3.0.4.2, 2.2.6.3, 2.1.4.3, 2.0.9.3 Impact The Multipart MIME parsing code in Rack...

7.5CVSS7.6AI score0.0183EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/22 10:59 p.m.60 views

Sequelize vulnerable to SQL Injection via replacements

Impact The SQL injection exploit is related to replacements. Here is such an example: In the following query, some parameters are passed through replacements, and some are passed directly through the where option. typescript User.findAll where: or literal'soundex"firstName" = soundex:firstName',...

10CVSS9.7AI score0.01444EPSS
SaveExploits2References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/08 10:31 p.m.60 views

openssl-src subject to Timing Oracle in RSA Decryption

A timing based side channel exists in the OpenSSL RSA Decryption implementation which could be sufficient to recover a plaintext across a network in a Bleichenbacher style attack. To achieve a successful decryption an attacker would have to be able to send a very large number of trial messages fo...

5.9CVSS6.7AI score0.16195EPSS
SaveExploits0References6Affected Software1
Total number of security vulnerabilities5000