Lucene search
+L

2621 matches found

CVE
CVE
added 2021/01/22 9:04 a.m.99 views

CVE-2020-36216

CVE-2020-36216 concerns the Rust crate eventio (Input before 0.5.1). A non-Send type could be sent to another thread, enabling a data race and memory corruption. The issue is documented across multiple sources (RustSec/RUSTSEC-2020-0108, GHSA-69VJ-XX27-G45W, Red Hat/CVE references). The root caus...

5.9CVSS5.8AI score0.01066EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/01/22 9:04 a.m.29 views

CVE-2020-36216

An issue was discovered in Input in the eventio crate before 0.5.1 for Rust. Because a non-Send type can be sent to a different thread, a data race and memory corruption can occur...

5.8AI score0.01066EPSS
SaveExploits1References1
OSV
OSV
added 2021/01/13 12:01 a.m.19 views

OSV-2018-179 Heap-buffer-overflow in OT::post::accelerator_t::cmp_gids

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11290 Crash type: Heap-buffer-overflow READ 5 Crash state: OT::post::acceleratort::cmpgids sortrcmpswap sortrsimple...

7.2AI score
SaveExploits0References1
NVD
NVD
added 2021/01/12 4:15 a.m.48 views

CVE-2020-27637

The R programming language’s default package manager CRAN is affected by a path traversal vulnerability that can lead to server compromise. This vulnerability affects packages installed via the R CMD install cli command or the install.packages function from the interpreter. Update to version 4.0....

10CVSS9.7AI score0.0224EPSS
SaveExploits1References3
OSV
OSV
added 2021/01/12 4:15 a.m.12 views

CVE-2020-27637

The R programming language’s default package manager CRAN is affected by a path traversal vulnerability that can lead to server compromise. This vulnerability affects packages installed via the R CMD install cli command or the install.packages function from the interpreter. Update to version 4.0....

9.8CVSS6.9AI score
SaveExploits0References3
Prion
Prion
added 2021/01/12 4:15 a.m.31 views

Path traversal

The R programming language’s default package manager CRAN is affected by a path traversal vulnerability that can lead to server compromise. This vulnerability affects packages installed via the R CMD install cli command or the install.packages function from the interpreter. Update to version 4.0....

10CVSS9.6AI score0.0224EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2021/01/12 4:15 a.m.13 views

UBUNTU-CVE-2020-27637

The R programming language’s default package manager CRAN is affected by a path traversal vulnerability that can lead to server compromise. This vulnerability affects packages installed via the R CMD install cli command or the install.packages function from the interpreter. Update to version 4.0....

9.8CVSS5.8AI score0.0224EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2021/01/12 4:15 a.m.374 views

CVE-2020-27637

The R programming language’s default package manager CRAN is affected by a path traversal vulnerability that can lead to server compromise. This vulnerability affects packages installed via the R CMD install cli command or the install.packages function from the interpreter. Update to version 4.0....

10CVSS7.2AI score0.0224EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2021/01/12 12:00 a.m.20 views

PT-2021-11413 · R · R

Name of the Vulnerable Software and Affected Versions: R versions prior to 4.0.3 Description: The R programming language’s default package manager CRAN is affected by a path traversal vulnerability that can lead to server compromise. This vulnerability affects packages installed via the R CMD...

10CVSS9.5AI score0.0224EPSS
SaveExploits1References11
Debian CVE
Debian CVE
added 2021/01/12 12:00 a.m.100 views

CVE-2020-27637

The R programming language’s default package manager CRAN is affected by a path traversal vulnerability that can lead to server compromise. This vulnerability affects packages installed via the R CMD install cli command or the install.packages function from the interpreter. Update to version 4.0....

10CVSS9.8AI score0.0224EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/01/12 12:00 a.m.55 views

CVE-2020-27637

The R programming language’s default package manager CRAN is affected by a path traversal vulnerability that can lead to server compromise. This vulnerability affects packages installed via the R CMD install cli command or the install.packages function from the interpreter. Update to version 4.0....

9.7AI score0.0224EPSS
SaveExploits1References3
CVE
CVE
added 2021/01/12 12:00 a.m.111 views

CVE-2020-27637

The CVE-2020-27637 entry concerns the R language’s default package manager CRAN, affected by a path traversal vulnerability that can lead to server compromise. Affected are packages installed via the R CMD install CLI or install.packages(), with the underlying issue described as a path traversal ...

10CVSS9.6AI score0.0224EPSS
SaveExploits1References3Affected Software1
CNNVD
CNNVD
added 2021/01/11 12:00 a.m.16 views

R Cran Path Traversal Vulnerability

R Cran is a default package manager for the R programming language from the R Foundation. CRAN has a security vulnerability that can be exploited by an attacker to crash an application...

10CVSS7.2AI score0.0224EPSS
SaveExploits1References3
Check Point Advisories
Check Point Advisories
added 2020/12/22 12:00 a.m.17 views

Advantech R-SeeNet SQL Injection (CVE-2020-25157)

A SQL injection vulnerability exists in Advantech R-SeeNet. The vulnerability is due to insufficient validation on the deviceid parameter within deviceposition.php...

5CVSS2.7AI score0.01413EPSS
SaveExploits0
Packet Storm
Packet Storm
added 2020/12/21 12:00 a.m.211 views

Sony Playstation 4 ValidationMessage::buildBubbleTree() Use-After-Free

const OFFSETELEMENTREFCOUNT = 0x10; const OFFSETJSABVIEWVECTOR = 0x10; const OFFSETJSABVIEWLENGTH = 0x18; const OFFSETLENGTHSTRINGIMPL = 0x04; const OFFSETHTMLELEMENTREFCOUNT = 0x14; const LENGTHARRAYBUFFER = 0x8; const LENGTHSTRINGIMPL = 0x14; const LENGTHJSVIEW = 0x20; const...

0.1AI score
SaveExploits0
RustSec
RustSec
added 2020/12/20 12:00 p.m.23 views

Soundness issue: Input<R> can be misused to create data race to an object

Input implements Send without requiring R: Send. Affected versions of this crate allows users to send non-Send types to other threads, which can lead to undefined behavior such as data race and memory corruption. The flaw was corrected in version 0.5.1 by adding R: Send bound to the Send impl of...

5.9CVSS2.8AI score0.01066EPSS
SaveExploits1Affected Software1
Exploit DB
Exploit DB
added 2020/12/02 12:00 a.m.848 views

WordPress Plugin Wp-FileManager 6.8 - RCE

Exploit Title: WordPress Plugin Wp-FileManager 6.8 - RCE Date: September 4,2020 Exploit Author: Mansoor R @time4ster CVE: CVE-2020-25213 Version Affected: 6.0 to 6.8 Vendor URL: https://wordpress.org/plugins/wp-file-manager/ Patch: Upgrade to wp-file-manager 6.9 or above Tested on: wp-file-manage...

10CVSS8.5AI score0.97328EPSS
SaveExploits16
NVD
NVD
added 2020/11/30 10:15 p.m.26 views

CVE-2020-16850

Mitsubishi MELSEC iQ-R Series PLCs with firmware 49 allow an unauthenticated attacker to halt the industrial process by sending a crafted packet over the network. This denial of service attack exposes Improper Input Validation. After halting, physical access to the PLC is required in order to...

7.8CVSS7.3AI score0.02143EPSS
SaveExploits0References2
Prion
Prion
added 2020/11/30 10:15 p.m.22 views

Input validation

Mitsubishi MELSEC iQ-R Series PLCs with firmware 49 allow an unauthenticated attacker to halt the industrial process by sending a crafted packet over the network. This denial of service attack exposes Improper Input Validation. After halting, physical access to the PLC is required in order to...

7.8CVSS7.3AI score0.02143EPSS
SaveExploits0References2Affected Software12
CVE
CVE
added 2020/11/30 9:34 p.m.77 views

CVE-2020-16850

CVE-2020-16850 affects Mitsubishi Electric MELSEC iQ-R Series PLCs (firmware 49) and is caused by improper input validation. A crafted network packet can cause an unauthenticated remote DoS, halting the industrial process and requiring physical access to recover the device state. Documented affec...

7.8CVSS7.2AI score0.02143EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder