Lucene search
+L

239 matches found

Mageia
Mageia
added 2024/07/01 5:53 p.m.50 views

Updated python-idna packages fix security vulnerability

mingw-python-idna: python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode...

7.5CVSS6.8AI score0.01386EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2024/07/01 12:0 a.m.10 views

PT-2024-28403 · Gradio · Gradio

Name of the Vulnerable Software and Affected Versions: Gradio version 4.36.1 Description: A code injection issue was discovered in Gradio via the component /gradio/component meta.py. This issue is triggered by a crafted input. Note that the supplier disputes this report as it involves a user...

9.8CVSS6.4AI score0.0087EPSS
SaveExploits1References11
CNNVD
CNNVD
added 2024/06/25 12:0 a.m.6 views

Autodesk AutoCAD 安全漏洞

Autodesk AutoCAD is a set of professional 3D drawing software from the American Autodesk Corporation. An out-of-bounds read vulnerability exists in Autodesk AutoCAD version 2024.1.4, which stems from a lack of proper validation of user-supplied data when parsing maliciously crafted 3DM, MODEL, an...

7.8CVSS7.5AI score0.00415EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/06/11 7:32 p.m.9 views

python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()

A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode function can trigger an uncontrolled resource consumption, resulting in a denial of service...

7.5CVSS6.8AI score0.01386EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2024/04/23 12:0 a.m.57 views

CVE-2024-3651

A vulnerability was identified in the kjd/idna library, specifically within the idna.encode function, affecting version 3.6. The issue arises from the function's handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This...

7.5CVSS6.7AI score0.01386EPSS
SaveExploits1References4
Snyk
Snyk
added 2024/02/20 12:31 p.m.5 views

Open Redirect

Overview com.liferay.portal:com.liferay.portal.impl is a package part of Liferay. Affected versions of this package are vulnerable to Open Redirect via the redirect, FORWARDURL, noSuchEntryRedirect, and other parameters that rely on the HtmlUtil.escapeRedirect process. An attacker can redirect...

6.1CVSS6.2AI score0.0096EPSS
SaveExploits0References2
OSV
OSV
added 2024/02/06 3:32 p.m.4 views

USN-6623-1 python-django vulnerability

It was discovered that Django incorrectly handled certain inputs that uses intcomma template filter. An attacker could possibly use this issue to cause a denial of service...

7.5CVSS6.8AI score0.01606EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/01/03 12:0 a.m.5 views

CBOR Security Breach

CBOR is a C implementation of the Concise Binary Object Representation by the individual developer Peter Occil. A security vulnerability exists in CBOR versions 4.0.0 through 4.5.0, which stems from the use of an inefficient algorithm that makes it susceptible to denial-of-service attacks when...

7.5CVSS6.7AI score0.01061EPSS
SaveExploits0References7
OSV
OSV
added 2023/12/04 6:7 p.m.2 views

USN-6529-1 request-tracker4 vulnerabilities

It was discovered that Request Tracker incorrectly handled certain inputs. If a user or an automated system were tricked into opening a specially crafted input file, a remote attacker could possibly use this issue to obtain sensitive information. CVE-2021-38562, CVE-2022-25802, CVE-2023-41259,...

7.5CVSS7.1AI score0.01707EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/10/31 2:45 a.m.5 views

SUSE CVE-2016-4989

setroubleshoot allows local users to bypass an intended container protection mechanism and execute arbitrary commands by 1 triggering an SELinux denial with a crafted file name, which is handled by the settpath function in auditdata.py or via a crafted 2 localid or 3 analysisid field in a crafted...

7CVSS7.3AI score0.00458EPSS
SaveExploits0References3
OSV
OSV
added 2023/10/23 1:58 p.m.5 views

USN-6447-1 aom vulnerabilities

It was discovered that AOM incorrectly handled certain inputs. If a user or an automated system were tricked into opening a specially crafted input file, a remote attacker could possibly use this issue to cause a denial of service. CVE-2020-36130, CVE-2020-36131, CVE-2020-36133, CVE-2020-36135,...

9.8CVSS7.3AI score0.02216EPSS
SaveExploits4References8
Github Security Blog
Github Security Blog
added 2023/09/21 5:10 p.m.29 views

phonenumber panics on parsing crafted RFC3966 inputs

Impact The phonenumber parsing code may panic due to a panic-guarded out-of-bounds access on the phonenumber string. In a typical deployment of rust-phonenumber, this may get triggered by feeding a maliciously crafted phonenumber over the network, specifically the string .;phone-context=. Patches...

8.6CVSS6.4AI score0.00694EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2023/09/21 5:10 p.m.102 views

GHSA-WHHR-7F2W-QQJ2 phonenumber panics on parsing crafted RFC3966 inputs

Impact The phonenumber parsing code may panic due to a panic-guarded out-of-bounds access on the phonenumber string. In a typical deployment of rust-phonenumber, this may get triggered by feeding a maliciously crafted phonenumber over the network, specifically the string .;phone-context=. Patches...

7.5CVSS7.9AI score0.00694EPSS
SaveExploits0References6
OSV
OSV
added 2023/09/21 5:10 p.m.98 views

GHSA-CXVP-82CQ-57H2 blurhash panics on parsing crafted inputs

Impact The blurhash parsing code may panic due to multiple panic-guarded out-of-bounds accesses on untrusted input. In a typical deployment, this may get triggered by feeding a maliciously crafted blurhashes over the network. These may include: - UTF-8 compliant strings containing multi-byte UTF-...

8.6CVSS7.9AI score0.00515EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2023/09/19 2:57 p.m.13 views

CVE-2023-42447 blurhash panics on parsing crafted inputs

blurhash-rs is a pure Rust implementation of Blurhash, software for encoding images into ASCII strings that can be turned into a gradient of colors representing the original image. In version 0.1.1, the blurhash parsing code may panic due to multiple panic-guarded out-of-bounds accesses on...

8.6CVSS6.9AI score0.00515EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2023/09/19 2:57 p.m.43 views

CVE-2023-42447 blurhash panics on parsing crafted inputs

blurhash-rs is a pure Rust implementation of Blurhash, software for encoding images into ASCII strings that can be turned into a gradient of colors representing the original image. In version 0.1.1, the blurhash parsing code may panic due to multiple panic-guarded out-of-bounds accesses on...

8.6CVSS8.8AI score0.00515EPSS
SaveExploits0References1
OSV
OSV
added 2023/09/19 12:0 p.m.58 views

RUSTSEC-2023-0083 blurhash: panic on parsing crafted blurhash inputs

Impact The blurhash parsing code may panic due to multiple panic-guarded out-of-bounds accesses on untrusted input. In a typical deployment, this may get triggered by feeding a maliciously crafted blurhashes over the network. These may include: - UTF-8 compliant strings containing multi-byte UTF-...

8.6CVSS8AI score0.00515EPSS
SaveExploits0References4
RustSec
RustSec
added 2023/09/19 12:0 p.m.10 views

blurhash: panic on parsing crafted blurhash inputs

Impact The blurhash parsing code may panic due to multiple panic-guarded out-of-bounds accesses on untrusted input. In a typical deployment, this may get triggered by feeding a maliciously crafted blurhashes over the network. These may include: - UTF-8 compliant strings containing multi-byte UTF-...

8.6CVSS7.2AI score0.00515EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2023/09/11 12:47 p.m.4 views

USN-6356-1 opendmarc vulnerabilities

Jianjun Chen, Vern Paxson and Jian Jiang discovered that OpenDMARC incorrectly handled certain inputs. If a user or an automated system were tricked into receiving crafted inputs, an attacker could possibly use this to falsify the domain of an e-mails origin. CVE-2020-12272 Patrik Lantz discovere...

9.8CVSS6.4AI score0.03684EPSS
SaveExploits2References3
OSV
OSV
added 2023/08/29 9:42 a.m.4 views

USN-6313-1 faad2 vulnerabilities

It was discovered that FAAD2 incorrectly handled certain inputs. If a user or an automated system were tricked into opening a specially crafted input file, a remote attacker could possibly use this issue to execute arbitrary code. CVE-2021-32272, CVE-2021-32273, CVE-2021-32274, CVE-2021-32277,...

7.8CVSS7.4AI score0.01317EPSS
SaveExploits8References9
Rows per page
Query Builder