Lucene search
+L

11452 matches found

RustSec
RustSec
added 2021/02/17 12:00 p.m.42 views

misc::vec_with_size() can drop uninitialized memory if clone panics

misc::vecwithsize creates a vector of the provided size and immediately calls vec.setlensize on it, initially filling it with uninitialized memory. It then inserts elements using veci = value.clone. If the value.clone call panics, uninitialized items in the vector will be dropped leading to...

9.8CVSS7.2AI score0.01363EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2021/02/16 8:47 a.m.145 views

Moderate: Red Hat Security Advisory: kernel security and bug fix update

An update for kernel is now available for Red Hat Enterprise Linux 7.7 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

7.1CVSS6.6AI score0.00361EPSS
SaveExploits0References3
OSV
OSV
added 2021/02/10 7:15 p.m.14 views

CVE-2021-22133

The Elastic APM agent for Go versions before 1.11.0 can leak sensitive HTTP header information when logging the details during an application panic. Normally, the APM agent will sanitize sensitive HTTP header details before sending the information to the APM server. During an application panic it...

2.4CVSS5.8AI score0.00521EPSS
SaveExploits0References1
NVD
NVD
added 2021/02/10 7:15 p.m.25 views

CVE-2021-22133

The Elastic APM agent for Go versions before 1.11.0 can leak sensitive HTTP header information when logging the details during an application panic. Normally, the APM agent will sanitize sensitive HTTP header details before sending the information to the APM server. During an application panic it...

2.7CVSS0.00521EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/02/10 7:15 p.m.6 views

CVE-2021-22133

The Elastic APM agent for Go versions before 1.11.0 can leak sensitive HTTP header information when logging the details during an application panic. Normally, the APM agent will sanitize sensitive HTTP header details before sending the information to the APM server. During an application panic it...

2.7CVSS5.9AI score0.00521EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/02/10 7:15 p.m.27 views

Design/Logic Flaw

The Elastic APM agent for Go versions before 1.11.0 can leak sensitive HTTP header information when logging the details during an application panic. Normally, the APM agent will sanitize sensitive HTTP header details before sending the information to the APM server. During an application panic it...

2.7CVSS3.9AI score0.00521EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2021/02/10 6:55 p.m.171 views

CVE-2021-22133

The CVE-2021-22133 vulnerability affects the Elastic APM Go agent (go.elastic.co/apm) versions before 1.11.0. During a application panic, the agent may log HTTP header details without sanitizing sensitive information, potentially leaking headers and affecting confidentiality. Root cause: headers ...

2.7CVSS3.4AI score0.00521EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/02/10 6:55 p.m.27 views

CVE-2021-22133

The Elastic APM agent for Go versions before 1.11.0 can leak sensitive HTTP header information when logging the details during an application panic. Normally, the APM agent will sanitize sensitive HTTP header details before sending the information to the APM server. During an application panic it...

3.7AI score0.00521EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2021/02/10 12:00 a.m.276 views

SUSE SLED15 / SLES15 Security Update : kernel (SUSE-SU-2021:0354-1)

The SUSE Linux Enterprise 15 SP2 kernel was updated to receive various security and bugfixes. The following security bugs were fixed : CVE-2021-3347: A use-after-free was discovered in the PI futexes during fault handling, allowing local users to execute code in the kernel bnc1181349...

8.8CVSS7.1AI score0.01377EPSS
SaveExploits3References84
NVD
NVD
added 2021/02/09 11:15 p.m.41 views

CVE-2021-26954

An issue was discovered in the qwutils crate before 0.3.1 for Rust. When a Clone panic occurs, insertsliceclone can perform a double drop...

5.3CVSS0.01359EPSS
SaveExploits1References1
OSV
OSV
added 2021/02/09 11:15 p.m.11 views

CVE-2021-26954

An issue was discovered in the qwutils crate before 0.3.1 for Rust. When a Clone panic occurs, insertsliceclone can perform a double drop...

5.3CVSS6.1AI score0.01359EPSS
SaveExploits1References1
Prion
Prion
added 2021/02/09 11:15 p.m.22 views

Double free

An issue was discovered in the qwutils crate before 0.3.1 for Rust. When a Clone panic occurs, insertsliceclone can perform a double drop...

5CVSS5.2AI score0.01359EPSS
SaveExploits1References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/02/09 11:15 p.m.6 views

CVE-2021-26954

An issue was discovered in the qwutils crate before 0.3.1 for Rust. When a Clone panic occurs, insertsliceclone can perform a double drop...

5.3CVSS5.6AI score0.01359EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/02/09 10:07 p.m.43 views

CVE-2021-26954

An issue was discovered in the qwutils crate before 0.3.1 for Rust. When a Clone panic occurs, insertsliceclone can perform a double drop...

5.5AI score0.01359EPSS
SaveExploits1References1
CVE
CVE
added 2021/02/09 10:07 p.m.87 views

CVE-2021-26954

CVE-2021-26954 affects the Rust crate qwutils prior to 0.3.1. When a Clone panic occurs, the function insert_slice_clone can perform a double drop (and potentially a double-free) due to temporary ownership duplication during insertion into a Vec. The root cause is related to how ownership is hand...

5.3CVSS5.2AI score0.01359EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2021/02/09 12:00 p.m.32 views

RUSTSEC-2021-0044 Use after free possible in `uri::Formatter` on panic

Affected versions of this crate transmuted a &str to a &'static str before pushing it into a StackVec, this value was then popped later in the same function. This was assumed to be safe because the reference would be valid while the method's stack was active. In between the push and the pop,...

7.3CVSS7AI score0.01025EPSS
SaveExploits1References3
OSV
OSV
added 2021/02/05 7:15 p.m.11 views

CVE-2020-10234

The AscRegistryFilter.sys kernel driver in IObit Advanced SystemCare 13.2 allows an unprivileged user to send an IOCTL to the device driver. If the user provides a NULL entry for the dwIoControlCode parameter, a kernel panic aka BSOD follows. The IOCTL codes can be found in the dispatch function:...

6.5CVSS5.7AI score0.03775EPSS
SaveExploits1References3
NVD
NVD
added 2021/02/05 7:15 p.m.34 views

CVE-2020-10234

The AscRegistryFilter.sys kernel driver in IObit Advanced SystemCare 13.2 allows an unprivileged user to send an IOCTL to the device driver. If the user provides a NULL entry for the dwIoControlCode parameter, a kernel panic aka BSOD follows. The IOCTL codes can be found in the dispatch function:...

6.8CVSS0.03775EPSS
SaveExploits1References3
OPENSUSE Linux
OPENSUSE Linux
added 2021/02/05 12:00 a.m.61 views

Security update for the Linux Kernel (important)

openSUSE Security Update: Security update for the Linux Kernel Announcement ID: openSUSE-SU-2021:0241-1 Rating: important References: 1065600 1149032 1152472 1152489 1153274 1154353 1155518 1163930 1165545 1167773 1172355 1176395 1176831 1178142 1178631 1179142 1179396 1179508 1179509 1179567...

8.8CVSS7.1AI score0.01377EPSS
SaveExploits2References56
Elastic
Elastic
added 2021/02/04 2:19 p.m.17 views

Elastic APM Agent for Go 1.11.0 Security Update

Elastic APM Agent for Go information disclosure ESA-2021-02 The Elastic APM agent for Go can leak sensitive HTTP header information when logging the details during an application panic. Normally, the APM agent will sanitize sensitive HTTP header details before sending the information to the APM...

2.7CVSS6.3AI score0.00521EPSS
SaveExploits0
Rows per page
Query Builder