Lucene search
+L

5972 matches found

CNVD
CNVD
added 2020/12/24 12:00 a.m.5 views

SQL Injection Vulnerability in DSS Safe City System of Zhejiang Dahua Technology Co.(CNVD-2020-75024)

Zhejiang Dahua Technology Co., Ltd, is the world's leading video-centered intelligent IOT solution provider and operation service provider, providing end-to-end video surveillance solutions, systems and services for city operations and more. A SQL injection vulnerability exists in the DSS Safe Ci...

7.6AI score
SaveExploits0
The Hacker News
The Hacker News
added 2020/12/22 4:21 p.m.10 views

Cybercriminals' Favorite Bulletproof VPN Service Shuts Down In Global Action

Law enforcement agencies from the US, Germany, Netherlands, Switzerland, France, along with Europol's European Cybercrime Centre EC3, announced today the coordinated takedown of Safe-Inet, a popular virtual private network VPN service that was used to facilitate criminal activity. The three domai...

5.8AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2020/12/16 12:11 p.m.10 views

dom4j: XML External Entity vulnerability in default SAX parser

dom4j before 2.0.3 and 2.1.x before 2.1.3 allows external DTDs and External Entities by default, which might enable XXE attacks. However, there is popular external documentation from OWASP showing how to enable the safe, non-default behavior in any application that uses dom4j...

9.8CVSS7.2AI score0.07269EPSS
SaveExploits0References4
OSV
OSV
added 2020/12/16 1:15 a.m.6 views

UBUNTU-CVE-2020-26258

XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.15, a Server-Side Forgery Request vulnerability can be activated when unmarshalling. The vulnerability may allow a remote attacker to request data from internal resources that are not publicly...

7.7CVSS7AI score0.81817EPSS
SaveExploits4References7
CNNVD
CNNVD
added 2020/12/16 12:00 a.m.12 views

Dell BSAFE Micro Edition Suite 缓冲区错误漏洞

The Dell BSAFE Micro Edition Suite is a Dell development toolkit that provides encryption, certificate and transport layer security for c/c++ applications, devices and systems. A buffer overflow vulnerability exists in Dell BSAFE Micro Edition Suite version 4.5, which stems from vulnerability to...

7.5CVSS7.2AI score0.02207EPSS
SaveExploits0References7
OSV
OSV
added 2020/12/15 6:15 p.m.12 views

DEBIAN-CVE-2020-29482

An issue was discovered in Xen through 4.14.x. A guest may access xenstore paths via absolute paths containing a full pathname, or via a relative path, which implicitly includes /local/domain/$DOMID for their own domain id. Management tools must access paths in guests' namespaces, necessarily usi...

6CVSS6AI score0.00385EPSS
SaveExploits0References1
OSV
OSV
added 2020/12/15 6:15 p.m.3 views

ALPINE-CVE-2020-29485

An issue was discovered in Xen 4.6 through 4.14.x. When acting upon a guest XSRESETWATCHES request, not all tracking information is freed. A guest can cause unbounded memory usage in oxenstored. This can lead to a system-wide DoS. Only systems using the Ocaml Xenstored implementation are...

5.5CVSS6.5AI score0.004EPSS
SaveExploits0References1
OSV
OSV
added 2020/12/15 6:15 p.m.5 views

UBUNTU-CVE-2020-29485

An issue was discovered in Xen 4.6 through 4.14.x. When acting upon a guest XSRESETWATCHES request, not all tracking information is freed. A guest can cause unbounded memory usage in oxenstored. This can lead to a system-wide DoS. Only systems using the Ocaml Xenstored implementation are...

5.5CVSS6AI score0.004EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2020/12/15 12:00 a.m.11 views

PT-2020-6136 · Thornton Rose +3 · Xstream +3

Name of the Vulnerable Software and Affected Versions: XStream versions prior to 1.4.15 Description: The issue is related to a Server-Side Forgery Request vulnerability in XStream, a Java library used to serialize objects to XML and back again. This vulnerability can be activated when unmarshalli...

9.9CVSS6.5AI score0.98124EPSS
SaveExploits32References162
RustSec
RustSec
added 2020/12/10 12:00 p.m.22 views

MvccRwLock allows data races & aliasing violations

Affected versions of this crate unconditionally implement Send/Sync for MvccRwLock. This can lead to data races when types that are either !Send or !Sync e.g. Rc, Arc are contained inside MvccRwLock and sent across thread boundaries. The data races can potentially lead to memory corruption as...

8.1CVSS3AI score0.0124EPSS
SaveExploits1
OSV
OSV
added 2020/12/10 12:00 p.m.39 views

RUSTSEC-2020-0097 Soundness issue with base::Error

base::Error type contains public field named ptr. With this definition, it is possible to create a base::Error with an invalid pointer and trigger memory safety errors such as use-after-free or double-free with safe Rust. The users of xcb crate are advised not to manipulate the field...

5.5CVSS5.5AI score0.00401EPSS
SaveExploits1References3
OSV
OSV
added 2020/12/09 12:00 p.m.30 views

RUSTSEC-2020-0139 dces' World type can cause data races

The World type in dces is marked as Send without bounds on its EntityStore and ComponentStore. This allows non-thread safe EntityStore and ComponentStores to be sent across threads and cause data races...

8.1CVSS7.9AI score0.01098EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/12/09 12:00 p.m.21 views

dces' World type can cause data races

The World type in dces is marked as Send without bounds on its EntityStore and ComponentStore. This allows non-thread safe EntityStore and ComponentStores to be sent across threads and cause data races...

8.1CVSS3AI score0.01098EPSS
SaveExploits1
OSV
OSV
added 2020/12/08 12:00 p.m.28 views

RUSTSEC-2020-0104 ImageChunkMut needs bounds on its Send and Sync traits

In the affected versions of this crate, ImageChunkMut unconditionally implements Send and Sync, allowing to create data races. This can result in a memory corruption or undefined behavior when non thread-safe types are moved and referenced across thread boundaries. The flaw was corrected in commi...

7CVSS6.9AI score0.00344EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/12/08 12:00 p.m.32 views

ImageChunkMut needs bounds on its Send and Sync traits

In the affected versions of this crate, ImageChunkMut unconditionally implements Send and Sync, allowing to create data races. This can result in a memory corruption or undefined behavior when non thread-safe types are moved and referenced across thread boundaries. The flaw was corrected in commi...

7CVSS1.9AI score0.00344EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/11/30 6:15 p.m.7 views

CVE-2020-29392

The Estil Hill Lock Password Manager Safe app 2.3 for iOS has a 06 backdoor password. An attacker with physical access can unlock the password manager without knowing the master password set by the user...

4.6CVSS5.8AI score0.00414EPSS
SaveExploits1References1
CVE
CVE
added 2020/11/30 5:58 p.m.49 views

CVE-2020-29392

CVE-2020-29392 affects the Estil Hill Lock Password Manager Safe app 2.3 for iOS. A #06# backdoor password allows an attacker with physical access to unlock the password manager without the user’s master password. The connected Red Hat/NVD records repeat the same description; no explicit remediat...

4.6CVSS4.4AI score0.00414EPSS
SaveExploits1References1Affected Software1
Veracode
Veracode
added 2020/11/24 7:31 a.m.20 views

Sandbox Escape

October is vulnerable to arbitrary code execution. An authenticated backend user with cms.managepages, cms.managelayouts, or cms.managepartials permissions is allowed to write malicious Twig code leading to an escape from sandbox even if cms.enableSafeMode is set. This vulnerability is a bypass o...

6.7CVSS3.3AI score0.00294EPSS
SaveExploits0References2Affected Software2
NVD
NVD
added 2020/11/23 9:15 p.m.36 views

CVE-2020-26231

October is a free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. A bypass of CVE-2020-15247 fixed in 1.0.469 and 1.1.0 was discovered that has the same impact as CVE-2020-15247. An authenticated backend user with the cms.managepages, cms.managelayouts, or...

6.7CVSS5.9AI score0.00293EPSS
SaveExploits0References2
OSV
OSV
added 2020/11/23 9:15 p.m.16 views

CVE-2020-26231

October is a free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. A bypass of CVE-2020-15247 fixed in 1.0.469 and 1.1.0 was discovered that has the same impact as CVE-2020-15247. An authenticated backend user with the cms.managepages, cms.managelayouts, or...

6.7CVSS5.9AI score
SaveExploits0References2
Rows per page
Query Builder