Lucene search
+L

7502 matches found

CNVD
CNVD
added 2021/07/01 12:00 a.m.14 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.23 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:00 a.m.26 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:00 a.m.15 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:00 a.m.39 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.31 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:00 a.m.55 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.7 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:00 a.m.30 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:00 a.m.18 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.01519EPSS
SaveExploits1References9Affected Software5
Amazon
Amazon
added 2021/06/23 12:00 a.m.35 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:03 a.m.10 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:00 a.m.55 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
CNNVD
CNNVD
added 2021/06/17 12:00 a.m.14 views

lutils 安全漏洞

lutils is a library of front-end code snippet collection tools. A security vulnerability exists in the lutils package that stems from the vulnerability of main merge functions to prototype contamination...

9.8CVSS8.4AI score0.01003EPSS
SaveExploits1References3
Code423n4
Code423n4
added 2021/06/16 12:00 a.m.13 views

Missing balancedBooks modifier could result in failed system insolvency detection

Handle 0xRajeev Vulnerability details Impact The balancedBooks modifier is used to “check that funds haven't gone missing during this function call” and is applied to deposit, withdrawDeposit, payRent, payout and sponsor Treasury functions which move funds in and out of the Treasury or adjust its...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/16 12:00 a.m.18 views

NFT Hub implementation deviates from ERC721 for transfer functions

Handle 0xRajeev Vulnerability details Impact ERC721 standard and implementation allows the use of approved addresses to affect transfers besides the token owners. However, the L2 NFT Hub implementation deviates from ERC721 by ignoring the presence of any approvers in the overriding function...

6.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2021/06/16 12:00 a.m.37 views

RHEL 8 : libwebp (RHSA-2021:2354)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2021:2354 advisory. The libwebp packages provide a library and tools for the WebP graphics format. WebP is an image format with a lossy compression of digital...

9.8CVSS7.9AI score0.02662EPSS
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 2021/06/15 12:00 a.m.15 views

The vulnerability of the implementation of functions LoadFromFile, LoadFromString, LoadFromStream, DAOpenFile, or DAOpenFileReadOnly in the PDF handling library “Quick PDF Library” allows a perpetrator to gain unauthorized access to protected information or cause service failures.

The vulnerability of the implementations of the LoadFromFile, LoadFromString, LoadFromStream, DAOpenFile, or DAOpenFileReadOnly functions in the PDF handling library is related to the occurrence of operations outside the buffer in memory when processing xref entries. Exploitation of this...

10CVSS8AI score0.01652EPSS
SaveExploits0References4Affected Software1
Imperva Blog
Imperva Blog
added 2021/06/10 1:36 p.m.71 views

Infographic: What Are Bad Bots Doing?

By now, anyone with even a passing interest in how the Web functions has heard of bots. Most people understand that there are good and bad bots. Legitimate bots like Googlebot, an application used by Google to crawl the Internet and index it for search, and others like it represent tremendous...

0.6AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2021/06/10 12:00 a.m.14 views

PT-2021-8255 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a soft lookup in the subflow error report function of the Linux kernel's mptcp component. This can cause a soft lockup when the function tries to acquire the...

7.8CVSS6.4AI score0.00334EPSS
SaveExploits0References13
Rows per page
Query Builder