Lucene search
+L
OsvMost viewed

2101361 matches found

OSV
OSV
added 2022/02/09 12:00 a.m.77 views

GHSA-7X2H-3V2V-24P9 Cross-Site Request Forgery in microweber

microweber version 1.2.10 and prior is vulnerable to cross-site request forgery...

6.5CVSS6.3AI score0.00679EPSS
SaveExploits1References4
OSV
OSV
added 2022/01/28 11:06 p.m.77 views

GHSA-X3G3-JH26-76CF Cross-site Scripting in livehelperchat

LiveHelperChat is vulnerable to Stored XSS at the Name field in the Admin themes of System configuration...

6.5CVSS4.7AI score0.007EPSS
SaveExploits1References4
OSV
OSV
added 2022/01/22 12:00 a.m.77 views

GHSA-77HH-P7R6-66PV Arbitrary File Upload in Mingsoft MCMS

MCMS v5.2.4 was discovered to have an arbitrary file upload vulnerability in the New Template module, which allows attackers to execute arbitrary code via a crafted ZIP file...

9.8CVSS9.7AI score0.02576EPSS
SaveExploits1References2
OSV
OSV
added 2022/01/12 10:33 p.m.77 views

GHSA-M7VP-HQWV-7M5X Unbounded memory usage on exposed HTTP/2 (non-gRPC) endpoints

Impact The net/http Go package has a reported vulnerability tracked under CVE-2021-44716 which allows attacker controlled HTTP/2 requests to trigger unbounded memory usage in HTTP/2 endpoints. gRPC endpoints are not vulnerable as they rely on their own HTTP/2 implementation instead of the net/htt...

6.5AI score
SaveExploits0References1
OSV
OSV
added 2022/01/08 12:46 a.m.77 views

GHSA-JG6J-JRXV-2HH9 Cross-site Scripting in Apache Pluto

The input fields in the JSP version of the Apache Pluto Applicant MVCBean CDI portlet are vulnerable to Cross-Site Scripting XSS attacks. Users should migrate to version 3.1.1 of the applicant-mvcbean-cdi-jsp-portlet.war artifact...

6.1CVSS5.9AI score0.02327EPSS
SaveExploits0References3
OSV
OSV
added 2022/01/07 12:09 a.m.77 views

GHSA-6P56-WP2H-9HXR NumPy Buffer Overflow (Disputed)

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

6CVSS5.3AI score0.01074EPSS
SaveExploits1References5
OSV
OSV
added 2022/01/01 12:15 a.m.77 views

PYSEC-2022-25

UltraJSON aka ujson through 5.1.0 has a stack-based buffer overflow in BufferAppendIndentUnchecked called from encode. Exploitation can, for example, use a large amount of indentation...

5.5CVSS3.4AI score0.0155EPSS
SaveExploits1References5
OSV
OSV
added 2021/12/14 9:08 p.m.77 views

GHSA-PH98-V78F-JQRM SQL injection in jackalope/jackalope-doctrine-dbal

Impact Users can provoke SQL injections if they can specify a node name or query. Patches Upgrade to version 1.7.4 If that is not possible, you can escape all places where $property is used to filter sv:name in the class Jackalope\Transport\DoctrineDBAL\Query\QOMWalker: XPath::escape$property...

8.5CVSS8AI score0.00967EPSS
SaveExploits0References4
OSV
OSV
added 2021/09/21 4:50 p.m.77 views

GHSA-652H-XWHF-Q4H6 OS Command Injection in ssh2

ssh2 is client and server modules written in pure JavaScript for node.js. In ssh2 before version 1.4.0 there is a command injection vulnerability. The issue only exists on Windows. This issue may lead to remote code execution if a client of the library calls the vulnerable method with untrusted...

7.5CVSS9.9AI score0.03832EPSS
SaveExploits1References5
OSV
OSV
added 2021/09/14 4:15 p.m.77 views

DEBIAN-CVE-2020-21050

Libsixel prior to v1.8.3 contains a stack buffer overflow in the function gifprocessraster at fromgif.c...

6.5CVSS7AI score0.01551EPSS
SaveExploits1References1
OSV
OSV
added 2021/09/08 9:11 p.m.77 views

GHSA-624F-CQVR-3QW4 Flask-AppBuilder Open Redirect vulnerability

Impact If using Flask-AppBuilder OAuth, an attacker can share a carefully crafted URL with a trusted domain for an application built with Flask-AppBuilder, this URL can redirect a user to a malicious site. This is an open redirect vulnerability Patches Install Flask-AppBuilder 3.2.2 or above...

7.2CVSS6.3AI score0.007EPSS
SaveExploits0References7
OSV
OSV
added 2021/09/02 5:16 p.m.77 views

GHSA-947X-PV47-PP3Q Cross-site scripting in pywb

Webrecorder pywb before 2.6.0 allows XSS because it does not ensure that Jinja2 templates are autoescaped...

6.1CVSS6AI score0.00699EPSS
SaveExploits0References6
OSV
OSV
added 2021/09/01 6:31 p.m.77 views

GHSA-PC4W-8V5J-29W9 Deserialization of Untrusted Data in Neo4j

Neo4j through 3.4.18 with the shell server enabled exposes an RMI service that arbitrarily deserializes Java objects, e.g., through setSessionVariable. An attacker can abuse this for remote code execution because there are dependencies with exploitable gadget chains...

9.8CVSS9.8AI score0.13386EPSS
SaveExploits1References3
OSV
OSV
added 2021/08/25 9:00 p.m.77 views

GHSA-M296-J53X-XV95 Data races in tiny_future

tinyfuture contains a light-weight implementation of Futures. The Future type it has lacked bound on its Send and Sync traits. This allows for a bug where non-thread safe types such as Cell can be used in Futures and cause data races in concurrent programs. The flaw was corrected in commit c79191...

8.1CVSS7.8AI score0.00766EPSS
SaveExploits0References5
OSV
OSV
added 2021/08/25 8:57 p.m.77 views

GHSA-3837-87VH-XQ3W Data race in v9

Affected versions of this crate unconditionally implement Sync for SyncRef. This definition allows data races if &T is accessible through &SyncRef. SyncRef derives Clone and Debug, and the default implementations of those traits access &T by invoking T::clone & T::fmt. It is possible to create da...

8.1CVSS8AI score0.01059EPSS
SaveExploits1References6
OSV
OSV
added 2021/08/25 8:52 p.m.77 views

GHSA-QGM6-9472-PWQ7 Integer Overflow in openssl-src

Calls to EVPCipherUpdate, EVPEncryptUpdate and EVPDecryptUpdate may overflow the output length argument in some cases where the input length is close to the maximum permissable length for an integer on the platform. In such cases the return value from the function call will be 1 indicating succes...

7.5CVSS7.5AI score0.50732EPSS
SaveExploits0References22
OSV
OSV
added 2021/08/25 8:43 p.m.77 views

GHSA-WQ8F-46WW-6C2H Integer underflow in untrusted

A mistake in error handling in untrusted before 0.6.2 could lead to an integer underflow and panic if a user of the crate didn't properly check for errors returned by untrusted. Combination of these two programming errors one in untrusted and another by user of this crate could lead to a panic an...

7.5CVSS7.2AI score0.01411EPSS
SaveExploits0References4
OSV
OSV
added 2021/08/25 8:43 p.m.77 views

GHSA-C3CW-C387-PJ65 Double free in crossbeam

Even if an element is popped from a queue, crossbeam would run its destructor inside the epoch-based garbage collector. This is a source of double frees. The flaw was corrected by wrapping elements inside queues in a ManuallyDrop...

9.8CVSS9.3AI score0.01744EPSS
SaveExploits0References4
OSV
OSV
added 2021/06/28 6:20 p.m.77 views

GHSA-GPMH-G94G-QRHR Internal hidden fields are visible on to many associations in admin api

Impact The admin api has exposed some internal hidden fields when an association has been loaded with a to many reference Patches We recommend updating to the current version 6.4.1.1. You can get the update to 6.4.1.1 regularly via the Auto-Updater or directly via the download overview...

4.9CVSS5AI score0.01113EPSS
SaveExploits0References1
OSV
OSV
added 2021/06/23 5:52 p.m.77 views

GHSA-HWQM-X785-QH8P Incorrect Permission Assignment for Critical Resource in Hashicorp Consul

HashiCorp Consul and Consul Enterprise failed to enforce changes to legacy ACL token rules due to non-propagation to secondary data centers. Introduced in 1.4.0, fixed in 1.6.6 and 1.7.4. Specific Go Packages Affected github.com/hashicorp/consul/agent/structs...

5.3CVSS5.1AI score0.01552EPSS
SaveExploits0References6
OSV
OSV
added 2021/04/22 4:11 p.m.77 views

GHSA-6HGR-2G6Q-3RMC Server session is not invalidated when logout() helper method of Authentication module is used in Vaadin 18-19

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

6.3CVSS5.9AI score
SaveExploits0References5
OSV
OSV
added 2021/04/13 3:20 p.m.77 views

GHSA-2548-Q746-X5X6 Code injection in port-killer

This affects all versions of package port-killer. 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. Running this PoC will cause the command touch success to be...

7.5CVSS9AI score0.01654EPSS
SaveExploits1References3
OSV
OSV
added 2021/03/27 12:00 a.m.77 views

DSA-4877-1 webkit2gtk - security update

Bulletin has no description...

9.8CVSS7.2AI score0.14479EPSS
SaveExploits1
OSV
OSV
added 2021/03/18 7:55 p.m.77 views

GHSA-HF64-X4GQ-P99H Pillow Out-of-bounds Read

In Pillow before 8.1.0, SGIRleDecode has a 4-byte buffer over-read when decoding crafted SGI RLE image files because offsets and length tables are mishandled...

6.3CVSS7.1AI score0.01643EPSS
SaveExploits0References9
OSV
OSV
added 2021/03/03 2:18 a.m.77 views

GHSA-C4QR-GMR9-V23W Prefix escape

Impact By crafting a specific URL, it is possible to escape the prefix of the proxied backend service. If the base url of the proxied server is /pub/, a user expect that accessing /priv on the target service would not be possible. Unfortunately, it is. CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N...

10CVSS9.3AI score0.01627EPSS
SaveExploits0References4
OSV
OSV
added 2021/01/05 5:29 p.m.77 views

GHSA-P4Q6-QXJX-8JGP Directory Traversal in spring-boot-actuator-logview

Impact The nature of this library is to expose a log file directory via admin spring boot actuator HTTP endpoints. Both the filename to view and a base folder relative to the logging folder root can be specified via request parameters. While the filename parameter was checked to prevent directory...

7.7CVSS7.3AI score0.21011EPSS
SaveExploits2References5
OSV
OSV
added 2020/11/23 7:48 p.m.77 views

GHSA-94VP-RMQV-5875 Twig Sandbox Escape by authenticated users with access to editing CMS templates when safemode is enabled.

Impact An authenticated backend user with the cms.managepages, cms.managelayouts, or cms.managepartials permissions who would normally not be permitted to provide PHP code to be executed by the CMS due to cms.enableSafeMode being enabled is able to write specific Twig code to escape the Twig...

5.2CVSS6.1AI score0.00294EPSS
SaveExploits0References4
OSV
OSV
added 2020/11/02 12:00 p.m.77 views

RUSTSEC-2020-0081 `mio` invalidly assumes the memory layout of std::net::SocketAddr

The mio crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the...

5.5CVSS5.3AI score0.00389EPSS
SaveExploits1References3
OSV
OSV
added 2020/04/22 8:59 p.m.77 views

GHSA-9475-XG6M-J7PW Subject Confirmation Method not validated in Saml2 Authentication Services for ASP.NET

Impact Saml2 tokens are usually used as bearer tokens - a caller that presents a token is assumed to be the subject of the token. There is also support in the Saml2 protocol for issuing tokens that is tied to a subject through other means, e.g. holder-of-key where possession of a private key must...

6.5CVSS7AI score0.01086EPSS
SaveExploits0References5
OSV
OSV
added 2020/03/11 9:36 p.m.77 views

GHSA-P86X-652P-6385 Incorrect Default Permissions in keyring

Python keyring lib before 0.10 created keyring files with world-readable permissions...

8.7CVSS7.5AI score0.01838EPSS
SaveExploits0References9
OSV
OSV
added 2020/01/14 8:19 p.m.77 views

GHSA-8J72-P2WM-6738 Persistent XSS vulnerability in filename of attached file in PrivateBin

On 24th of December 2019 one of the property based unit tests reported a failure. Upon investigation, @elrido discovered that the failure was due to unescaped HTML, which allowed the user provided attachment file name to inject HTML under certain conditions leading to a persistent Cross-site...

6.1CVSS5.8AI score0.00658EPSS
SaveExploits1References5
OSV
OSV
added 2019/11/13 12:00 a.m.77 views

DSA-4565-1 intel-microcode - security update

Bulletin has no description...

6.5CVSS6.7AI score0.03133EPSS
SaveExploits0
OSV
OSV
added 2019/11/10 12:00 a.m.77 views

DSA-4562-1 chromium - security update

Bulletin has no description...

9.6CVSS6.5AI score0.72977EPSS
SaveExploits4
OSV
OSV
added 2019/11/06 1:15 p.m.77 views

RLSA-2019:3735 Critical: php:7.2 security update

PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. Security Fixes: php: underflow in envpathinfo in fpmmain.c CVE-2019-11043 For more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information, refer to...

8.1CVSS9.6AI score0.9978EPSS
SaveExploits57References2
OSV
OSV
added 2019/09/11 11:08 p.m.77 views

GHSA-GVXV-5FP2-358Q Incorrect Resource Transfer Between Spheres in eclipse-wtp

In all versions prior to version 3.9.6 for eclipse-wtp, all versions prior to version 9.4.4 for eclipse-cdt, and all versions prior to version 3.0.1 for eclipse-groovy, Spotless was resolving dependencies over an insecure channel http. If the build occurred over an insecure connection, a maliciou...

5.9CVSS5.6AI score0.00724EPSS
SaveExploits0References4
OSV
OSV
added 2019/06/18 4:36 p.m.77 views

RLSA-2019:1529 Important: pki-deps:10.6 security update

The Public Key Infrastructure PKI Deps module contains fundamental packages required as dependencies for the pki-core module by Rocky Enterprise Software Foundation Certificate System. Security Fixes: tomcat: Due to a mishandling of close in NIO/NIO2 connectors user sessions can get mixed up...

9.1CVSS7.2AI score0.94494EPSS
SaveExploits3References5
OSV
OSV
added 2019/02/16 12:00 a.m.77 views

DLA-1679-1 php5 - security update

Bulletin has no description...

9.8CVSS7.9AI score0.71496EPSS
SaveExploits12
OSV
OSV
added 2019/02/09 12:00 a.m.77 views

DSA-4387-1 openssh - security update

Bulletin has no description...

6.8CVSS6.3AI score0.58204EPSS
SaveExploits9
OSV
OSV
added 2018/12/22 12:00 a.m.77 views

DLA-1613-1 sqlite3 - security update

Bulletin has no description...

8.1CVSS6.3AI score0.10312EPSS
SaveExploits1
OSV
OSV
added 2018/12/20 10:01 p.m.77 views

GHSA-P69G-F978-XXV9 Cross-Site Request Forgery (CSRF) in Luigi

Luigi version prior to version 2.8.0; after commit 53b52e12745075a8acc016d33945d9d6a7a6aaeb; after GitHub PR spotify/luigi/pull/1870 contains a Cross ite Request Forgery CSRF vulnerability in API endpoint: /api/ that can result in Task metadata such as task name, id, parameter, etc. will be leake...

8.8CVSS8.8AI score0.00807EPSS
SaveExploits1References7
OSV
OSV
added 2018/10/17 12:04 a.m.77 views

GHSA-CVJ4-G3GX-8VQQ Restlet Framework allows remote attackers to access arbitrary files via a crafted REST API HTTP request

Restlet Framework before 2.3.12 allows remote attackers to access arbitrary files via a crafted REST API HTTP request that conducts an XXE attack, because only general external entities not parameter external entities are properly considered. This is related to XmlRepresentation, DOMRepresentatio...

7.5CVSS7.4AI score0.02406EPSS
SaveExploits1References6
OSV
OSV
added 2018/10/16 5:34 p.m.77 views

GHSA-RR3C-F55V-QHV5 Denial of service vulnerability exists when .NET and .NET Core improperly process XML documents

Microsoft .NET Framework 1.1, 2.0, 3.0, 3.5, 3.5.1, 4, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2 and 5.7 and .NET Core 1.0. 1.1 and 2.0 allow a denial of service vulnerability due to the way XML documents are processed, aka ".NET and .NET Core Denial Of Service Vulnerability". This CVE is unique from...

7.5CVSS6.5AI score0.08885EPSS
SaveExploits0References6
OSV
OSV
added 2018/08/16 12:00 a.m.77 views

DSA-4273-1 intel-microcode - security update

Bulletin has no description...

5.6CVSS6.3AI score0.60631EPSS
SaveExploits3
OSV
OSV
added 2018/07/16 4:50 p.m.77 views

GHSA-CQ94-QF6Q-MF2H Pysaml2 improperly initializes encryption vector

Python package pysaml2 version 4.5.0 and earlier reuses the initialization vector across encryptions in the IDP server, resulting in weak encryption of data...

6.3CVSS5.5AI score0.00912EPSS
SaveExploits0References5
OSV
OSV
added 2017/11/30 6:29 p.m.77 views

UBUNTU-CVE-2017-14868

Restlet Framework before 2.3.11, when using SimpleXMLProvider, allows remote attackers to access arbitrary files via an XXE attack in a REST API HTTP request. This affects use of the Jax-rs extension...

7.5CVSS7.3AI score0.02518EPSS
SaveExploits0References2
OSV
OSV
added 2017/10/24 6:33 p.m.77 views

GHSA-MGX3-27HR-MFGP HTTParty does not restrict casts of string values

The httparty gem 0.9.0 and earlier for Ruby does not properly restrict casts of string values, which might allow remote attackers to conduct object-injection attacks and execute arbitrary code, or cause a denial of service memory and CPU consumption by leveraging Action Pack support for YAML type...

7.5CVSS7.7AI score0.0441EPSS
SaveExploits1References7
OSV
OSV
added 2017/06/27 5:29 p.m.77 views

CVE-2017-9841

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP code via HTTP POST data beginning with a "?php " substring, as demonstrated by an attack on a site with an exposed /vendor folder, i.e., external access to the...

9.8CVSS7.8AI score
SaveExploits0References8
OSV
OSV
added 2017/01/17 5:04 p.m.77 views

SUSE-SU-2017:0190-1 Security update for nginx-1.0

This update for nginx-1.0 fixes the following issues: This security issues fixed: - CVE-2016-4450: NULL pointer dereference while writing client request body bsc982505. - CVE-2016-1000105: Setting HTTPPROXY environment variable via Proxy header httpoxy bnc988491...

7.5CVSS7.8AI score0.16376EPSS
SaveExploits0References5
OSV
OSV
added 2016/06/07 12:00 a.m.77 views

DSA-3597-1 expat - security update

Bulletin has no description...

7.8CVSS7AI score0.06539EPSS
SaveExploits0
OSV
OSV
added 2016/05/31 12:00 a.m.77 views

DLA-499-1 php5 - security update

Bulletin has no description...

9.8CVSS8.1AI score0.19455EPSS
SaveExploits16
Total number of security vulnerabilities5000