Lucene search
+L

321 matches found

Code423n4
Code423n4
added 2022/08/17 12:00 a.m.18 views

Chainlink’s latestRoundData might return stale or incorrect results

Lines of code Vulnerability details Impact On ChainlinkPriceOracle.sol, we are using latestRoundData, but there is no check if the return value indicates stale data. Proof of Concept File: contracts/FraxlendPairCore.sol , int256 answer, , , = AggregatorV3InterfaceoracleMultiply.latestRoundData; ,...

6.8AI score
SaveExploits0
NVD
NVD
added 2022/06/13 1:15 p.m.29 views

CVE-2022-1763

Due to missing checks the Static Page eXtended WordPress plugin through 2.1 is vulnerable to CSRF attacks which allows changing the plugin settings, including required user levels for specific features. This could also lead to Stored Cross-Site Scripting due to the lack of escaping in some of the...

5.4CVSS0.00304EPSS
SaveExploits2References1
Prion
Prion
added 2022/06/13 1:15 p.m.17 views

Cross site scripting

Due to missing checks the Static Page eXtended WordPress plugin through 2.1 is vulnerable to CSRF attacks which allows changing the plugin settings, including required user levels for specific features. This could also lead to Stored Cross-Site Scripting due to the lack of escaping in some of the...

3.5CVSS5.2AI score0.00304EPSS
SaveExploits2References1Affected Software1
Prion
Prion
added 2022/06/13 1:15 p.m.22 views

Cross site request forgery (csrf)

Due to missing checks the Change Uploaded File Permissions WordPress plugin through 4.0.0 is vulnerable to CSRF attacks. This can be used to change the file and folder permissions of any folder. This could be problematic when specific files like ini files are made readable for everyone due to thi...

4.3CVSS6.5AI score0.00766EPSS
SaveExploits2References1Affected Software1
WPVulnDB
WPVulnDB
added 2022/05/23 12:00 a.m.14 views

Change Uploaded File Permissions <= 4.0.0 - File Permission Update via CSRF

Due to missing checks the plugin is vulnerable to CSRF attacks. This can be used to change the file and folder permissions of any folder. This could be problematic when specific files like ini files are made readable for everyone due to this. PoC...

6.5CVSS2.2AI score0.00766EPSS
SaveExploits2Affected Software1
Code423n4
Code423n4
added 2022/04/21 12:00 a.m.12 views

Chainlink's latestRoundData might return stale or incorrect results

Lines of code Vulnerability details , int basePrice, , , = baseAggregator.latestRoundData; On ChainlinkPriceOracle.sol, we are using latestRoundData, but there is no check if the return value indicates stale data. This could lead to stale prices according to the Chainlink documentation:...

6.8AI score
SaveExploits0
OpenVAS
OpenVAS
added 2022/04/08 12:00 a.m.34 views

SUSE: Security Advisory (SUSE-SU-2022:1129-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 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...

8.8CVSS7.3AI score0.03624EPSS
SaveExploits3References15
Code423n4
Code423n4
added 2022/02/02 12:00 a.m.15 views

Checks missing while adding rewards

Handle csanuragjain Vulnerability details Impact Reward amount higher than contract reward balance can bring instability in the contract Proof of Concept 1. In FarmingPools.sol contract check notifyRewardAmounts function 2. Observe there is no check to see if added reward is higher than contract...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/30 12:00 a.m.15 views

Chainlink's latestRoundData might return stale results

Handle WatchPug Vulnerability details function peek bytes6 base, bytes6 quote, uint256 baseAmount private view returns uint256 quoteAmount, uint256 updateTime require base == ethId && quote == cvx3CrvId || base == cvx3CrvId && quote == ethId, "Invalid quote or base" ; , int256 daiPrice, , , =...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/30 12:00 a.m.15 views

Cvx3CrvOracle misses sanity checks for Chainlink responses

Handle kenzo Vulnerability details When querying Chainlink for stable prices, Cvx3CrvOracle doesn't run sanity checks against stale or incomplete results. This is unlike Yield's ChainlinkMultiOracle, which does execute those checks. Impact Stale or incorrect results might be returned. Proof of...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/01/20 12:00 a.m.15 views

PT-2022-15696 · Line · Line For Windows

Name of the Vulnerable Software and Affected Versions: LINE for Windows versions prior to 7.4 Description: The issue arises from the lack of media file checks before rendering, allowing an attacker to cause abnormal CPU consumption for the message recipient by sending a specially crafted gif imag...

5.5CVSS5.5AI score0.00837EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2022/01/17 1:15 p.m.7 views

CVE-2021-25025

The EventCalendar WordPress plugin before 1.1.51 does not have proper authorisation and CSRF checks in the addcalendarevent AJAX actions, allowing users with a role as low as subscriber to create events...

4.3CVSS5.9AI score0.00347EPSS
SaveExploits2References2
CNNVD
CNNVD
added 2021/11/01 12:00 a.m.14 views

WordPress 跨站请求伪造漏洞

WordPress is a set of blogging platforms developed using the PHP language by the WordPress Wordpress Foundation. The platform supports setting up personal blog sites on servers with PHP and MySQL. A cross-site request forgery vulnerability exists in the Wordpress plugin WP-Stats, which is caused ...

4.3CVSS5AI score0.00507EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2021/09/09 9:25 a.m.10 views

libX11: missing request length checks

A missing validation flaw was found in libX11. This flaw allows an attacker to inject X11 protocol commands on X clients, and in some cases, also bypass, authenticate via injection of control characters, or potentially execute arbitrary code with permissions of the application compiled with libX1...

9.8CVSS7.7AI score0.10634EPSS
SaveExploits2References6
RedHat Linux
RedHat Linux
added 2021/08/30 8:57 a.m.9 views

libX11: missing request length checks

A missing validation flaw was found in libX11. This flaw allows an attacker to inject X11 protocol commands on X clients, and in some cases, also bypass, authenticate via injection of control characters, or potentially execute arbitrary code with permissions of the application compiled with libX1...

9.8CVSS7.7AI score0.10634EPSS
SaveExploits2References6
ATTACKERKB
ATTACKERKB
added 2021/08/24 7:42 a.m.6 views

CVE-2021-23431

The package joplin before 2.3.2 are vulnerable to Cross-site Request Forgery CSRF due to missing CSRF checks in various forms...

8.8CVSS5.3AI score0.00403EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2021/08/16 12:00 a.m.9 views

WordPress plugin Telugu Bible Verse Daily 跨站请求伪造漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports personal blog sites on servers running PHP and MySQL.WordPress plugin is an application plugin. A cross-site request forgery...

6.1CVSS6AI score0.00412EPSS
SaveExploits2References1
Snyk
Snyk
added 2021/07/25 9:59 a.m.13 views

Cross-site Request Forgery (CSRF)

Overview joplin is a note taking and to-do application. Affected versions of this package are vulnerable to Cross-site Request Forgery CSRF due to missing CSRF checks in various forms. Remediation Upgrade joplin to version 2.3.2 or higher. References - GitHub Commit Credit: Laurent Cozic...

8.8CVSS6.8AI score0.00403EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2021/07/20 12:15 p.m.26 views

CVE-2020-15660

Missing checks on Content-Type headers in geckodriver before 0.27.0 could lead to a CSRF vulnerability, that might, when paired with a specifically prepared request, lead to remote code execution...

8.8CVSS7.4AI score0.01129EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2021/07/01 12:00 a.m.8 views

PT-2021-21108 · Selinux +6 · Selinux +6

Name of the Vulnerable Software and Affected Versions: SELinux version 3.2 Description: The issue is related to a heap-based buffer over-read in the ebitmap match any function, which is called indirectly from cil check neverallow. This occurs due to a lack of checks for invalid statements in an...

3.3CVSS4.5AI score0.00597EPSS
SaveExploits4References50
Rows per page
Query Builder