Lucene search
+L
OsvMost viewed

996628 matches found

OSV
OSV
added 2021/05/21 2:25 p.m.65 views

GHSA-PH87-FVJR-V33W CHECK-fail in `tf.raw_ops.RFFT`

Impact An attacker can cause a denial of service by exploiting a CHECK-failure coming from the implementation of tf.rawops.RFFT: python import tensorflow as tf inputs = tf.constant1, shape=1, dtype=tf.float32 fftlength = tf.constant0, shape=1, dtype=tf.int32 tf.rawops.RFFTinput=inputs,...

2.5CVSS5.8AI score0.00189EPSS
SaveExploits1References7
OSV
OSV
added 2021/05/10 6:39 p.m.65 views

GHSA-X2FC-MXCX-W4MF Prototype Pollution in mathjs

The package mathjs before 7.5.1 are vulnerable to Prototype Pollution via the deepExtend function that runs upon configuration updates...

7.3CVSS7.1AI score0.03924EPSS
SaveExploits1References9
OSV
OSV
added 2021/05/07 4:6 p.m.65 views

GHSA-VH5W-FG69-RC8M Improper Input Validation in Google Closure Library

A URL parsing issue in goog.uri of the Google Closure Library versions up to and including v20200224 allows an attacker to send malicious URLs to be parsed by the library and return the wrong authority. Mitigation -- update your library to version v20200315...

6.5CVSS5.9AI score0.00537EPSS
SaveExploits0References3
OSV
OSV
added 2021/05/06 3:52 p.m.65 views

GHSA-M8FM-MV5W-33PV Command Injection in psnode

This affects all current versions of package psnode. If attacker-controlled user input is given to the kill function, it is possible for an attacker to execute arbitrary commands. This is due to use of the childprocess exec function without input sanitization...

7.3CVSS9.8AI score0.01336EPSS
SaveExploits1References5
OSV
OSV
added 2021/05/06 3:45 p.m.65 views

GHSA-79JW-6WG7-R9G4 Use of Potentially Dangerous Function in mixme

Impact In Node.js mixme v0.5.0, an attacker can add or alter properties of an object via 'proto' through the mutate and merge functions. The polluted attribute will be directly assigned to every object in the program. This will put the availability of the program at risk causing a potential denia...

7.1CVSS7.7AI score
SaveExploits0References3
OSV
OSV
added 2021/04/22 4:16 p.m.65 views

GHSA-9Q69-G5GC-9FGF Cross-Site Request Forgery in Vert.x-Web framework

Vert.x-Web framework v4.0 milestone 1-4 does not perform a correct CSRF verification. Instead of comparing the CSRF token in the request with the CSRF token in the cookie, it compares the CSRF token in the cookie against a CSRF token that is stored in the session. An attacker does not even need t...

8.8CVSS8.5AI score0.0058EPSS
SaveExploits0References2
OSV
OSV
added 2021/04/19 7:15 p.m.65 views

PYSEC-2021-114

Wagtail is a Django content management system. In affected versions of Wagtail, when saving the contents of a rich text field in the admin interface, Wagtail does not apply server-side checks to ensure that link URLs use a valid protocol. A malicious user with access to the admin interface could...

6.1CVSS1.5AI score0.00626EPSS
SaveExploits0References2
OSV
OSV
added 2021/04/10 12:0 a.m.65 views

DLA-2623-1 qemu - security update

Bulletin has no description...

6.5CVSS6.5AI score0.00592EPSS
SaveExploits2
OSV
OSV
added 2021/02/11 12:0 a.m.65 views

DLA-2555-1 netty - security update

Bulletin has no description...

6.2CVSS6.6AI score0.01777EPSS
SaveExploits1
OSV
OSV
added 2021/01/10 12:0 p.m.65 views

RUSTSEC-2021-0005 Double drop upon panic in 'fn map_array()'

Affected versions of this crate did not guard against panic within the user-provided function f 2nd parameter of fn maparray, and thus panic within f causes double drop of a single object. The flaw was corrected in the 0.4.0 release by wrapping the object vulnerable to a double drop within...

7.5CVSS7.4AI score0.0139EPSS
SaveExploits1References3
OSV
OSV
added 2020/12/31 9:15 a.m.65 views

CVE-2020-35912

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of MappedRwLockWriteGuard unsoundness...

4.7CVSS7.1AI score0.00324EPSS
SaveExploits0References1
OSV
OSV
added 2020/12/31 9:15 a.m.65 views

CVE-2020-35913

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of RwLockReadGuard unsoundness...

4.7CVSS7.1AI score0.00324EPSS
SaveExploits0References1
OSV
OSV
added 2020/12/18 12:0 a.m.65 views

DLA-2500-1 curl - security update

Bulletin has no description...

7.5CVSS6.4AI score0.09917EPSS
SaveExploits2
OSV
OSV
added 2020/11/22 12:0 a.m.65 views

DLA-2463-1 samba - security update

Bulletin has no description...

10CVSS7.1AI score0.99512EPSS
SaveExploits75
OSV
OSV
added 2020/11/08 12:0 p.m.65 views

RUSTSEC-2020-0068 Unexpected panic in multihash `from_slice` parsing code

In versions prior 0.11.3 it's possible to make fromslice panic by feeding it certain malformed input. It's never documented that fromslice and frombytes which wraps it can panic, and its' return type Result suggests otherwise. In practice, fromslice/frombytes is frequently used in networking code...

7.5CVSS7.5AI score0.01371EPSS
SaveExploits0References3
OSV
OSV
added 2020/08/21 5:3 p.m.65 views

GHSA-7257-96VG-QF6X Remote Code Execution in Red Discord Bot

Impact A RCE exploit has been discovered in the Streams module: this exploit allows Discord users with specifically crafted "going live" messages to inject code into the Streams module's going live message. By abusing this exploit, it's possible to perform destructive actions and/or access...

8.5CVSS8.5AI score0.02614EPSS
SaveExploits0References6
OSV
OSV
added 2020/07/29 6:7 p.m.65 views

GHSA-33C7-2MPW-HG34 Log injection in uvicorn

This affects all versions of package uvicorn. The request logger provided by the package is vulnerable to ASNI escape sequence injection. Whenever any HTTP request is received, the default behaviour of uvicorn is to log its details to either the console or a log file. When attackers request craft...

8.7CVSS7.6AI score0.01357EPSS
SaveExploits1References6
OSV
OSV
added 2020/07/15 12:0 a.m.65 views

DSA-4724-1 webkit2gtk - security update

Bulletin has no description...

10CVSS8.5AI score0.77246EPSS
SaveExploits5
OSV
OSV
added 2020/06/15 7:57 p.m.65 views

GHSA-XXGP-PCFC-3VGC Privilege Escalation in Hibernate Validator

In Hibernate Validator 5.2.x before 5.2.5.Final, 5.3.x before 5.3.6.Final, and 5.4.x before 5.4.2.Final, it was found that when the security manager's reflective permissions, which allows it to access the private members of the class, are granted to Hibernate Validator, a potential privilege...

7CVSS7.7AI score0.00482EPSS
SaveExploits0References23
OSV
OSV
added 2020/01/31 12:0 a.m.65 views

DLA-2091-1 libjackson-json-java - security update

Bulletin has no description...

9.8CVSS9AI score0.37721EPSS
SaveExploits7
OSV
OSV
added 2019/12/02 6:18 p.m.65 views

GHSA-26P8-XRJ2-MV53 Apache NiFi process group information disclosure

When updating a Process Group via the API in NiFi versions 1.3.0 to 1.9.2, the response to the request includes all of its contents at the top most level, not recursively. The response included details about processors and controller services which the user may not have had read access to...

5.3CVSS4.9AI score0.02751EPSS
SaveExploits0References3
OSV
OSV
added 2019/09/02 12:0 p.m.65 views

RUSTSEC-2019-0018 Internally mutating methods take immutable ref self

Affected versions of this crate exposed several methods which took self by immutable reference, despite the requesting the RenderDoc API to set a mutable value internally. This is technically unsound and calling these methods from multiple threads without synchronization could lead to unexpected...

9.8CVSS9.3AI score0.01796EPSS
SaveExploits0References3
OSV
OSV
added 2019/08/26 12:0 a.m.65 views

DSA-4509-1 apache2 - security update

Bulletin has no description...

9.1CVSS6.9AI score0.81466EPSS
SaveExploits8
OSV
OSV
added 2019/08/01 7:18 p.m.65 views

GHSA-W69W-JVC7-WJGV 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.2AI score0.03478EPSS
SaveExploits0References16
OSV
OSV
added 2019/06/20 3:35 p.m.65 views

GHSA-28XH-WPGR-7FM8 Command Injection in open

Versions of open before 6.0.0 are vulnerable to command injection when unsanitized user input is passed in. The package does come with the following warning in the readme: The same care should be taken when calling open as if you were calling childprocess.exec directly. If it is an executable it...

7.5AI score
SaveExploits0References4
OSV
OSV
added 2019/06/17 12:0 a.m.65 views

DLA-1823-1 linux - security update

Bulletin has no description...

9.8CVSS6.6AI score0.98745EPSS
SaveExploits6
OSV
OSV
added 2018/08/06 9:33 p.m.65 views

GHSA-72FG-JQHX-C68P Open Redirect in st

st is a module for serving static files. An attacker is able to craft a request that results in an HTTP 301 redirect to an entirely different domain. A request for: http://some.server.com//nodesecurity.org/%2e%2e would result in a 301 to //nodesecurity.org/%2e%2e which most browsers treat as a...

6.1CVSS6.2AI score0.00879EPSS
SaveExploits1References3
OSV
OSV
added 2018/07/27 5:8 p.m.65 views

GHSA-GP82-XR77-88F4 radiant vulnerable to Cross-site Scripting

There are multiple Persistent XSS vulnerabilities in Radiant CMS 1.1.4. They affect Personal Preferences Name and Username and Configuration Site Title, Dev Site Domain, Page Parts, and Page Fields...

5.4CVSS5.4AI score0.00597EPSS
SaveExploits2References3
OSV
OSV
added 2018/07/12 2:45 p.m.65 views

GHSA-P5WR-VP8G-Q5P4 Plone Sandbox Escape

Plone 4.x through 4.3.11 and 5.x through 5.0.6 allow remote attackers to bypass a sandbox protection mechanism and obtain sensitive information by leveraging the Python string format method...

5.3CVSS4.8AI score0.01902EPSS
SaveExploits0References8
OSV
OSV
added 2018/05/25 12:0 a.m.65 views

DLA-1383-1 xen - security update

Bulletin has no description...

8.8CVSS6.6AI score0.18842EPSS
SaveExploits9
OSV
OSV
added 2017/03/21 6:59 a.m.65 views

DEBIAN-CVE-2017-7200

An SSRF issue was discovered in OpenStack Glance before Newton. The 'copyfrom' feature in the Image Service API v1 allowed an attacker to perform masked network port scans. With v1, it is possible to create images with a URL such as 'http://localhost:22'. This could then allow an attacker to...

5.8CVSS5.7AI score0.02034EPSS
SaveExploits0References1
OSV
OSV
added 2016/02/16 12:0 a.m.65 views

DSA-3481-1 glibc - security update

Bulletin has no description...

9.8CVSS7.8AI score0.89557EPSS
SaveExploits17
OSV
OSV
added 2014/06/05 12:0 a.m.65 views

DSA-2950-1 openssl - security update

Bulletin has no description...

7.4CVSS7.2AI score0.99977EPSS
SaveExploits13
OSV
OSV
added 2009/05/06 12:0 a.m.65 views

DSA-1793-1 kdegraphics - multiple vulnerabilities

Bulletin has no description...

10CVSS7.7AI score0.07347EPSS
SaveExploits1
OSV
OSV
added 2006/07/23 12:0 a.m.65 views

DSA-1120 mozilla-firefox - several vulnerabilities

Bulletin has no description...

9.3CVSS6.8AI score0.07251EPSS
SaveExploits0
OSV
OSV
added 2026/08/06 5:36 p.m.64 views

CVE-2026-68480 x86/bugs: Make Safe-RET robust against interrupt injection

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Make Safe-RET robust against interrupt injection An attacker injecting interrupts while the Safe-RET mitigation executes on machines affected by SRSO can neutralize the safe return sequence, potentially leading to data...

5.4AI score
SaveExploits0References12
OSV
OSV
added 2026/06/05 12:53 a.m.64 views

MAL-2026-5235 Malicious code in awaitly-analyze (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector e3f926748b1e107755cfd17cb9151edc730b0228b6e857735a6794f8c1e71c65 No concrete indicators of installer-side harm were identified in this package version. No lifecycle hooks fetching remote payloads, no credential-pat...

6.2AI score
SaveExploits0References12
OSV
OSV
added 2026/05/19 3:39 p.m.64 views

GHSA-2V5F-5R6W-P67R MCP Registry: OCI validator skips ownership check on upstream rate limits

OCI ownership validation fails open on upstream rate limits, allowing attacker to claim arbitrary public OCI images under their own namespace Severity: Low re-scored post-triage; see Maintainer triage note below Affected: modelcontextprotocol/registry main branch at commit fe0cb3b current HEAD as...

3.5CVSS6AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/13 11:31 p.m.64 views

CGA-9GM5-V5F4-465P

Bulletin has no description...

5.3CVSS5.7AI score0.00301EPSS
SaveExploits0
OSV
OSV
added 2026/05/11 6:6 p.m.64 views

EEF-CVE-2026-43969 Cookie Request Header Injection via Unvalidated Encoder in cow_cookie:cookie/1

Summary Improper Neutralization of CRLF Sequences 'CRLF Injection' vulnerability in ninenines cowlib allows HTTP request splitting and cookie smuggling via unvalidated cookie name and value fields. cow\cookie:cookie/1 in cowlib builds a client-side Cookie: request header from a list of name-value...

2.1CVSS6.2AI score0.00145EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/06 5:49 p.m.64 views

GHSA-GJ2P-P9M4-C8GW Craft CMS's Missing Authorization in GraphQL Address Resolver Allows Cross-Scope PII Disclosure

Summary The GraphQL Address element resolver src/gql/resolvers/elements/Address.php performs no schema scope filtering on top-level queries. A GraphQL API token scoped to a single low-privilege user group can read every address in the system, including addresses belonging to users in groups the...

7.1CVSS5.8AI score0.00352EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/07 12:31 a.m.64 views

GHSA-PFXJ-GVQG-MJ44 Liferay Profile Widget does not prevent vCard extension spoofing

The Profile Widget in Liferay Portal 7.4.0 through 7.4.3.111, and older unsupported versions, and Liferay DXP 2023.Q4.0 through 2023.Q4.5, 2023.Q3.1 through 2023.Q3.8, 7.4 GA through update 92, and older unsupported versions uses a user’s name in the “Content-Disposition” header, which allows...

4.8CVSS6.4AI score0.00218EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/09 11:59 a.m.64 views

CVE-2025-31672 Apache POI: parsing OOXML based files (xlsx, docx, etc.), poi-ooxml could read unexpected data if underlying zip has duplicate zip entry names

Improper Input Validation vulnerability in Apache POI. The issue affects the parsing of OOXML format files like xlsx, docx and pptx. These file formats are basically zip files and it is possible for malicious users to add zip entries with duplicate names including the path in the zip. In this cas...

5.3CVSS7AI score
SaveExploits0References7
OSV
OSV
added 2025/04/07 7:9 p.m.64 views

GHSA-F7F6-9JQ7-3RQJ estree-util-value-to-estree allows prototype pollution in generated ESTree

Impact When generating an ESTree from a value with a property named proto, valueToEstree would generate an object that specifies a prototype instead. Example: js import generate from 'astring' import valueToEstree from 'estree-util-value-to-estree' const estree = valueToEstree 'proto': const code...

6.9CVSS6.6AI score0.00421EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/25 5:49 p.m.64 views

GHSA-HW62-58PR-7WC5 DOM Expressions has a Cross-Site Scripting (XSS) vulnerability due to improper use of string.replace

!NOTE This advisory was originally emailed to [email protected] by @nsysean. To sum it up, the use of javascript's .replace opens up to potential XSS vulnerabilities with the special replacement patterns beginning with $. Particularly, when the attributes of Meta tag from solid-meta are...

7.3CVSS6.3AI score0.00267EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/20 10:31 a.m.64 views

BIT-DISCOURSE-2025-22602 Stored DOM-based XSS (without CSP) via video placeholders in Discourse

Discourse is an open source platform for community discussion. In affected versions an attacker can execute arbitrary JavaScript on users' browsers by posting a malicious video placeholder html element. This issue only affects sites with CSP disabled. This problem has been patched in the latest...

6.5CVSS6.7AI score0.00355EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/24 8:40 p.m.64 views

GHSA-6729-95V3-PJC2 HL7 FHIR IG Publisher potentially exposes GitHub repo user and credential information

Impact In CI contexts, the IG Publisher CLI uses git commands to determine the URL of the originating repo. If the repo was cloned, or otherwise set to use a repo that uses a username and credential based URL, the entire URL will be included in the built Implementation Guide, exposing username an...

4.2CVSS4.7AI score0.00176EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/05 5:31 p.m.64 views

GHSA-4GRW-M28R-Q285 rPGP Potential Resource Exhaustion when handling Untrusted Messages

During a security audit, Radically Open Security discovered two vulnerabilities which allow attackers to trigger resource exhaustion vulnerabilities in rpgp by providing crafted messages. This affects general message parsing and decryption with symmetric keys. Impact Affected rpgp versions do not...

8.7CVSS7.6AI score0.00448EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/15 3:11 p.m.64 views

GHSA-GFWR-XQMJ-J27V LibreNMS has a stored XSS ('Cross-site Scripting') in librenms/includes/html/pages/api-access.inc.php

Summary A Stored Cross-Site Scripting XSS vulnerability in the API-Access page allows authenticated users to inject arbitrary JavaScript through the "token" parameter when creating a new API token. This vulnerability can result in the execution of malicious code in the context of other users'...

7.5CVSS5.8AI score0.70747EPSS
SaveExploits1References4
OSV
OSV
added 2024/11/14 1:15 p.m.64 views

CVE-2024-10978

Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses...

4.2CVSS6.6AI score
SaveExploits0References4
Total number of security vulnerabilities5000