Lucene search
+L

9666 matches found

AlpineLinux
AlpineLinux
added 2021/09/03 7:25 p.m.95 views

CVE-2021-30618

Chromium: CVE-2021-30618 Inappropriate implementation in DevTools...

8.8CVSS9.1AI score0.04125EPSS
SaveExploits0
Kaspersky
Kaspersky
added 2021/09/02 12:00 a.m.57 views

KLA12271 Multiple vulnerabilities in Microsoft Browser

Multiple vulnerabilities were found in Microsoft Browser. Malicious users can exploit these vulnerabilities to execute arbitrary code, cause denial of service, bypass security restrictions, spoof user interface, obtain sensitive information. Below is a complete list of vulnerabilities: 1. Use aft...

8.8CVSS10AI score0.0559EPSS
SaveExploits1References26
OSV
OSV
added 2021/08/31 11:15 a.m.8 views

CVE-2021-34581

Missing Release of Resource after Effective Lifetime vulnerability in OpenSSL implementation of WAGO 750-831/xxx-xxx, 750-880/xxx-xxx, 750-881, 750-889 in versions FW4 up to FW15 allows an unauthenticated attacker to cause DoS on the device...

7.5CVSS7.1AI score0.01022EPSS
SaveExploits0References1
Google Chrome Security Advisories
Google Chrome Security Advisories
added 2021/08/31 12:00 a.m.53 views

Stable Channel Update for Desktop

The Chrome team is delighted to announce the promotion of Chrome 93 to the stable channel for Windows, Mac and Linux. This will roll out over the coming days/weeks. Chrome 93.0.4577.63 contains a number of fixes and improvements -- a list of changes is available in the log. Watch out for upcoming...

8.8CVSS9.1AI score0.0559EPSS
SaveExploits1Affected Software1
CNNVD
CNNVD
added 2021/08/31 12:00 a.m.6 views

NPM arborist 后置链接漏洞

NPM arborist is a software package from the American company npm NPM. It is used to visualize hierarchical data stored as flat lists. NPM arborist suffers from a backlink vulnerability that originates from an improperly designed or implemented code development process for a networked system or...

8.2CVSS7.6AI score0.00553EPSS
SaveExploits0References13
Fedora
Fedora
added 2021/08/27 6:55 p.m.33 views

[SECURITY] Fedora 33 Update: rubygem-addressable-2.7.0-5.fc33

Addressable is an alternative implementation to the URI implementation that is part of Ruby's standard library. It is flexible, offers heuristic parsing, and additionally provides extensive support for IRIs and URI templates...

7.5CVSS7.7AI score0.02199EPSS
SaveExploits0
Fedora
Fedora
added 2021/08/27 6:52 p.m.32 views

[SECURITY] Fedora 34 Update: rubygem-addressable-2.7.0-5.fc34

Addressable is an alternative implementation to the URI implementation that is part of Ruby's standard library. It is flexible, offers heuristic parsing, and additionally provides extensive support for IRIs and URI templates...

7.5CVSS7.7AI score0.02199EPSS
SaveExploits0
Code423n4
Code423n4
added 2021/08/26 12:00 a.m.13 views

Self transfer can lead to unlimited mint

Handle Omik Vulnerability details Impact The implementation of the transfer function in the is the different from the usual erc20 token transfer function, this happen because it count the incentive that the user get, but the with self tranfer it can lead to unlimited mint, because it makes the...

7AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/08/25 9:00 p.m.17 views

Assumed memory layout of std::net::SocketAddr

The socket2 crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the...

2.5AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2021/08/25 9:00 p.m.7 views

GHSA-V42F-J8FX-99F3 Queue<T> should have a Send bound on its Send/Sync traits

Affected versions of this crate unconditionally implements Send/Sync for Queue. This allows 1 creating data races to a T: !Sync and 2 sending T: !Send to other threads, resulting in memory corruption or other undefined behavior...

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

Data races in multiqueue

Affected versions of multiqueue unconditionally implemented Send for types used in queue implementations InnerSend, InnerRecv, FutInnerSend, FutInnerRecv. This allows users to send non-Send types to other threads, which can lead to data race bugs or other undefined behavior...

6.8AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2021/08/25 8:59 p.m.42 views

GHSA-RPXM-VMR7-5F5F Data races in convec

Affected versions of this crate unconditionally implement Send/Sync for ConVec. This allows users to insert T that is not Send or not Sync. This allows users to create data races by using non-Send types like Arc or Rc as T in ConVec. It is also possible to create data races by using types like Ce...

8.1CVSS7.9AI score0.00766EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.45 views

Data races in ticketed_lock

Affected versions of this crate unconditionally implemented Send for ReadTicket & WriteTicket. This allows to send non-Send T to other threads. This can allows creating data races by cloning types with internal mutability and sending them to other threads as T of ReadTicket/WriteTicket. Such data...

8.1CVSS7.9AI score0.00766EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:57 p.m.37 views

Data races in parc

In the affected versions of this crate, LockWeak unconditionally implemented Send with no trait bounds on T. LockWeak doesn't own T and only provides &T. This allows concurrent access to a non-Sync T, which can cause undefined behavior like data races...

8.1CVSS7.7AI score0.00833EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2021/08/25 8:53 p.m.36 views

GHSA-37JJ-WP7G-7WJ4 Read of uninitialized memory in cdr

An issue was discovered in Deserializer::readvec in the cdr crate before 0.2.4 for Rust. A user-provided Read implementation can gain access to the old contents of newly allocated heap memory, violating soundness...

9.8CVSS9.5AI score0.01688EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2021/08/25 8:53 p.m.38 views

Read of uninitialized memory in cdr

An issue was discovered in Deserializer::readvec in the cdr crate before 0.2.4 for Rust. A user-provided Read implementation can gain access to the old contents of newly allocated heap memory, violating soundness...

9.8CVSS2.1AI score0.01688EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2021/08/25 8:52 p.m.75 views

GHSA-GPPW-3H6H-V6Q2 Data race in internment

An issue was discovered in the internment crate before 0.4.2 for Rust. There is a data race that can cause memory corruption because of the unconditional implementation of Sync for Intern...

9.8CVSS9.6AI score0.01167EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:51 p.m.32 views

Data races in multiqueue2

Affected versions of this crate unconditionally implemented Send for types used in queue implementations InnerSend, InnerRecv, FutInnerSend, FutInnerRecv. This allows users to send non-Send types to other threads, which can lead to data race bugs or other undefined behavior. The flaw was correcte...

5.9CVSS5.7AI score0.01107EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:50 p.m.37 views

mio invalidly assumes the memory layout of std::net::SocketAddr

The mio crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the...

5.5CVSS5.5AI score0.00389EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:49 p.m.36 views

Data races in atom

The atom crate contains a security issue revolving around its implementation of the Send trait. It incorrectly allows any arbitrary type to be sent across threads potentially leading to use-after-free issues through memory races...

4.7CVSS5.4AI score0.00196EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder