Lucene search
K

229 matches found

Prion
Prion
added 2021/10/12 10:15 p.m.20 views

Null pointer dereference

Unexpected Pointer Aliasing in IEEE 802154 Fragment Reassembly in Zephyr. Zephyr versions = =2.4.0 contain NULL Pointer Dereference CWE-476. For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-p86r-gc4r-4mq3...

3.3CVSS6.5AI score0.00527EPSS
Exploits1References1Affected Software1
Cvelist
Cvelist
added 2021/10/12 9:50 p.m.33 views

CVE-2021-3322 Unexpected Pointer Aliasing in IEEE 802154 Fragment Reassembly in Zephyr

Unexpected Pointer Aliasing in IEEE 802154 Fragment Reassembly in Zephyr. Zephyr versions = =2.4.0 contain NULL Pointer Dereference CWE-476. For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-p86r-gc4r-4mq3...

6.5CVSS6.7AI score0.00527EPSS
Exploits1References1
OSV
OSV
added 2021/08/25 8:59 p.m.2 views

GHSA-MGG8-9PVP-6QCW MvccRwLock allows data races & aliasing violations

Affected versions of the noisesearch crate unconditionally implement Send/Sync for MvccRwLock. This can lead to data races when types that are either !Send or !Sync e.g. Rc, Arc are contained inside MvccRwLock and sent across thread boundaries. The data races can potentially lead to memory...

7.3AI score
Exploits0References3
Github Security Blog
Github Security Blog
added 2021/08/25 8:59 p.m.14 views

MvccRwLock allows data races & aliasing violations

Affected versions of the noisesearch crate unconditionally implement Send/Sync for MvccRwLock. This can lead to data races when types that are either !Send or !Sync e.g. Rc, Arc are contained inside MvccRwLock and sent across thread boundaries. The data races can potentially lead to memory...

3AI score
Exploits0References3Affected Software1
OSV
OSV
added 2021/08/25 8:56 p.m.14 views

GHSA-WXJF-9F4G-3V44 Data races in noise_search

Affected versions of the noisesearch crate unconditionally implement Send/Sync for MvccRwLock. This can lead to data races when types that are either !Send or !Sync e.g. Rc, Arc are contained inside MvccRwLock and sent across thread boundaries. The data races can potentially lead to memory...

8.1CVSS8.2AI score0.0124EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:56 p.m.30 views

Data races in noise_search

Affected versions of the noisesearch crate unconditionally implement Send/Sync for MvccRwLock. This can lead to data races when types that are either !Send or !Sync e.g. Rc, Arc are contained inside MvccRwLock and sent across thread boundaries. The data races can potentially lead to memory...

8.1CVSS8AI score0.0124EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:52 p.m.11 views

GHSA-WP34-MQW5-JJ85 Use after free in nano_arena

Affected versions of this crate assumed that Borrow was guaranteed to return the same value on .borrow. The borrowed index value was used to retrieve a mutable reference to a value. If the Borrow implementation returned a different index, the split arena would allow retrieving the index as a...

9.8CVSS9.5AI score0.01377EPSS
Exploits1References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:52 p.m.28 views

Use after free in nano_arena

Affected versions of this crate assumed that Borrow was guaranteed to return the same value on .borrow. The borrowed index value was used to retrieve a mutable reference to a value. If the Borrow implementation returned a different index, the split arena would allow retrieving the index as a...

9.8CVSS9.1AI score0.01377EPSS
Exploits1References5Affected Software1
BDU FSTEC
BDU FSTEC
added 2021/06/18 12:0 a.m.4 views

The vulnerability of the Captive Portal and Content Delivery (CPCD) services in Junos OS router series MX devices allows a hacker to induce a service failure.

The vulnerability of the Captive Portal and Content Delivery CPCD services in Junos OS router series MX devices is related to pointer aliasing errors. Exploiting this vulnerability can allow a malicious actor to trigger service failures using specially created HTTP packets...

8.6CVSS7.6AI score0.01064EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2021/03/05 9:15 a.m.5 views

CVE-2021-28032

An issue was discovered in the nanoarena crate before 0.5.2 for Rust. There is an aliasing violation in splitat because two mutable references can exist for the same element, if Borrow behaves in certain ways. This can have a resultant out-of-bounds write or use-after-free...

9.8CVSS7.3AI score
Exploits0References1
Prion
Prion
added 2021/03/05 9:15 a.m.13 views

Out-of-bounds

An issue was discovered in the nanoarena crate before 0.5.2 for Rust. There is an aliasing violation in splitat because two mutable references can exist for the same element, if Borrow behaves in certain ways. This can have a resultant out-of-bounds write or use-after-free...

7.5CVSS9.5AI score0.01377EPSS
Exploits1References1Affected Software1
Cvelist
Cvelist
added 2021/03/05 8:40 a.m.15 views

CVE-2021-28032

An issue was discovered in the nanoarena crate before 0.5.2 for Rust. There is an aliasing violation in splitat because two mutable references can exist for the same element, if Borrow behaves in certain ways. This can have a resultant out-of-bounds write or use-after-free...

9.8AI score0.01377EPSS
Exploits1References1
CVE
CVE
added 2021/03/05 8:40 a.m.55 views

CVE-2021-28032

The CVE concerns the Rust crate nano_arena before 0.5.2. A flaw in the split_at logic allows two mutable references to the same element when Borrow behaves in certain ways, creating a potential for memory safety issues such as an out-of-bounds write or use-after-free. The issue is rooted in alias...

9.8CVSS9.4AI score0.01377EPSS
Exploits1References1Affected Software1
RustSec
RustSec
added 2021/01/31 12:0 p.m.23 views

split_at allows obtaining multiple mutable references to the same data

Affected versions of this crate assumed that Borrow was guaranteed to return the same value on .borrow. The borrowed index value was used to retrieve a mutable reference to a value. If the Borrow implementation returned a different index, the split arena would allow retrieving the index as a...

9.8CVSS3.1AI score0.01377EPSS
Exploits1Affected Software1
OSV
OSV
added 2020/12/10 12:0 p.m.26 views

RUSTSEC-2020-0141 MvccRwLock allows data races & aliasing violations

Affected versions of this crate unconditionally implement Send/Sync for MvccRwLock. This can lead to data races when types that are either !Send or !Sync e.g. Rc, Arc are contained inside MvccRwLock and sent across thread boundaries. The data races can potentially lead to memory corruption as...

8.1CVSS8.2AI score0.0124EPSS
Exploits1References3
RustSec
RustSec
added 2020/12/10 12:0 p.m.18 views

MvccRwLock allows data races & aliasing violations

Affected versions of this crate unconditionally implement Send/Sync for MvccRwLock. This can lead to data races when types that are either !Send or !Sync e.g. Rc, Arc are contained inside MvccRwLock and sent across thread boundaries. The data races can potentially lead to memory corruption as...

8.1CVSS3AI score0.0124EPSS
Exploits1
Veracode
Veracode
added 2020/04/10 1:0 a.m.23 views

Denial Of Service (DoS)

Kernel is vulnerable to denial of service DoS. The Radeon GPU drivers in the Linux kernel were missing sanity checks for the Anti Aliasing AA resolve register values which could allow a local, unprivileged user to cause a denial of service or escalate their privileges on systems using a graphics...

1.9CVSS5AI score0.00345EPSS
Exploits1References12Affected Software1
Positive Technologies
Positive Technologies
added 2020/03/31 12:0 a.m.2 views

PT-2020-9171 · Kubernetes +1 · Kubernetes Api Server +2

Name of the Vulnerable Software and Affected Versions: Kubernetes API Server versions 1.1 through 1.14 Kubernetes API Server versions prior to 1.15.10 Kubernetes API Server versions prior to 1.16.7 Kubernetes API Server versions prior to 1.17.3 Description: The issue allows an authorized user to...

9.8CVSS6.6AI score0.93305EPSS
Exploits9References48
pentestit
pentestit
added 2020/03/03 1:24 a.m.49 views

UPDATE: Empire 3.1.0

Empire 3.1.0 was released a few hours ago! If you remember, I briefly mentioned about this tool in my five month old post titled – List of Open Source C2 Post-Exploitation Frameworks. It’s a very good thing that, BC-Security has taken over the development of the tool and has made some awesome...

1.8AI score
Exploits0
Positive Technologies
Positive Technologies
added 2019/10/31 12:0 a.m.3 views

PT-2019-4885 · Xen +1 · Xen +1

Name of the Vulnerable Software and Affected Versions: Xen versions prior to 4.13 Description: An issue in Xen allows ARM guest OS users to cause a denial of service via a XENMEM add to physmap hypercall. The functions p2m resolve translation fault and p2m get entry use p2m-max mapped gfn to sani...

9.8CVSS7.3AI score0.03133EPSS
Exploits0References136
Rows per page
Query Builder