Lucene search
+L

664 matches found

RedHat Linux
RedHat Linux
added 2021/05/18 2:44 p.m.9 views

ghostscript: use-after-free vulnerability in igc_reloc_struct_ptr() could result in DoS

A use-after-free flaw was found in igcrelocstructptr of psi/igc.c of Ghostscript-9.25. This flaw allows a local attacker to supply a specially crafted PDF file, causing a denial of service. The highest threat from this vulnerability is to system availability...

5.5CVSS5.7AI score0.00453EPSS
SaveExploits1References4
NVD
NVD
added 2021/05/13 3:15 p.m.21 views

CVE-2020-27830

A vulnerability was found in Linux Kernel where in the spkttyioreceivebuf2 function, it would dereference spkttyiosynth without checking whether it is NULL or not, and may lead to a NULL-ptr deref crash...

5.5CVSS0.00303EPSS
SaveExploits0References6
Prion
Prion
added 2021/05/13 3:15 p.m.29 views

Design/Logic Flaw

A vulnerability was found in Linux Kernel where in the spkttyioreceivebuf2 function, it would dereference spkttyiosynth without checking whether it is NULL or not, and may lead to a NULL-ptr deref crash...

2.1CVSS6.2AI score0.00303EPSS
SaveExploits0References6Affected Software2
Debian CVE
Debian CVE
added 2021/05/13 2:15 p.m.59 views

CVE-2020-27830

A vulnerability was found in Linux Kernel where in the spkttyioreceivebuf2 function, it would dereference spkttyiosynth without checking whether it is NULL or not, and may lead to a NULL-ptr deref crash...

5.5CVSS6.6AI score0.00303EPSS
SaveExploits0
Cvelist
Cvelist
added 2021/05/13 2:15 p.m.42 views

CVE-2020-27830

A vulnerability was found in Linux Kernel where in the spkttyioreceivebuf2 function, it would dereference spkttyiosynth without checking whether it is NULL or not, and may lead to a NULL-ptr deref crash...

6.7AI score0.00303EPSS
SaveExploits0References6
CVE
CVE
added 2021/05/13 2:15 p.m.217 views

CVE-2020-27830

CVE-2020-27830 is a Linux Kernel vulnerability where spk_ttyio_receive_buf2() can dereference spk_ttyio_synth when it is NULL, causing a NULL-pointer dereference crash. The connected Nessus advisories (Unity Linux UTSA-2026-001485, UTSA-2026-004226, UTSA-2026-003925) reference this CVE as part of...

5.5CVSS6.5AI score0.00303EPSS
SaveExploits0References6Affected Software1
nodejs
nodejs
added 2021/05/10 7:17 p.m.53 views

Arbitrary JavaScript Execution

Overview There is a security vulnerability in json-ptr versions prior to v2.1.0 in which an unscrupulous actor may execute arbitrary code. If your code sends un-sanitized user input to json-ptr's .get method, your project is vulnerable to this injection-style vulnerability. Recommendation Upgrade...

7.5AI score
SaveExploits0Affected Software1
vulnersOsv
vulnersOsv
added 2021/05/10 7:15 p.m.7 views

@agentscript-ai/linear (>=0.1.0 <=0.9.0), @appscode/json-filter (>=0.0.1 <=0.0.6) +254 more potentially affected by CVE-2020-7766 via json-ptr (>=0.1.1 <=2.0.0)

json-ptr NPM version =0.1.1, =0.1.0, =0.0.1, =0.0.1, =1.0.0, =1.0.0, =2.0.0-pr.1, =0.0.1-alpha.1, =1.0.1, =1.9.0, =1.6.0, =1.3.1, =2.1.1, =1.1.0, =1.4.3 and more Source cves: CVE-2020-7766 Source advisory: OSV:GHSA-X5R6-X823-9848...

9.8CVSS7.2AI score0.01902EPSS
SaveExploits1
OSV
OSV
added 2021/05/10 7:15 p.m.35 views

GHSA-X5R6-X823-9848 Arbitrary Code Execution in json-ptr

npm json-ptr before 2.1.0 has an arbitrary code execution vulnerability. The issue occurs in the set operation when the force flag is set to true. The function recursively set the property in the target object, however it does not properly check the key being set, leading to a prototype pollution...

7.3CVSS9.5AI score0.01902EPSS
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2021/05/10 7:15 p.m.78 views

Arbitrary Code Execution in json-ptr

npm json-ptr before 2.1.0 has an arbitrary code execution vulnerability. The issue occurs in the set operation when the force flag is set to true. The function recursively set the property in the target object, however it does not properly check the key being set, leading to a prototype pollution...

9.8CVSS9.3AI score0.01902EPSS
SaveExploits1References9Affected Software1
OSV
OSV
added 2021/03/20 10:15 p.m.1 views

DEBIAN-CVE-2020-27170

An issue was discovered in the Linux kernel before 5.11.8. kernel/bpf/verifier.c performs undesirable out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory, aka CID-f232326f6966. This...

4.7CVSS6.7AI score0.00565EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/03/20 10:15 p.m.11 views

CVE-2020-27170

An issue was discovered in the Linux kernel before 5.11.8. kernel/bpf/verifier.c performs undesirable out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory, aka CID-f232326f6966. This...

4.7CVSS8.5AI score0.00565EPSS
SaveExploits0References13
RustSec
RustSec
added 2021/02/18 12:0 p.m.148 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.8CVSS3.2AI score0.01364EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2021/02/18 12:0 p.m.47 views

RUSTSEC-2021-0030 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
SaveExploits0References3
OSV
OSV
added 2021/02/03 12:0 p.m.50 views

RUSTSEC-2021-0018 insert_slice_clone can double drop if Clone panics.

Affected versions of this crate used ptr::copy when inserting into the middle of a Vec. When ownership was temporarily duplicated during this copy, it calls the clone method of a user provided element. This issue can result in an element being double-freed if the clone call panics. Commit 20cb73d...

5.3CVSS5AI score0.01359EPSS
SaveExploits1References3
RustSec
RustSec
added 2021/02/03 12:0 p.m.20 views

insert_slice_clone can double drop if Clone panics.

Affected versions of this crate used ptr::copy when inserting into the middle of a Vec. When ownership was temporarily duplicated during this copy, it calls the clone method of a user provided element. This issue can result in an element being double-freed if the clone call panics. Commit 20cb73d...

5.3CVSS3AI score0.01359EPSS
SaveExploits1Affected Software1
Tenable Nessus
Tenable Nessus
added 2021/01/29 12:0 a.m.32 views

CentOS 8 : libwmf (CESA-2019:2722)

The remote CentOS Linux 8 host has packages installed that are affected by a vulnerability as referenced in the CESA-2019:2722 advisory. - gd: Double free in the gdImagePtr in gdgifout.c, gdjpeg.c, and gdwbmp.c CVE-2019-6978 Note that Nessus has not tested for this issue but has instead relied on...

9.8CVSS7AI score0.04416EPSS
SaveExploits0References2
RustSec
RustSec
added 2021/01/26 12:0 p.m.25 views

insert_many can drop elements twice on panic

Affected versions of insertmany used ptr::copy to move over items in a vector to make space before inserting, duplicating their ownership. It then iterated over a provided Iterator to insert the new items. If the iterator's .next method panics then the vector would drop the same elements twice...

7.5CVSS4.2AI score0.01135EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2021/01/25 11:53 a.m.35 views

CVE-2020-27830

A vulnerability was found in Linux Kernel where in the spkttyioreceivebuf2 function, it would dereference spkttyiosynth without checking whether it is NULL or not, and may lead to a NULL-ptr deref crash...

5.5CVSS2.8AI score0.00303EPSS
SaveExploits0References3
OSV
OSV
added 2021/01/10 12:0 p.m.61 views

RUSTSEC-2021-0009 panic safety issue in `impl TransformContent<S, D> for [S; (2|3|4)]`

Affected versions of this crate did not guard against double drop while temporarily duplicating objects' ownership using ptr::read. Upon panic in a user-provided function conversion, objects that are copied by ptr::read are dropped twice, leading to memory corruption. The flaw was corrected in...

7.5CVSS7.4AI score0.01327EPSS
SaveExploits1References3
Rows per page
Query Builder