Lucene search
K

3386 matches found

OpenVAS
OpenVAS
added 2023/09/04 12:0 a.m.22 views

Python 3.11.x < 3.11.5, 3.12.0a1 < 3.12.0rc2 Security Bypass Vulnerability - Mac OS X

Python is prone to a security bypass vulnerability. SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:python:python"; ifdescription...

7.5CVSS7.6AI score0.02187EPSS
Exploits0References1
RustSec
RustSec
added 2023/09/03 12:0 p.m.4 views

Multiple soundness issues

RUSTSEC-2024-0377 contains multiple soundness issues: 1. Bytes::read allows creating instances of types with invalid bit patterns 1. BytesIter::read advances iterators out of bounds 1. The BytesIter trait has safety invariants but is public and not marked unsafe 1. writefloat calls...

7.3AI score
Exploits0Affected Software1
CNNVD
CNNVD
added 2023/08/29 12:0 a.m.3 views

FRRouting FRR 缓冲区错误漏洞

FRRouting FRR is a suite of software that implements and manages various IPV4 and IPV6 routing protocols. A security vulnerability exists in FRRouting FRR version 9.0 and prior versions, which stems from a failure to check the availability of two bytes during AIGP validation...

9.1CVSS7.4AI score0.0096EPSS
Exploits0References2
OSV
OSV
added 2023/08/25 6:49 p.m.0 views

GHSA-J8G2-6FC7-Q8F8 Pyramid static view path traversal up one directory

Impact This impacts users of Python 3.11 that are using a Pyramid static view with a full filesystem path and have a index.html file that is located exactly one directory above the location of the static view's file system path. No further path traversal exists, and the only file that could be...

5.3CVSS5.9AI score0.00632EPSS
Exploits0References8
OSV
OSV
added 2023/08/24 10:20 p.m.0 views

GHSA-RCX8-48PC-V9Q8 mail-internals use-after-free vulnerability in `vec_insert_bytes`

Incorrect reallocation logic in the function vecinsertbytes causes a use-after-free. This function does not have to be called directly to trigger the vulnerability because many methods on EncodingWriter call this function internally. The mail-\ suite is unmaintained and the upstream sources have...

5.7AI score
Exploits0References2
OSV
OSV
added 2023/08/24 12:0 a.m.30 views

PSF-2023-9 os.path.normpath() truncates on null bytes

Passing a path with null bytes to the os.path.normpath function causes the returned path to be unexpectedly truncated at the first occurrence of null bytes within the path. Python versions before 3.11.0 didn’t truncate the path on null bytes. If allowlisting is applied before a call to...

7.5CVSS7.3AI score0.02187EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2023/08/08 8:46 a.m.3 views

postgresql: Client memory disclosure when connecting with Kerberos to modified server

A flaw was found In PostgreSQL. A modified, unauthenticated server can send an unterminated string during the establishment of Kerberos transport encryption. In certain conditions, a server can cause a libpq client to over-read and report an error message containing uninitialized bytes...

3.7CVSS6.8AI score0.00622EPSS
Exploits0References4
RustSec
RustSec
added 2023/08/07 12:0 p.m.3 views

Use-after-free in `vec_insert_bytes`

Incorrect reallocation logic in the function vecinsertbytes causes a use-after-free. This function does not have to be called directly to trigger the vulnerability because many methods on EncodingWriter call this function internally. The mail-\ suite is unmaintained and the upstream sources have...

7.1AI score
Exploits0Affected Software1
Huntr
Huntr
added 2023/08/02 6:0 p.m.19 views

Unrestricted Upload File leads to Remote Code Execution

Description The upload file function is vulnerable that user can upload the file with other extensions .php, .phps, ... by using Magic Bytes technique. However, the .htaccess has almost prevented all the files with extensions such as php, phps, phtml, ... The attacker still can upload the hphp fi...

6.5CVSS7.4AI score0.00825EPSS
Exploits1
Positive Technologies
Positive Technologies
added 2023/07/27 12:0 a.m.2 views

PT-2023-26476

Name of the Vulnerable Software and Affected Versions Crossplane versions prior to 1.11.5 Crossplane versions prior to 1.12.3 Crossplane versions prior to 1.13.0 Description Crossplane's image backend does not validate the byte contents of Crossplane packages, allowing an attacker to tamper with ...

9.8CVSS7.2AI score0.00719EPSS
Exploits1References11
CNNVD
CNNVD
added 2023/07/27 12:0 a.m.3 views

crossplane 输入验证错误漏洞

crossplane is a framework for building cloud-native control planes without writing code. An input validation error vulnerability exists in Crossplane versions prior to 1.11.5, 1.12.3, and 1.13.0, which stems from a mirroring backend that does not validate the byte content of Crossplane packages,...

9.8CVSS8.3AI score0.00719EPSS
Exploits1References3
Microsoft CVE
Microsoft CVE
added 2023/07/22 7:0 a.m.2 views

Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP

...

4.3CVSS5.4AI score0.0062EPSS
Exploits0
Cvelist
Cvelist
added 2023/07/22 4:17 a.m.17 views

CVE-2023-3247 Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP

In PHP versions 8.0. before 8.0.29, 8.1. before 8.1.20, 8.2. before 8.2.7 when using SOAP HTTP Digest Authentication, random value generator was not checked for failure, and was using narrower range of values than it should have. In case of random generator failure, it could lead to a disclosure ...

2.6CVSS5.3AI score0.0062EPSS
Exploits0References1
OSV
OSV
added 2023/07/19 10:9 p.m.2 views

GHSA-F9G6-FP84-FV92 impl `FromMdbValue` for bool is unsound

The implementation of FromMdbValue has several unsoundness issues. First of all, it allows to reinterpret arbitrary bytes as a bool and could make undefined behavior happen with safe function. Secondly, it allows transmuting pointer without taking memory layout into consideration. The details of...

6AI score
Exploits0References3
Github Security Blog
Github Security Blog
added 2023/07/19 10:9 p.m.12 views

impl `FromMdbValue` for bool is unsound

The implementation of FromMdbValue has several unsoundness issues. First of all, it allows to reinterpret arbitrary bytes as a bool and could make undefined behavior happen with safe function. Secondly, it allows transmuting pointer without taking memory layout into consideration. The details of...

6.9AI score
Exploits0References3Affected Software1
Code423n4
Code423n4
added 2023/07/14 12:0 a.m.9 views

user with ADDEXTENSIONS and CHANGEEXTENSIONS will remove extension unintentional

Lines of code Vulnerability details Summary Adding extension use 4 bytes function selector to add new extension, and if user with ADDEXTENSIONS permission also has CHANGEEXTENSIONS permission and wants to add new extension and there is an extension with that function selector, extension will be...

6.7AI score
Exploits0
OSV
OSV
added 2023/06/26 12:0 p.m.4 views

RUSTSEC-2023-0047 impl `FromMdbValue` for bool is unsound

The implementation of FromMdbValue have several unsoundness issues. First of all, it allows to reinterpret arbitrary bytes as a bool and could make undefined behavior happen with safe function. Secondly, it allows transmuting pointer without taking memory layout into consideration. The details of...

7.2AI score
Exploits0References3
RustSec
RustSec
added 2023/06/26 12:0 p.m.3 views

impl `FromMdbValue` for bool is unsound

The implementation of FromMdbValue have several unsoundness issues. First of all, it allows to reinterpret arbitrary bytes as a bool and could make undefined behavior happen with safe function. Secondly, it allows transmuting pointer without taking memory layout into consideration. The details of...

7.2AI score
Exploits0
Debian
Debian
added 2023/06/20 1:41 a.m.21 views

[SECURITY] [DLA 3458-1] php7.3 security update

Debian LTS Advisory DLA-3458-1 [email protected] https://www.debian.org/lts/security/ Guilhem Moulin June 20, 2023 https://wiki.debian.org/LTS Package : php7.3 Version : 7.3.31-1deb10u4 CVE ID : CVE-2023-3247 Niels Dossche and Tim Düsterhus discovered that PHPs implementation of the SOA...

4.3CVSS6.1AI score0.0062EPSS
Exploits0
OpenVAS
OpenVAS
added 2023/06/20 12:0 a.m.15 views

Debian: Security Advisory (DLA-3458-1)

The remote host is missing an update for the Debian SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

4.3CVSS7AI score0.0062EPSS
Exploits0References4
Rows per page
Query Builder