Lucene search
+L

1675 matches found

Vulnrichment
Vulnrichment
added 2023/02/08 7:31 p.m.3 views

CVE-2023-25167 Regular expression denial of service via installing themes via git in discourse

Discourse is an open source discussion platform. In affected versions a malicious user can cause a regular expression denial of service using a carefully crafted git URL. This issue is patched in the latest stable, beta and tests-passed versions of Discourse. Users are advised to upgrade. There a...

6.5CVSS6.7AI score0.00567EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2023/02/08 7:21 p.m.7 views

CVE-2023-25151 DoS vulnerability for high cardinality metrics in opentelemetry-go-contrib

opentelemetry-go-contrib is a collection of extensions for OpenTelemetry-Go. 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,...

7.5CVSS7.7AI score0.00973EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2023/02/07 11:25 p.m.11 views

CVE-2023-24828 Use of Cryptographically Weak Pseudo-Random Number Generator in Onedev

Onedev is a self-hosted Git Server with CI/CD and Kanban. In versions prior to 7.9.12 the algorithm used to generate access token and password reset keys was not cryptographically secure. Existing normal users or everyone if it allows self-registration may exploit this to elevate privilege to...

8.1CVSS8.3AI score0.00713EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2023/02/07 12:7 a.m.6 views

CVE-2023-24827 Credential disclosure in syft when SYFT_ATTEST_PASSWORD environment variable set in syft

syft is a a CLI tool and Go library for generating a Software Bill of Materials SBOM from container images and filesystems. A password disclosure flaw was found in Syft versions v0.69.0 and v0.69.1. This flaw leaks the password stored in the SYFTATTESTPASSWORD environment variable. The...

6.5CVSS7.1AI score0.00791EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2023/02/07 12:2 a.m.7 views

CVE-2023-24808 Denial Of Service when opening a corrupt PDF file in pdfio

PDFio is a C library for reading and writing PDF files. In versions prior to 1.1.0 a denial of service DOS vulnerability exists in the pdfio parser. Crafted pdf files can cause the program to run at 100% utilization and never terminate. The pdf which causes this crash found in testing is about 28...

5.3CVSS6.2AI score0.00719EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2023/02/01 2:49 p.m.6 views

CVE-2023-24997 Apache InLong: Jdbc Connection Security Bypass

Deserialization of Untrusted Data vulnerability in Apache Software Foundation Apache InLong.This issue affects Apache InLong: from 1.1.0 through 1.5.0. Users are advised to upgrade to Apache InLong's latest version or cherry-pick https://github.com/apache/inlong/pull/7223...

7.2AI score0.01409EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/01 11:4 a.m.3 views

OESA-2023-1044 git security update

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and...

9.8CVSS8.2AI score0.56334EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2023/01/20 9:2 p.m.10 views

CVE-2023-22726 Unrestricted file upload leading to privilege escalation in act

act is a project which allows for local running of github actions. The artifact server that stores artifacts from Github Action runs does not sanitize path inputs. This allows an attacker to download and overwrite arbitrary files on the host from a Github Action. This issue may lead to privilege...

8CVSS8.5AI score0.01256EPSS
SaveExploits1References7
OSV
OSV
added 2023/01/20 7:15 p.m.7 views

UBUNTU-CVE-2022-35977

Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted SETRANGE and SORTRO commands can trigger an integer overflow, resulting with Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory OOM panic. The problem is fixe...

5.5CVSS6.3AI score0.37299EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2023/01/19 9:20 p.m.5 views

CVE-2023-22741 heap-over-flow in stun_parse_attribute in sofia-sip

Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. In affected versions Sofia-SIP lacks both message length and attributes length checks when it handles STUN packets, leading to controllable heap-over-flow. For example, in stunparseattribute, after ...

9.8CVSS10AI score0.0238EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2023/01/18 12:0 a.m.17 views

PT-2023-3591

Name of the Vulnerable Software and Affected Versions Sudo versions prior to 1.9.13 Description The issue is related to a lack of proper encoding or escaping of output in the Sudo program, which can be exploited by a remote attacker to gain access to confidential data. The problem specifically...

7.2CVSS7.2AI score0.01664EPSS
SaveExploits2References67
Vulnrichment
Vulnrichment
added 2023/01/17 9:3 p.m.14 views

CVE-2022-41953 Git clone remote code execution vulnerability in git-for-windows

Git GUI is a convenient graphical tool that comes with Git for Windows. Its target audience is users who are uncomfortable with using Git on the command-line. Git GUI has a function to clone repositories. Immediately after the local clone is available, Git GUI will automatically post-process it,...

8.6CVSS9.1AI score0.06796EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2023/01/17 8:41 p.m.8 views

CVE-2023-22727

CakePHP is a development framework for PHP web apps. In affected versions the Cake\Database\Query::limit and Cake\Database\Query::offset methods are vulnerable to SQL injection if passed un-sanitized user request data. This issue has been fixed in 4.2.12, 4.3.11, 4.4.10. Users are advised to...

9.8CVSS8.1AI score0.00858EPSS
SaveExploits0
OSV
OSV
added 2023/01/17 6:0 p.m.14 views

UBUNTU-CVE-2022-41903

Git is distributed revision control system. git log can display commits in an arbitrary format using its --format specifiers. This functionality is also exposed to git archive via the export-subst gitattribute. When processing the padding operators, there is a integer overflow in...

9.8CVSS7.4AI score0.44268EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2022/12/19 12:0 a.m.9 views

PT-2022-27741 · Click Studios · Click Studios Passwordstate +1

Name of the Vulnerable Software and Affected Versions: Click Studios Passwordstate affected versions not specified Click Studios Passwordstate Browser Extension Chrome affected versions not specified Description: A problematic vulnerability was found in Click Studios Passwordstate and Passwordsta...

5.3CVSS6.9AI score0.01225EPSS
SaveExploits2References7
EUVD
EUVD
added 2022/12/19 12:0 a.m.7 views

EUVD-2022-51942

A vulnerability, which was classified as problematic, was found in Click Studios Passwordstate and Passwordstate Browser Extension Chrome. This affects an unknown part. The manipulation leads to hard-coded credentials. It is possible to initiate the attack remotely. The exploit has been disclosed...

5.3CVSS7.1AI score0.01225EPSS
SaveExploits2References3
Vulnrichment
Vulnrichment
added 2022/12/09 8:11 p.m.5 views

CVE-2022-46166 Spring Boot Admins integrated notifier support allows arbitrary code execution

Spring boot admins is an open source administrative user interface for management of spring boot applications. All users who run Spring Boot Admin Server, having enabled Notifiers e.g. Teams-Notifier and write access to environment variables via UI are affected. Users are advised to upgrade to th...

8CVSS9.5AI score0.01437EPSS
SaveExploits0References2
OSV
OSV
added 2022/12/09 6:15 p.m.3 views

DEBIAN-CVE-2022-23493

xrdp is an open source project which provides a graphical login to remote machines using Microsoft Remote Desktop Protocol RDP. xrdp v0.9.21 contain a Out of Bound Read in xrdpmmtransprocessdrdynvcchannelclose function. There are no known workarounds for this issue. Users are advised to upgrade...

9.1CVSS7.6AI score0.00892EPSS
SaveExploits0References1
OSV
OSV
added 2022/12/09 6:15 p.m.2 views

DEBIAN-CVE-2022-23481

xrdp is an open source project which provides a graphical login to remote machines using Microsoft Remote Desktop Protocol RDP. xrdp v0.9.21 contain a Out of Bound Read in xrdpcapsprocessconfirmactive function. There are no known workarounds for this issue. Users are advised to upgrade...

9.1CVSS7.6AI score0.00729EPSS
SaveExploits0References1
OSV
OSV
added 2022/12/09 6:15 p.m.1 views

DEBIAN-CVE-2022-23479

xrdp is an open source project which provides a graphical login to remote machines using Microsoft Remote Desktop Protocol RDP. xrdp v0.9.21 contain a buffer over flow in xrdpmmchandatain function. There are no known workarounds for this issue. Users are advised to upgrade...

9.8CVSS8AI score0.00847EPSS
SaveExploits0References1
Rows per page
Query Builder