Lucene search
+L

306 matches found

CNNVD
CNNVD
added 2023/02/01 12:0 a.m.11 views

TYPO3 访问控制错误漏洞

TYPO3 is a free and open source content management system framework CMS/CMF from the TYPO3 Association in Switzerland. A security vulnerability exists in TYPO3 version 5.5.3, version 6.x up to and including version 6.3.4, and version 7.x up to and including version 7.1.0, which stems from a lack ...

8.6CVSS7.2AI score0.00501EPSS
SaveExploits0References4
NVD
NVD
added 2023/01/09 8:15 a.m.20 views

CVE-2022-25746

Memory corruption in kernel due to missing checks when updating the access rights of a memextent mapping...

8.1CVSS8.1AI score0.00115EPSS
SaveExploits0References1
CVE
CVE
added 2023/01/06 5:2 a.m.76 views

CVE-2022-25746

CVE-2022-25746 concerns a kernel memory corruption issue tied to the memextent mapping. The root cause, as reported in multiple sources, is missing checks when updating the access rights of a memextent mapping, which enables memory corruption. Documented impact indicates high-severity effects wit...

8.1CVSS7.8AI score0.00115EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2023/01/06 12:0 a.m.8 views

PT-2023-12818 · Kernel · Kernel

Name of the Vulnerable Software and Affected Versions: Kernel affected versions not specified Description: The issue is related to memory corruption in the kernel due to missing checks when updating the access rights of a memextent mapping. Recommendations: At the moment, there is no information...

8.1CVSS7AI score0.00115EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2022/08/19 12:0 a.m.5 views

WordPress plugin Coming Soon Landing Page 安全漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. WordPress is a blogging platform developed in the PHP language that supports personal blogs on PHP and MySQL servers.WordPress plugin is an application...

5.3CVSS5.5AI score0.00504EPSS
SaveExploits0References1
Code423n4
Code423n4
added 2022/08/17 12:0 a.m.14 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.24 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.00292EPSS
SaveExploits2References1
Prion
Prion
added 2022/06/13 1:15 p.m.14 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.00292EPSS
SaveExploits2References1Affected Software1
Prion
Prion
added 2022/06/13 1:15 p.m.19 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.00736EPSS
SaveExploits2References1Affected Software1
WPVulnDB
WPVulnDB
added 2022/05/23 12:0 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.00736EPSS
SaveExploits2Affected Software1
Code423n4
Code423n4
added 2022/04/21 12:0 a.m.7 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:0 a.m.31 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:0 a.m.9 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:0 a.m.11 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
Code423n4
Code423n4
added 2022/01/30 12:0 a.m.8 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
Positive Technologies
Positive Technologies
added 2022/01/20 12:0 a.m.6 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.3 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:0 a.m.8 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.00491EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2021/09/09 9:25 a.m.6 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.7 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
Rows per page
Query Builder