Lucene search
+L

751 matches found

Positive Technologies
Positive Technologies
added 2022/09/29 12:0 a.m.7 views

PT-2022-37319 · Git +1 · Skia

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: The issue is related to a heap-buffer-overflow read error. Technical details about the crash include the SkPath::Iter::next function, SkStroke::strokePat...

6.8AI score
SaveExploits0References2
OSV
OSV
added 2022/06/28 8:0 p.m.14 views

GSD-2022-1003905 f2fs: fix dereference of stale list iterator after loop body

f2fs: fix dereference of stale list iterator after loop body This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.19.247 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 7:44 p.m.12 views

GSD-2022-1003742 f2fs: fix dereference of stale list iterator after loop body

f2fs: fix dereference of stale list iterator after loop body This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.4.198 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 7:27 p.m.12 views

GSD-2022-1003561 f2fs: fix dereference of stale list iterator after loop body

f2fs: fix dereference of stale list iterator after loop body This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.121 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 7:5 p.m.10 views

GSD-2022-1003325 f2fs: fix dereference of stale list iterator after loop body

f2fs: fix dereference of stale list iterator after loop body This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.46 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 6:39 p.m.15 views

GSD-2022-1003031 f2fs: fix dereference of stale list iterator after loop body

f2fs: fix dereference of stale list iterator after loop body This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.17.14 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 6:9 p.m.13 views

GSD-2022-1002690 f2fs: fix dereference of stale list iterator after loop body

f2fs: fix dereference of stale list iterator after loop body This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.18.3 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 6:5 p.m.12 views

GSD-2022-1002652 misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_impl

misc: fastrpc: fix list iterator in fastrpcreqmemunmapimpl This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.18.3 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/18 9:30 p.m.29 views

MGASA-2022-0234 Updated php packages fix security vulnerability

CLI -Fixed bug 8575 CLI closes standard streams too early. Core -Fixed Haiku ZTS builds. Date -Fixed bug 8471 Segmentation fault when converting immutable and mutable DateTime instances created using reflection. php-fpm - Fixed bug 72185 writes empty fcgi record causing nginx 502. Mysqlnd - Fixed...

8.8CVSS8.7AI score0.5838EPSS
SaveExploits4References3
OSV
OSV
added 2022/06/17 12:11 a.m.22 views

GHSA-QQMC-HWQP-8G2W Use after free in lru crate

Lru crate has use after free vulnerability. Lru crate has two functions for getting an iterator. Both iterators give references to key and value. Calling specific functions, like pop, will remove and free the value, and but it's still possible to access the reference of value which is already...

7.5CVSS7.5AI score0.0118EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2022/06/17 12:11 a.m.19 views

Use after free in lru crate

Lru crate has use after free vulnerability. Lru crate has two functions for getting an iterator. Both iterators give references to key and value. Calling specific functions, like pop, will remove and free the value, and but it's still possible to access the reference of value which is already...

3AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 5:43 p.m.21 views

move_elements can double-free objects on panic

Affected versions of scratchpad used ptr::read to read elements while calling a user provided function f on them. Since the pointer read duplicates ownership, a panic inside the user provided f function could cause a double free when unwinding. The flaw was fixed in commit 891561bea by removing t...

9.8CVSS8.7AI score0.01364EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/05/24 5:43 p.m.78 views

GHSA-3QM2-RFQW-FMRW move_elements can double-free objects on panic

Affected versions of scratchpad used ptr::read to read elements while calling a user provided function f on them. Since the pointer read duplicates ownership, a panic inside the user provided f function could cause a double free when unwinding. The flaw was fixed in commit 891561bea by removing t...

9.8CVSS9.2AI score0.01364EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2022/02/09 12:0 a.m.13 views

The vulnerability of the loop_rw_iter function (fs/io_uring.c) in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the looprwiter function fs/iouring.c in the operating system’s kernel is related to the execution of operations outside the buffer boundaries in memory. Exploiting this vulnerability could allow an attacker to cause a service failure...

7.8CVSS7.1AI score0.01719EPSS
SaveExploits2References13Affected Software7
Github Security Blog
Github Security Blog
added 2022/01/07 10:37 p.m.47 views

Use After Free in lru

Lru crate has two functions for getting an iterator. Both iterators give references to key and value. Calling specific functions, like pop, will remove and free the value, and but it's still possible to access the reference of value which is already dropped causing use after free...

7.5CVSS7.4AI score0.0118EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2022/01/07 10:37 p.m.13 views

GHSA-V362-2895-H9R2 Use After Free in lru

Lru crate has two functions for getting an iterator. Both iterators give references to key and value. Calling specific functions, like pop, will remove and free the value, and but it's still possible to access the reference of value which is already dropped causing use after free...

7.5CVSS7.4AI score0.0118EPSS
SaveExploits1References5
OSV
OSV
added 2021/12/30 2:45 a.m.13 views

GSD-2021-1002833 KVM: x86/mmu: Don't advance iterator after restart due to yielding

KVM: x86/mmu: Don't advance iterator after restart due to yielding This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.12 by commit...

7.2AI score
SaveExploits0
Prion
Prion
added 2021/12/26 10:15 p.m.15 views

Design/Logic Flaw

An issue was discovered in the lru crate before 0.7.1 for Rust. The iterators have a use-after-free, as demonstrated by an access after a pop operation...

5CVSS7.5AI score0.0118EPSS
SaveExploits1References2Affected Software1
RustSec
RustSec
added 2021/12/21 12:0 p.m.15 views

Use after free in lru crate

Lru crate has use after free vulnerability. Lru crate has two functions for getting an iterator. Both iterators give references to key and value. Calling specific functions, like pop, will remove and free the value, and but it's still possible to access the reference of value which is already...

7.5CVSS3AI score0.0118EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2021/12/21 12:0 p.m.16 views

RUSTSEC-2021-0130 Use after free in lru crate

Lru crate has use after free vulnerability. Lru crate has two functions for getting an iterator. Both iterators give references to key and value. Calling specific functions, like pop, will remove and free the value, and but it's still possible to access the reference of value which is already...

7.5CVSS7.5AI score0.0118EPSS
SaveExploits1References3
Rows per page
Query Builder