Lucene search
+L

1676 matches found

Vulnrichment
Vulnrichment
added 2023/03/31 10:1 p.m.10 views

CVE-2023-24824 Quadratic complexity may lead to a denial of service in cmark-gfm

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. A polynomial time complexity issue in cmark-gfm may lead to unbounded resource exhaustion and subsequent denial of service. This CVE covers quadratic complexity issues when parsing text which leads...

5.3CVSS7.4AI score0.01027EPSS
SaveExploits2References2
Vulnrichment
Vulnrichment
added 2023/03/31 10:1 p.m.9 views

CVE-2023-26485 Quadratic complexity may lead to a denial of service in cmark-gfm

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. A polynomial time complexity issue in cmark-gfm may lead to unbounded resource exhaustion and subsequent denial of service. This CVE covers quadratic complexity issues when parsing text which leads...

5.3CVSS7.8AI score0.01029EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2023/03/30 1:44 a.m.4 views

SUSE CVE-2023-28642

runc is a CLI tool for spawning and running containers according to the OCI specification. It was found that AppArmor can be bypassed when /proc inside the container is symlinked with a specific mount configuration. This issue has been fixed in runc version 1.1.5, by prohibiting symlinked /proc...

6.1CVSS6.8AI score0.00343EPSS
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2023/03/29 6:15 p.m.7 views

CVE-2023-28642 AppArmor bypass with symlinked /proc in runc

runc is a CLI tool for spawning and running containers according to the OCI specification. It was found that AppArmor can be bypassed when /proc inside the container is symlinked with a specific mount configuration. This issue has been fixed in runc version 1.1.5, by prohibiting symlinked /proc...

6.1CVSS7.6AI score0.00343EPSS
SaveExploits0References2
OSV
OSV
added 2023/03/28 9:15 p.m.2 views

DEBIAN-CVE-2023-28427

matrix-js-sdk is a Matrix messaging protocol Client-Server SDK for JavaScript. In versions prior to 24.0.0 events sent with special strings in key places can temporarily disrupt or impede the matrix-js-sdk from functioning properly, potentially impacting the consumer's ability to process data...

8.2CVSS7.3AI score0.01185EPSS
SaveExploits0References1
Prion
Prion
added 2023/03/28 9:15 p.m.22 views

Remote code execution

DataEase is an open source data visualization analysis tool. In Dataease users are normally allowed to modify data and the data sources are expected to properly sanitize data. The AWS redshift data source does not provide data sanitization which may lead to remote code execution. This vulnerabili...

6.5CVSS8.8AI score0.0132EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2023/03/28 9:15 p.m.20 views

Design/Logic Flaw

matrix-react-sdk is a Matrix chat protocol SDK for React Javascript. Events sent with special strings in key places can temporarily disrupt or impede the matrix-react-sdk from functioning properly, such as by causing room or event tile crashes. The remainder of the application can appear...

5CVSS5.5AI score0.00906EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2023/03/28 8:37 p.m.7 views

CVE-2023-28103 Prototype pollution in matrix-react-sdk

matrix-react-sdk is a Matrix chat protocol SDK for React Javascript. In certain configurations, data sent by remote servers containing special strings in key locations could cause modifications of the Object.prototype, disrupting matrix-react-sdk functionality, causing denial of service and...

8.2CVSS7.9AI score0.00712EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2023/03/28 8:17 p.m.5 views

CVE-2023-28631 Attacker controlled data in AST nodes is not validated in comrak

comrak is a CommonMark + GFM compatible Markdown parser and renderer written in rust. A Comrak AST can be constructed manually by a program instead of parsing a Markdown document with parsedocument. This AST can then be converted to HTML via html::formatdocumentwithplugins. However, the HTML...

5.3CVSS9.3AI score0.01268EPSS
SaveExploits0References5
OSV
OSV
added 2023/03/27 9:15 p.m.11 views

UBUNTU-CVE-2023-28628

lambdaisland/uri is a pure Clojure/ClojureScript URI library. In versions prior to 1.14.120 authority-regex allows an attacker to send malicious URLs to be parsed by the lambdaisland/uri and return the wrong authority. This issue is similar to but distinct from CVE-2020-8910. The regex in questio...

6.1CVSS6.3AI score0.00553EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2023/03/27 8:46 p.m.7 views

CVE-2023-28640 Permissions bypass in Apiman could enable authenticated attacker to unpermitted API Key

Apiman is a flexible and open source API Management platform. Due to a missing permissions check, an attacker with an authenticated Apiman Manager account may be able to gain access to API keys they do not have permission for if they correctly guess the URL, which includes Organisation ID, Client...

6.4CVSS6.7AI score0.0034EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2023/03/27 8:36 p.m.12 views

CVE-2023-28629 Stored XSS possible on VSM and Job Details pages via malicious pipeline label configuration in gocd

GoCD is an open source continuous delivery server. GoCD versions before 23.1.0 are vulnerable to a stored XSS vulnerability, where pipeline configuration with a malicious pipeline label configuration can affect browser display of pipeline runs generated from that configuration. An attacker that h...

5.4CVSS5.3AI score0.00498EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2023/03/27 8:20 p.m.5 views

CVE-2023-28628

lambdaisland/uri is a pure Clojure/ClojureScript URI library. In versions prior to 1.14.120 authority-regex allows an attacker to send malicious URLs to be parsed by the lambdaisland/uri and return the wrong authority. This issue is similar to but distinct from CVE-2020-8910. The regex in questio...

6.1CVSS6.3AI score0.00553EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2023/03/27 8:20 p.m.10 views

CVE-2023-28628 `authority-regex` returns the wrong authority in lambdaisland/uri

lambdaisland/uri is a pure Clojure/ClojureScript URI library. In versions prior to 1.14.120 authority-regex allows an attacker to send malicious URLs to be parsed by the lambdaisland/uri and return the wrong authority. This issue is similar to but distinct from CVE-2020-8910. The regex in questio...

5.4CVSS6.5AI score0.00553EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2023/03/27 7:52 p.m.5 views

CVE-2023-25661

TensorFlow is an Open Source Machine Learning Framework. In versions prior to 2.11.1 a malicious invalid input crashes a tensorflow model Check Failed and can be used to trigger a denial of service attack. A proof of concept can be constructed with the Convolution3DTranspose function. This...

6.5CVSS6.8AI score0.00432EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2023/03/22 8:16 p.m.9 views

CVE-2023-28432 Minio Information Disclosure in Cluster Deployment

Minio is a Multi-Cloud Object Storage framework. In a cluster deployment starting with RELEASE.2019-12-17T23-16-33Z and prior to RELEASE.2023-03-20T20-16-18Z, MinIO returns all environment variables, including MINIOSECRETKEY and MINIOROOTPASSWORD, resulting in information disclosure. All users of...

7.5CVSS7.6AI score0.83957EPSS
SaveExploits13References5
HashiCorp Security Advisories
HashiCorp Security Advisories
added 2023/03/13 9:0 p.m.13 views

Nomad ACLs Can Not Deny Access to Workload's Own Variables

Summary A vulnerability was identified in Nomad and Nomad Enterprise “Nomad” such that a deny ACL capability could not be applied to a workload’s own variables. If included, the Nomad ACL system will silently fail to block access. This vulnerability, CVE-2023-1296, was fixed in Nomad 1.4.6 and...

5.3CVSS6.2AI score0.0054EPSS
SaveExploits0Affected Software1
Vulnrichment
Vulnrichment
added 2023/03/07 11:20 p.m.7 views

CVE-2023-27476 XML External Entity (XXE) Injection in OWSLib

OWSLib is a Python package for client programming with Open Geospatial Consortium OGC web service interface standards, and their related content models. OWSLib's XML parser which supports both lxml and xml.etree does not disable entity resolution, and could lead to arbitrary file reads from an...

8.2CVSS8.2AI score0.00985EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2023/03/07 6:26 p.m.8 views

CVE-2023-27485 Insufficient verification of authorisation when accessing subresults in thmmniii/fbs-core

thmmniii/fbs-core is an open source feedback system for students. In versions prior to 1.5.3 when querying subresults, it is possible to query subresults from other users due to insufficient authorisation. This is only possible for logged-in users and it is not possible to associate the subresult...

4.3CVSS4.5AI score0.00506EPSS
SaveExploits0References4
OSV
OSV
added 2023/03/07 6:15 p.m.3 views

DEBIAN-CVE-2023-27478

libmemcached-awesome is an open source C/C++ client library and tools for the memcached server. libmemcached could return data for a previously requested key, if that previous request timed out due to a low POLLTIMEOUT. This issue has been addressed in version 1.1.4. Users are advised to upgrade...

6.5CVSS6.7AI score0.00749EPSS
SaveExploits1References1
Rows per page
Query Builder