Lucene search
+L

7111 matches found

Cvelist
Cvelist
added 2021/07/07 2:12 p.m.24 views

CVE-2021-32535 QSAN SANOS - Use of Hard-coded Credentials

The vulnerability of hard-coded default credentials in QSAN SANOS allows unauthenticated remote attackers to obtain administrator’s permission and execute arbitrary functions. The referred vulnerability has been solved with the updated version of QSAN SANOS v2.1.0...

9.8CVSS9.9AI score0.01406EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/07/07 12:12 p.m.5 views

CVE-2021-32535

The vulnerability of hard-coded default credentials in QSAN SANOS allows unauthenticated remote attackers to obtain administrator’s permission and execute arbitrary functions. The referred vulnerability has been solved with the updated version of QSAN SANOS v2.1.0...

9.8CVSS7.2AI score0.01406EPSS
SaveExploits0References2
Prion
Prion
added 2021/07/07 11:15 a.m.18 views

Default credentials

An issue was discovered in Joomla! 2.5.0 through 3.9.27. CMS functions did not properly termine existing user sessions when a user's password was changed or the user was blocked...

5CVSS5.3AI score0.00855EPSS
SaveExploits0References1Affected Software1
OpenVAS
OpenVAS
added 2021/07/07 12:0 a.m.23 views

Huawei EulerOS: Security Advisory for PyYAML (EulerOS-SA-2021-2165)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS9.3AI score0.0561EPSS
SaveExploits2References2
CNNVD
CNNVD
added 2021/07/05 12:0 a.m.8 views

QNAP HBS 3 访问控制错误漏洞

Qnap Systems QNAP HBS 3 is an application from China Weilian Qnap Systems. a comprehensive data backup and disaster recovery solution. An Access Control Error vulnerability exists in HBS 3 Hybrid Backup Sync, which allows remote attackers to exploit the vulnerability to gain unauthorized access t...

10CVSS8.4AI score0.15802EPSS
SaveExploits0References4
OSV
OSV
added 2021/07/01 3:15 a.m.11 views

CVE-2021-36086

The CIL compiler in SELinux 3.2 has a use-after-free in cilresetclasspermission called from cilresetclasspermsset and cilresetclasspermslist...

3.3CVSS4.2AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2021/07/01 12:0 a.m.38 views

EulerOS Virtualization 3.0.6.6 : openssl098e (EulerOS-SA-2021-2044)

According to the versions of the openssl098e package installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - The OpenSSL public API function X509issuerandserialhash attempts to create a unique hash value based on the issuer and serial...

7.5CVSS6.5AI score0.50732EPSS
SaveExploits0References3
CNVD
CNVD
added 2021/07/01 12:0 a.m.7 views

Haml Cross-Site Scripting Vulnerability

haml is an open source HTML abstract markup language from the Haml HAML team. A cross-site scripting vulnerability exists in haml-coffee, which supports overriding a range of HTML helper functions through its configuration options. Control of the escapeHtml parameter through template configuratio...

7.7CVSS7AI score0.007EPSS
SaveExploits1References1
Prion
Prion
added 2021/06/30 6:15 p.m.17 views

Input validation

think-helper defines a set of helper functions for ThinkJS. In versions of think-helper prior to 1.1.3, the software receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes...

5CVSS7.4AI score0.01009EPSS
SaveExploits0References1Affected Software1
Code423n4
Code423n4
added 2021/06/30 12:0 a.m.20 views

Lack of return value check or use of SafeERC20 wrappers for token transfers

Handle 0xRajeev Vulnerability details Impact ERC20 tokens are specified to return a boolean value on token transfer and transferFrom. However, tokens may not adhere to the spec and return no value for success/failure. Checking the return values of ERC20 token transfers is therefore important to...

7.2AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/30 12:0 a.m.9 views

Use of deprecated Chainlink API

Handle 0xRajeev Vulnerability details Impact The contracts use Chainlink’s deprecated API latestAnswer. Such functions might suddenly stop working if Chainlink stopped supporting deprecated APIs. Impact: Deprecated API stops working. Prices cannot be obtained. Protocol stops and contracts have to...

7AI score
SaveExploits0
CISA
CISA
added 2021/06/29 12:0 a.m.35 views

CISA Begins Cataloging Bad Practices that Increase Cyber Risk

In a blog post by Executive Assistant Director EAD Eric Goldstein, CISA announced the creation of a catalog to document bad cybersecurity practices that are exceptionally risky for any organization and especially dangerous for those supporting designated Critical Infrastructure or National Critic...

6.8AI score
SaveExploits0References4
Prion
Prion
added 2021/06/24 11:15 a.m.21 views

Improper access control

A smart STB product of ZTE is impacted by a permission and access control vulnerability. Due to insufficient protection of system application, attackers could use this vulnerability to tamper with the system desktop and affect system customization functions. This affects: ZXV10 B860H V5.0,...

5CVSS7.4AI score0.00781EPSS
SaveExploits0References1Affected Software1
Jake Archibald's Blog
Jake Archibald's Blog
added 2021/06/24 1:0 a.m.51 views

In JS functions, the 'last' return wins

In JavaScript functions, which return wins? function test return 'one'; return 'two'; return 'three'; You might say, "well it's the first one", but I'm going to try and convince you it's the last one. Don't worry, the function above definitely returns 'one', but in this case the first return...

7.2AI score
SaveExploits0
Gitee
Gitee
added 2021/06/23 10:13 p.m.4 views

writeup

This is a Python script for exploiting a vulnerability in the "Aegis" binary. The script is designed to be used with the "pwn" library, which is a Python library for exploitation. The script starts by setting a debug flag to 1, which means that the script will run in debug mode. If the debug flag...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/23 12:0 a.m.13 views

Initialization functions can be front-run with malicious values

Handle 0xRajeev Vulnerability details Impact Most contracts have public visibility initialization functions that can be front-run, allowing an attacker to incorrectly initialize the contracts. Due to the use of the delegatecall proxy pattern, PrizePool/YieldSourcePrizePool/StakePrizePool,...

6.8AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2021/06/23 12:0 a.m.16 views

The vulnerabilities of the functions MovePage::isValidMoveTarget(), Title::getArticleID(), and MovePage::moveToInternal() in the software for implementing the MediaWiki hypertext environment allow attackers to compromise the integrity of the protected information.

The vulnerabilities of the functions MovePage::isValidMoveTarget, Title::getArticleID, and MovePage::moveToInternal in the MediaWiki software environment for implementing a hypertext environment are related to deficiencies in access control. Exploiting these vulnerabilities could allow an attacke...

4.3CVSS5.8AI score0.01562EPSS
SaveExploits1References9Affected Software5
Amazon
Amazon
added 2021/06/23 12:0 a.m.27 views

Medium: libX11

Issue Overview: A flaw was found in libX11. An integer overflow leading to a heap-buffer overflow occurs when setuid programs call XIM client functions while running with elevated privileges. The highest threat from this vulnerability are to data confidentiality and integrity as well as system...

6.7CVSS7.9AI score0.00465EPSS
SaveExploits0
OSV
OSV
added 2021/06/18 7:3 a.m.8 views

SUSE-SU-2021:2010-1 Security update for python-PyJWT

This update for python-PyJWT fixes the following issues: python-JWT was updated to 1.5.3. bsc1186173 update to version 1.5.3: Changed + Increase required version of the cryptography package to =1.4.0. Fixed + Remove uses of deprecated functions from the cryptography package. + Warn about missing...

6.3AI score
SaveExploits0References3
CNVD
CNVD
added 2021/06/18 12:0 a.m.44 views

Huawei eCNS280_TD Resource Management Error Vulnerability

Huawei eCNS280TD is the core network equipment of Huawei's wireless broadband trunking system in China. Based on Network Functions Virtualization NFV and cloud-based architecture design, it provides network functions of traditional core networks, but also provides capacity configurations for each...

7.5CVSS0.7AI score0.00677EPSS
SaveExploits0References1
Rows per page
Query Builder