Lucene search
+L
OsvMost viewed

996789 matches found

OSV
OSV
added 2023/05/26 1:52 p.m.63 views

GHSA-9QPJ-QQ2R-5MCC html inputs of type password recorded in plaintext when converted to text inputs

Impact Highlight may record passwords on customer deployments when a password html input is switched to type="text" via a javascript "Show Password" button. This differs from the expected behavior which always obfuscates type="password" inputs. A customer may assume that switching to type="text"...

5.4CVSS5.8AI score0.00285EPSS
SaveExploits0References4
OSV
OSV
added 2023/05/24 6:30 p.m.63 views

GHSA-W6F8-MXF5-4VF8 Missing authorization in Liferay portal

The Dynamic Data Mapping module in Liferay Portal 7.4.3.67, and Liferay DXP 7.4 update 67 does not limit Document and Media files which can be downloaded from a Form, which allows remote attackers to download any file from Document and Media via a crafted URL...

7.5CVSS6AI score0.00744EPSS
SaveExploits0References3
OSV
OSV
added 2023/05/16 12:0 a.m.63 views

ALSA-2023:2758 Moderate: container-tools:rhel8 security, bug fix, and enhancement update

The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc. Security Fixes: golang: net/http: improper sanitization of Transfer-Encoding header CVE-2022-1705 golang: go/parser: stack exhaustion in all Parse functions CVE-2022-1962 golang:...

7.5CVSS8.7AI score0.05623EPSS
SaveExploits5References30
OSV
OSV
added 2023/05/15 9:15 a.m.63 views

UBUNTU-CVE-2023-22318

Denial of service in Webconf in Tribe29 Checkmk Appliance before 1.6.5...

7.5CVSS5.8AI score0.00532EPSS
SaveExploits0References2
OSV
OSV
added 2023/05/09 12:0 a.m.63 views

ALSA-2023:2148 Important: kernel-rt security and bug fix update

The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fixes: use-after-free in l2capconnect and l2capleconnectreq in net/bluetooth/l2capcore.c CVE-2022-42896 net/ulp: use-after-free in listening ULP...

8.8CVSS9.2AI score0.03998EPSS
SaveExploits13References82
OSV
OSV
added 2023/05/03 9:57 p.m.63 views

GHSA-R97Q-GHCH-82J9 Ghost vulnerable to information disclosure of private API fields

Impact Due to a lack of validation when filtering on the public API endpoints, it is possible to reveal private fields via a brute force attack. GhostPro has already been patched. We can find no evidence that the issue was exploited on GhostPro prior to the patch being added. Self-hosters are...

7.5CVSS7.4AI score0.45713EPSS
SaveExploits0References5
OSV
OSV
added 2023/05/01 6:30 p.m.63 views

GHSA-847G-34C5-VVM8 editor.md vulnerable to Cross-site Scripting

Cross Site Scripting XSS vulnerability in pandao editor.md thru 1.5.0 allows attackers to inject arbitrary web script or HTML via crafted markdown text...

6.1CVSS6.4AI score0.00429EPSS
SaveExploits1References3
OSV
OSV
added 2023/04/20 10:25 p.m.63 views

GHSA-JGG7-W2RJ-58CJ XWiki Platform vulnerable to privilege escalation from view right on XWiki.Notifications.Code.LegacyNotificationAdministration

Impact Steps to reproduce: Open...

9.9CVSS9.4AI score0.77752EPSS
SaveExploits1References6
OSV
OSV
added 2023/04/18 10:20 p.m.63 views

GHSA-Q2QJ-628G-VHFW Insecure header validation in slim/psr7

Impact An attacker could sneak in a newline \n into both the header names and values. While the specification states that \r\n\r\n is used to terminate the header list, many servers in the wild will also accept \n\n. An attacker that is able to control the header names that are passed to Slilm-Ps...

6.5CVSS6.1AI score0.00743EPSS
SaveExploits0References9
OSV
OSV
added 2023/04/07 7:22 p.m.63 views

GHSA-2R9R-8FCG-M38G Goobi viewer Core has Cross-Site Scripting Vulnerability in User Nicknames

Impact A cross-site scripting vulnerability has been identified in Goobi viewer core when using nicknames. An attacker could create a user account and enter malicious scripts into their profile's nickname, resulting in the execution in the user's browser when displaying the nickname on certain...

6.1CVSS6AI score0.00443EPSS
SaveExploits0References4
OSV
OSV
added 2023/03/23 7:47 p.m.63 views

GHSA-8VG2-WF3Q-MWV7 directus vulnerable to Insertion of Sensitive Information into Log File

Summary CWE-532: Insertion of Sensitive Information into Log File discovered in v9.23.1. The directusrefreshtoken is not redacted properly from the log outputs and can be used to impersonate users without their permission. Details Using v9.23.1, I am seeing that the directusrefreshtoken is not...

4.2CVSS4.8AI score0.00312EPSS
SaveExploits1References5
OSV
OSV
added 2023/03/16 6:34 p.m.63 views

GHSA-3223-W774-99FQ Cross-site Scripting (XSS) in Document Types

Impact Unsecured Name field in Document Types module in Settings. This vulnerability has the potential to steal a user's cookie and gain unauthorized access to that user's account through the stolen cookie or redirect users to other malicious sites. Patches Update to version 10.5.19 or apply this...

5.4CVSS4.8AI score0.00403EPSS
SaveExploits1References5
OSV
OSV
added 2023/03/15 9:15 p.m.63 views

UBUNTU-CVE-2023-27599

OpenSIPS is a Session Initiation Protocol SIP server implementation. Prior to versions 3.1.7 and 3.2.4, when the function appendhf handles a SIP message with a malformed To header, a call to the function abort is performed, resulting in a crash. This is due to the following check in datalump.c:39...

7.5CVSS7AI score0.00971EPSS
SaveExploits0References5
OSV
OSV
added 2023/02/24 6:48 p.m.63 views

GHSA-F598-MFPV-GMFX Sequelize - Default support for “raw attributes” when using parentheses

Impact Sequelize 6.28.2 and prior has a dangerous feature where using parentheses in the attribute option would make Sequelize use the string as-is in the SQL ts User.findAll attributes: 'countid', 'count' ; Produced sql SELECT countid AS "count" FROM "users" Patches This feature was deprecated i...

10CVSS9.3AI score0.00831EPSS
SaveExploits0References9
OSV
OSV
added 2023/02/21 9:30 p.m.63 views

GHSA-7J9M-J397-G4WX MongoDB .NET/C# Driver vulnerable to Deserialization of Untrusted Data

Under very specific circumstances, a privileged user is able to cause arbitrary code to be executed which may cause further disruption to services. This is specific to applications written in C. This affects all MongoDB .NET/C Driver versions prior to and including v2.18.0...

7.2CVSS6.7AI score0.01379EPSS
SaveExploits0References5
OSV
OSV
added 2023/02/08 10:32 p.m.63 views

GHSA-5R5M-65GX-7VRH otelhttp and otelbeego have DoS vulnerability for high cardinality metrics

Impact The v0.38.0 release of go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp uses the httpconv.ServerRequest function to annotate metric measurements for the http.server.requestcontentlength, http.server.responsecontentlength, and http.server.duration instruments. The ServerRequest...

7.5CVSS8.8AI score0.01364EPSS
SaveExploits1References4
OSV
OSV
added 2023/01/26 9:18 p.m.63 views

UBUNTU-CVE-2023-23613

OpenSearch is an open source distributed and RESTful search engine. In affected versions there is an issue in the implementation of field-level security FLS and field masking where rules written to explicitly exclude fields are not correctly applied for certain queries that rely on their...

6.5CVSS7.2AI score0.00821EPSS
SaveExploits0References3
OSV
OSV
added 2022/12/14 9:30 p.m.63 views

GHSA-7GPW-FRPH-FWRG TYPO3-EXT-SA-2022-018: Multiple vulnerabilities in extension "Master-Quiz" (fp_masterquiz)

An issue was discovered in the fpmasterquiz aka Master-Quiz extension before 2.2.1, and 3.x before 3.5.1, for TYPO3. An attacker can continue the quiz of a different user. In doing so, the attacker can view that user's answers and modify those answers...

6.5CVSS6.4AI score0.00364EPSS
SaveExploits0References5
OSV
OSV
added 2022/12/12 6:30 p.m.63 views

GHSA-G594-55MP-F6Q8 Improper Privilege Management in rdiffweb

Unauthorized access to settings update, logs , history, delete etc in GitHub repository ikus060/rdiffweb prior to 2.5.2...

9.8CVSS7.5AI score0.00796EPSS
SaveExploits1References6
OSV
OSV
added 2022/11/22 12:30 p.m.63 views

GHSA-CM43-F2PV-6V68 OS Command Injection in Apache Airflow

Improper Neutralization of Special Elements used in an OS Command 'OS Command Injection' vulnerability in Apache Airflow Hive Provider, Apache Airflow allows an attacker to execute arbtrary commands in the task execution context, without write access to DAG files. This issue affects Hive Provider...

7.8CVSS7.9AI score0.01753EPSS
SaveExploits0References4
OSV
OSV
added 2022/11/21 10:34 p.m.63 views

GHSA-QCCM-WMCQ-PWR6 Tailscale daemon is vulnerable to information disclosure via CSRF

A vulnerability identified in the Tailscale client allows a malicious website to access the peer API, which can then be used to access Tailscale environment variables. Affected platforms: All Patched Tailscale client versions: v1.32.3 or later, v1.33.257 or later unstable What happened? In the...

3.8CVSS6.4AI score0.00534EPSS
SaveExploits1References5
OSV
OSV
added 2022/11/15 12:0 p.m.63 views

GHSA-3CXX-3F53-M92C Concrete CMS vulnerable to Uncontrolled Resource Consumption leading to DoS

In Concrete CMS formerly concrete5 below 8.5.10 and between 9.0.0 and 9.1.2, the authTypeConcreteCookieMap table can be filled up causing a denial of service high load...

6.5CVSS6.3AI score0.00989EPSS
SaveExploits0References7
OSV
OSV
added 2022/11/10 1:2 p.m.63 views

GHSA-93VW-8FM5-P2JF Parse Server is vulnerable to Prototype Pollution via Cloud Code Webhooks

Impact A compromised Parse Server Cloud Code Webhook target endpoint allows an attacker to use prototype pollution to bypass the Parse Server requestKeywordDenylist option. Patches Improved keyword detection. Workarounds None. Collaborators Mikhail Shcherbakov, Cristian-Alexandru Staicu and Musar...

7.2CVSS8.2AI score0.00809EPSS
SaveExploits0References9
OSV
OSV
added 2022/10/19 7:0 p.m.63 views

GHSA-6RJ8-9CM9-6GFF phpMyFAQ vulnerable to Cross-site Scripting

phpMyFAQ versions 3.1.7 and prior are vulnerable to stored cross-site scripting XSS. A patch is available on the main branch of the repository and anticipated to be part of version 3.2.0-alpha...

8.4CVSS7.9AI score0.00944EPSS
SaveExploits1References4
OSV
OSV
added 2022/10/11 7:0 p.m.63 views

GHSA-MCJJ-2FVQ-MC3R Gogs vulnerable to Cross-site Scripting

In Gogs, versions v0.6.5 through v0.12.10 are vulnerable to Stored Cross-Site Scripting XSS that leads to an account takeover...

9CVSS7.8AI score0.58021EPSS
SaveExploits1References5
OSV
OSV
added 2022/09/21 4:58 p.m.63 views

GHSA-GWP4-MCV4-W95J jwcrypto token substitution can lead to authentication bypass

The JWT code can auto-detect the type of token being provided, and this can lead the application to incorrect conclusions about the trustworthiness of the token. Quoting the private disclosure we received : "Under certain circumstances, it is possible to substitute a .. signed JWS with a JWE that...

6.9AI score0.00435EPSS
SaveExploits0References4
OSV
OSV
added 2022/09/07 12:1 a.m.63 views

GHSA-69CG-P879-7622 golang.org/x/net/http2 Denial of Service vulnerability

In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error...

7.5CVSS7.3AI score0.0262EPSS
SaveExploits0References11
OSV
OSV
added 2022/08/24 12:0 a.m.63 views

DSA-5216-1 libxslt - security update

Bulletin has no description...

8.8CVSS8.6AI score0.21458EPSS
SaveExploits0
OSV
OSV
added 2022/08/18 8:15 p.m.63 views

UBUNTU-CVE-2022-2568

A privilege escalation flaw was found in the Ansible Automation Platform. This flaw allows a remote authenticated user with 'change user' permissions to modify the account settings of the superuser account and also remove the superuser privileges...

6.5CVSS6.7AI score0.00865EPSS
SaveExploits1References3
OSV
OSV
added 2022/08/11 12:0 a.m.63 views

CVE-2022-38150

In Varnish Cache 7.0.0, 7.0.1, 7.0.2, and 7.1.0, it is possible to cause the Varnish Server to assert and automatically restart through forged HTTP/1 backend responses. An attack uses a crafted reason phrase of the backend response status line. This is fixed in 7.0.3 and 7.1.1...

6.5CVSS6.6AI score
SaveExploits0References6
OSV
OSV
added 2022/08/10 12:0 a.m.63 views

GHSA-V456-CHPW-6MMW Apache Avro Rust SDK vulnerable to reader looping in cycle endlessly, consuming CPU

It is possible to provide data to be read that leads the reader to loop in cycles endlessly, consuming CPU. This issue affects Rust applications using Apache Avro Rust SDK prior to 0.14.0 previously known as avro-rs. Users should update to apache-avro version 0.14.0 which addresses this issue...

7.5CVSS7.4AI score0.0172EPSS
SaveExploits0References3
OSV
OSV
added 2022/06/17 12:19 a.m.63 views

GHSA-3M6F-3GFG-4X56 Panic on incorrect date input to `simple_asn1`

Version 0.6.0 of the simpleasn1 crate panics on certain malformed inputs to its parsing functions, including fromder and derdecode. Because this crate is frequently used with inputs from the network, this should be considered a security vulnerability. The issue occurs when parsing the old ASN.1...

7.5CVSS7.4AI score0.0134EPSS
SaveExploits0References4
OSV
OSV
added 2022/06/03 10:19 p.m.63 views

GHSA-P9P4-97G9-WCRH Dev error stack trace leaking into prod in Play Framework

Impact Play Framework, when run in dev mode, shows verbose errors for easy debugging, including an exception stack trace. Play does this by configuring its DefaultHttpErrorHandler to do so based on the application mode. In its Scala API Play also provides a static object DefaultHttpErrorHandler...

5.9CVSS7AI score0.01259EPSS
SaveExploits0References5
OSV
OSV
added 2022/06/03 12:0 a.m.63 views

GHSA-GWPF-95JC-63RV Uncontrolled Resource Consumption in Mattermost server

Uncontrolled resource consumption in Mattermost version 6.6.0 and earlier allows an authenticated attacker to crash the server via a crafted SVG attachment on a post...

6.5CVSS5AI score0.00856EPSS
SaveExploits0References4
OSV
OSV
added 2022/05/26 12:1 a.m.63 views

GHSA-HC72-VJ3G-5G2G Cross-site Scripting in ZKEACMS

A cross-site scripting XSS vulnerability in /navigation/create?ParentID=%23 of ZKEACMS v3.5.2 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the ParentID parameter...

5.4CVSS5.2AI score0.00485EPSS
SaveExploits1References4
OSV
OSV
added 2022/05/24 10:1 p.m.63 views

GHSA-442G-GCG6-MHM4 Play Framework Inadequate Encryption Strength vulnerability

An issue was discovered in Lightbend Play Framework 2.5.x through 2.6.23. When configured to make requests using an authenticated HTTP proxy, play-ws may sometimes, typically under high load, when connecting to a target host using https, expose the proxy credentials to the target host...

7.5CVSS5.9AI score0.00698EPSS
SaveExploits0References3
OSV
OSV
added 2022/05/24 7:20 p.m.63 views

GHSA-F9GF-2Q87-5M44 Stored XSS vulnerability in Jenkins Scriptler Plugin

Jenkins Scriptler Plugin 3.3 and earlier does not escape the name of scripts on the UI when asking to confirm their deletion. This results in a stored cross-site scripting XSS vulnerability exploitable by attackers able to create Scriptler scripts. Jenkins Scriptler Plugin 3.4 escapes the name of...

5.4CVSS5.2AI score0.00684EPSS
SaveExploits0References5
OSV
OSV
added 2022/05/24 5:27 p.m.63 views

GHSA-J7Q2-C6R4-X2JW Stored XSS vulnerability in Jenkins Git Parameter Plugin

Jenkins Git Parameter Plugin 0.9.12 and earlier does not escape the repository field on the 'Build with Parameters' page, resulting in a stored cross-site scripting XSS vulnerability exploitable by attackers with Job/Configure permission. Git Parameter Plugin 0.9.13 escapes the repository field o...

8CVSS5.3AI score0.00753EPSS
SaveExploits0References5
OSV
OSV
added 2022/05/24 5:7 p.m.63 views

GHSA-F5WX-W2F9-82GH XXE vulnerability in Jenkins WebSphere Deployer Plugin

WebSphere Deployer Plugin 1.6.1 and earlier does not configure the XML parser to prevent XML external entity XXE attacks. This could be exploited by a user with Job/Configure permissions to upload a specially crafted war file containing a WEB-INF/ibm-web-ext.xml which is parsed by the plugin...

7.6CVSS7.5AI score0.00904EPSS
SaveExploits0References4
OSV
OSV
added 2022/05/24 5:7 p.m.63 views

GHSA-82J9-WFCF-9V2H Plone Open Redirect Vulnerability

An open redirect on the login form and possibly other places in Plone 4.0 through 5.2.1 allows an attacker to craft a link to a Plone Site that, when followed, and possibly after login, will redirect to an attacker's site...

6.1CVSS6.1AI score0.0091EPSS
SaveExploits0References7
OSV
OSV
added 2022/05/24 5:5 p.m.63 views

GHSA-C7FV-WV9F-CGJW php-shellcommand command injection vulnerability

php-shellcommand versions before 1.6.1 have a command injection vulnerability. Successful exploitation could lead to arbitrary code execution...

9.8CVSS9.8AI score0.04588EPSS
SaveExploits1References4
OSV
OSV
added 2022/05/24 5:0 p.m.63 views

GHSA-JJMG-XMQ2-G6FF Magento 2 Community Edition XSS Vulnerability

A stored cross-site scripting XSS vulnerability exists in in Magento 1 prior to 1.9.4.3 and 1.14.4.3, Magento 2.2 prior to 2.2.10, Magento 2.3 prior to 2.3.3 or 2.3.2-p1. An authenticated user with access to the wysiwyg editor can abuse the blockDirective function and inject malicious javascript ...

4.8CVSS5.1AI score0.00591EPSS
SaveExploits0References7
OSV
OSV
added 2022/05/24 4:55 p.m.63 views

GHSA-CJR8-5RW4-WH65 Jenkins Splunk Plugin Sandbox Bypass

Jenkins Splunk Plugin has a form validation HTTP endpoint used to validate a user-submitted Groovy script through compilation, which was not subject to sandbox protection. This allowed attackers with Overall/Read access to execute arbitrary code on the Jenkins controller by applying AST...

8.8CVSS9AI score0.01677EPSS
SaveExploits0References4
OSV
OSV
added 2022/05/24 4:52 p.m.63 views

GHSA-JXG7-CGHF-MGGX Jenkins VMware Lab Manager Slaves Plugin vulnerable to Improper Certificate Validation

VMware Lab Manager Slaves Plugin unconditionally disables SSL/TLS certificate validation for the entire Jenkins controller JVM. As of publication of this advisory, there is no fix...

6.5CVSS6.5AI score0.00841EPSS
SaveExploits0References3
OSV
OSV
added 2022/05/24 4:52 p.m.63 views

GHSA-VVF9-FXHV-4RGJ Magento 2 Community Edition RCE

A remote code execution vulnerability exists in Magento 2.1 prior to 2.1.18, Magento 2.2 prior to 2.2.9, Magento 2.3 prior to 2.3.2. An authenticated user with admin privileges to create or edit a product can execute arbitrary code via malicious XML layout updates...

7.2CVSS7.5AI score0.01921EPSS
SaveExploits0References5
OSV
OSV
added 2022/05/24 12:0 a.m.63 views

DSA-5146-1 puma - security update

Bulletin has no description...

9.1CVSS6.7AI score0.0214EPSS
SaveExploits0
OSV
OSV
added 2022/05/17 5:25 a.m.63 views

GHSA-Q7V2-W38R-PV7V phpMyAdmin Multiple XSS Vulnerabilities

Multiple cross-site scripting XSS vulnerabilities in phpMyAdmin 3.5.x before 3.5.2.2 allow remote authenticated users to inject arbitrary web script or HTML via a Table Operations 1 TRUNCATE or 2 DROP link for a crafted table name, 3 the Add Trigger popup within a Triggers page that references...

3.5CVSS5.9AI score0.00819EPSS
SaveExploits0References2
OSV
OSV
added 2022/05/17 4:45 a.m.63 views

GHSA-9CRX-P357-5VW8 Ajenti Cross-site scripting (XSS) vulnerability

Cross-site scripting XSS vulnerability in plugins/main/content/js/ajenti.coffee in Ajenti before 1.2.15 allows remote authenticated users to inject arbitrary web script or HTML via the command field in the Cron functionality...

5.4CVSS5.3AI score0.01499EPSS
SaveExploits1References9
OSV
OSV
added 2022/05/17 4:17 a.m.63 views

GHSA-FMMQ-J7PQ-F85C JRuby denial of service via Hash Collision

JRuby computes hash values without properly restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service CPU consumption via crafted input to an application that maintains a hash table, as demonstrated by a universal...

5CVSS5.1AI score0.02249EPSS
SaveExploits0References5
OSV
OSV
added 2022/05/17 3:44 a.m.63 views

GHSA-Q73F-VJC2-3GQF OpenStack Image Service (Glance) allows remote authenticated users to read arbitrary file

The import task action in OpenStack Image Service Glance 2015.1.x before 2015.1.2 kilo, when using the V2 API, allows remote authenticated users to read arbitrary files via a crafted backing file for a qcow2 image...

7.1CVSS5.8AI score0.01499EPSS
SaveExploits0References11
Total number of security vulnerabilities5000