Lucene search
K

309 matches found

RustSec
RustSec
added 2023/06/15 12:0 p.m.10 views

Misaligned pointer dereference in `ChunkId::new`

The function ChunkId::new creates a misaligned pointer by casting mutable pointer of u8 slice which has alignment 1 to the mutable pointer of u32 which has alignment 4, and dereference the misaligned pointer leading UB, which should not be allowed in safe function...

6.8AI score
Exploits0
SUSE CVE
SUSE CVE
added 2023/05/04 2:23 a.m.2 views

SUSE CVE-2023-26268

Design documents with matching document IDs, from databases on the same cluster, may share a mutable Javascript environment when using these design document functions: validatedocupdate list filter filter views using view functions as filters rewrite update This doesn't affect map/reduce or searc...

5.3CVSS7.6AI score0.00055EPSS
Exploits0References3
OSV
OSV
added 2023/05/02 9:15 p.m.1 views

UBUNTU-CVE-2023-26268

Design documents with matching document IDs, from databases on the same cluster, may share a mutable Javascript environment when using these design document functions: validatedocupdate list filter filter views using view functions as filters rewrite update This doesn't affect map/reduce or searc...

5.3CVSS7.1AI score0.00055EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2023/05/02 12:0 a.m.2 views

PT-2023-20577 · Apache · Apache Couchdb

Name of the Vulnerable Software and Affected Versions: Apache CouchDB versions prior to 3.2.3 Apache CouchDB versions prior to 3.3.2 Description: Design documents with matching document IDs, from databases on the same cluster, may share a mutable Javascript environment when using these design...

5.3CVSS5.4AI score0.00055EPSS
Exploits0References11
FreeBSD
FreeBSD
added 2023/05/02 12:0 a.m.18 views

couchdb -- information sharing via couchjs processes

Nick Vatamane reports: Design documents with matching document IDs, from databases on the same cluster, may share a mutable Javascript environment when using various design document functions...

5.3CVSS7AI score0.00055EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2023/02/20 2:29 p.m.37 views

CVE-2023-23931

A vulnerability was found in python-cryptography. In affected versions, Cipher.updateinto would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects such as bytes to be mutated, thus violating the fundamental rules of...

6.5CVSS6.7AI score0.00688EPSS
Exploits1References4
OSV
OSV
added 2023/02/09 7:27 p.m.12 views

GHSA-CF4G-FCF8-3CR9 `pnet_packet` buffer overrun in `set_payload` setters

As indicated by this issue, a buffer overrun is possible in the setpayload setter of the various mutable "Packet" struct setters. The offending setpayload functions were defined within the struct impl blocks in earlier versions of the package, and later by the packet macro. Fixed in the packet...

6CVSS7.3AI score
Exploits0References3
NVD
NVD
added 2023/02/07 9:15 p.m.18 views

CVE-2023-23931

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions Cipher.updateinto would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects such as bytes to b...

6.5CVSS6.4AI score0.00688EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2022/12/30 5:48 p.m.18 views

prettytable-rs: Force cast a &Vec<T> to &[T] may lead to undefined behavior

In function Table::asref, a reference of vector is force cast to slice. There are multiple problems here: 1. To guarantee the size is correct, we have to first do Vec::shrinktofit. The function requires a mutable reference, so we have to force cast from immutable to mutable, which is undefined...

1.7AI score
Exploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/12 3:30 p.m.128 views

Protobuf Java vulnerable to Uncontrolled Resource Consumption

A parsing issue similar to CVE-2022-3171, but with Message-Type Extensions in protobuf-java core and lite versions prior to 3.21.7, 3.20.3, 3.19.6 and 3.16.3 can lead to a denial of service attack. Inputs containing multiple instances of non-repeated embedded messages with repeated or unknown...

7.5CVSS7.4AI score0.00058EPSS
Exploits0References3Affected Software2
OSV
OSV
added 2022/12/12 1:15 p.m.1 views

DEBIAN-CVE-2022-3510

A parsing issue similar to CVE-2022-3171, but with Message-Type Extensions in protobuf-java core and lite versions prior to 3.21.7, 3.20.3, 3.19.6 and 3.16.3 can lead to a denial of service attack. Inputs containing multiple instances of non-repeated embedded messages with repeated or unknown...

7.5CVSS6.5AI score0.00058EPSS
Exploits0References1
NVD
NVD
added 2022/10/12 11:15 p.m.25 views

CVE-2022-3171

A parsing issue with binary data in protobuf-java core and lite versions prior to 3.21.7, 3.20.3, 3.19.6 and 3.16.3 can lead to a denial of service attack. Inputs containing multiple instances of non-repeated embedded messages with repeated or unknown fields causes objects to be converted...

7.5CVSS0.0011EPSS
Exploits0References4
OSV
OSV
added 2022/10/12 11:15 p.m.2 views

UBUNTU-CVE-2022-3171

A parsing issue with binary data in protobuf-java core and lite versions prior to 3.21.7, 3.20.3, 3.19.6 and 3.16.3 can lead to a denial of service attack. Inputs containing multiple instances of non-repeated embedded messages with repeated or unknown fields causes objects to be converted...

7.5CVSS6.6AI score0.0011EPSS
Exploits0References3
OSV
OSV
added 2022/09/01 12:0 a.m.14 views

ASB-A-154913391

In startInputUncheckedLocked of InputMethodManagerService.java, there is a possible permission bypass due to an unsafe PendingIntent. This could lead to local information disclosure with User execution privileges needed. User interaction is not needed for exploitation...

5.5CVSS5.3AI score0.00017EPSS
Exploits0References1
Github Security Blog
Github Security Blog
added 2022/06/17 12:16 a.m.13 views

A malicious coder can get unsound access to TCell or TLCell memory

This is impossible to do by accident, but by carefully constructing marker types to be covariant, a malicious coder can cheat the singleton check in TCellOwner and TLCellOwner, giving unsound access to cell memory. This could take the form of getting two mutable references to the same memory, or ...

3.5AI score
Exploits0References3Affected Software1
OSV
OSV
added 2022/06/17 12:13 a.m.11 views

GHSA-P6GJ-GPC8-F8XW Aliased mutable references from `tls_rand` & `TlsWyRand`

TlsWyRand's implementation of Deref unconditionally dereferences a raw pointer, and returns multiple mutable references to the same object, which is undefined behavior...

9.8CVSS9.4AI score0.00433EPSS
Exploits0References3
Github Security Blog
Github Security Blog
added 2022/06/17 12:13 a.m.11 views

Aliased mutable references from `tls_rand` & `TlsWyRand`

TlsWyRand's implementation of Deref unconditionally dereferences a raw pointer, and returns multiple mutable references to the same object, which is undefined behavior...

2.7AI score
Exploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/04/23 12:40 a.m.7 views

Tahoe-LAFS fails to ensure integrity

Tahoe-LAFS 1.9.0 fails to ensure integrity which allows remote attackers to corrupt mutable files or directories upon retrieval...

7.4CVSS6.9AI score0.01355EPSS
Exploits1References9Affected Software1
OSV
OSV
added 2022/04/23 12:40 a.m.3 views

GHSA-V62P-CJV8-35XH Tahoe-LAFS fails to ensure integrity

Tahoe-LAFS 1.9.0 fails to ensure integrity which allows remote attackers to corrupt mutable files or directories upon retrieval...

7.4CVSS7.4AI score0.01355EPSS
Exploits1References9
Github Security Blog
Github Security Blog
added 2022/02/09 11:25 p.m.31 views

Out of bounds read and write in Tensorflow

Impact There is a typo in TensorFlow's SpecializeType which results in heap OOB read/write: cc for int i = 0; i argssize; j++ auto arg = t-mutableargsi; // ... Due to a typo, arg is initialized to the ith mutable argument in a loop where the loop index is j. Hence it is possible to assign to arg...

8.8CVSS1.4AI score0.00296EPSS
Exploits1References7Affected Software3
Rows per page
Query Builder