Lucene search
+L

12774 matches found

Code423n4
Code423n4
added 2023/01/30 12:00 a.m.17 views

withdrawFee should only be allowed to called once.

Lines of code Vulnerability details Impact In the current implementation, the function withdrawFee can be called multiple times. It should only be allowed to called once. Calling more than once would let owner steal from legit users as there won’t be enough funds left for legit users to claim...

6.8AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/01/29 12:00 a.m.8 views

PT-2023-19384 · Nosh · Nosh

Name of the Vulnerable Software and Affected Versions: NOSH version 4a5cfdb Description: The issue allows stored XSS via the create user page. For example, a first name of a physician, assistant, or billing user can have a JavaScript payload that is executed upon visiting the "/users/2/1" page...

5.4CVSS5.2AI score0.00571EPSS
SaveExploits1References7
Positive Technologies
Positive Technologies
added 2023/01/28 12:00 a.m.11 views

PT-2023-19089 · Metabase · Metabase

Name of the Vulnerable Software and Affected Versions: Metabase versions prior to 0.43.7.1 Metabase versions prior to 1.43.7.1 Metabase versions prior to 0.44.6.1 Metabase versions prior to 1.44.6.1 Metabase versions prior to 0.45.2.1 Metabase versions prior to 1.45.2.1 Description: The issue is...

6.3CVSS6.2AI score0.00378EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/01/28 12:00 a.m.13 views

PT-2023-16364 · Unknown · Sourcecodester Online Tours & Travels Management System

Name of the Vulnerable Software and Affected Versions: SourceCodester Online Tours & Travels Management System version 1.0 Description: A critical issue has been found in the system, affecting the processing of the file admin/practice pdf.php. The manipulation of the id argument leads to SQL...

7.2CVSS5.8AI score0.00703EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2023/01/27 12:00 a.m.11 views

PT-2023-14421 · Unknown · Pandora Fms

Name of the Vulnerable Software and Affected Versions: Pandora FMS version 7.64 Description: The issue is related to a Path Traversal that leads to a Local File Inclusion. A function is called to check the parameter inserted by the user for malicious characters, but this check is insufficient. An...

9.8CVSS9.4AI score0.00821EPSS
SaveExploits0References2
OSV
OSV
added 2023/01/26 9:18 p.m.67 views

UBUNTU-CVE-2023-23613

OpenSearch is an open source distributed and RESTful search engine. In affected versions there is an issue in the implementation of field-level security FLS and field masking where rules written to explicitly exclude fields are not correctly applied for certain queries that rely on their...

6.5CVSS7.2AI score0.00821EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2023/01/26 12:00 a.m.4 views

PT-2023-1800 · Adobe · Dimension

Name of the Vulnerable Software and Affected Versions: Adobe Dimension versions 3.4.7 and earlier Description: The issue is related to a Stack-based Buffer Overflow that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user...

7.8CVSS7.7AI score0.00421EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/01/26 12:00 a.m.11 views

PT-2023-13931 · Siretta · Siretta Quartz-Gold

Name of the Vulnerable Software and Affected Versions: Siretta QUARTZ-GOLD version G5.0.1.5-210720-141020 Description: Several stack-based buffer overflow vulnerabilities exist in the DetranCLI command parsing functionality. A specially-crafted network packet can lead to arbitrary command...

9.8CVSS7.7AI score0.01666EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2023/01/26 12:00 a.m.13 views

PT-2023-13935 · Siretta · Siretta Quartz-Gold

Name of the Vulnerable Software and Affected Versions: Siretta QUARTZ-GOLD version G5.0.1.5-210720-141020 Description: The issue concerns stack-based buffer overflow vulnerabilities in the DetranCLI command parsing functionality. These vulnerabilities can be triggered by a specially-crafted netwo...

9.8CVSS7.8AI score0.01666EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2023/01/26 12:00 a.m.11 views

PT-2023-13923

Name of the Vulnerable Software and Affected Versions Siretta QUARTZ-GOLD version G5.0.1.5-210720-141020 Description The issue concerns stack-based buffer overflow vulnerabilities in the DetranCLI command parsing functionality. These vulnerabilities can be triggered by a specially-crafted network...

9.8CVSS7.8AI score0.01372EPSS
SaveExploits0References3
Code423n4
Code423n4
added 2023/01/26 12:00 a.m.11 views

TimeswapV2LiquidityToken: collect() will always revert because it uses the wrong parameters when calling ITimeswapV2Pool.transferFees()

Lines of code Vulnerability details Proof of Concept collect uses the wrong paramenters when calling ITimeswapV2Pool.transferFees. It uses long0Fees, long1Fees, and shortFees instead of param.long0FeesDesired, param.long1FeesDesired, and param.shortFeesDesired. The former 3 are defined in the...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/26 12:00 a.m.17 views

The transferFeesFrom function does not check if the "from" address is the actual owner of the position before transferring the fees.

Lines of code Vulnerability details Impact The code Doesn't check if the from address is the owner of the position before transferring the fees. If the from address is not the owner of the position, an attacker could potentially transfer fees from another user's position without their permission...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/25 12:00 a.m.23 views

Upgraded Q -> M from #229 [1674661320954]

Judge has assessed an item in Issue 229 as M risk. The relevant finding follows: Centralization Risk Contract: Impact: It seems the poolAdmin holds too much power including changing reward controller, rescue tokens etc. This can allow poolAdmin to impact all users by changing the config or draini...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/25 12:00 a.m.17 views

Upgraded Q -> M from #374 [1674664049404]

Judge has assessed an item in Issue 374 as M risk. The relevant finding follows: L-03 WETHGateway.repayETH will revert if msg.value paybackAmount In the repayETH function, paybackAmount eth will be deposit to WETH contract to get paybackAmount weth back. WETH.depositvalue: paybackAmount; And then...

6.9AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2023/01/24 8:36 p.m.7 views

CVE-2023-23612 Issue with whitespace in JWT roles in OpenSearch

OpenSearch is an open source distributed and RESTful search engine. OpenSearch uses JWTs to store role claims obtained from the Identity Provider IdP when the authentication backend is SAML or OpenID Connect. There is an issue in how those claims are processed from the JWTs where the leading and...

4.7CVSS6.6AI score0.00796EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2023/01/24 12:00 a.m.11 views

PT-2023-12863 · Netiq · Netiq Identity Manager

Name of the Vulnerable Software and Affected Versions: NetIQ Identity Manager versions prior to 4.8.5 Description: The issue allows an attacker to determine whether a file exists on the filesystem. This is a file existence disclosure vulnerability in the NetIQ Identity Manager plugin...

5.3CVSS5.1AI score0.00466EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2023/01/24 12:00 a.m.11 views

PT-2023-19614 · Jenkins · Jenkins Testquality Updater Plugin +1

Name of the Vulnerable Software and Affected Versions: Jenkins TestQuality Updater Plugin version 1.3 and earlier Description: The issue concerns the storage of the TestQuality Updater password in the global configuration file on the Jenkins controller. This password is stored unencrypted, allowi...

5.5CVSS5.4AI score0.00203EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2023/01/24 12:00 a.m.6 views

PT-2023-19075 · Unknown +1 · Opensearch +1

Name of the Vulnerable Software and Affected Versions: OpenSearch versions 1.0.0 through 1.3.7 OpenSearch versions 2.0.0 through 2.4.1 Description: There is an issue in the implementation of field-level security FLS and field masking where rules written to explicitly exclude fields are not...

8.8CVSS7.9AI score0.00821EPSS
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2023/01/24 12:00 a.m.12 views

PT-2023-19613 · Jenkins · Jenkins Testquality Updater Plugin +1

Name of the Vulnerable Software and Affected Versions: Jenkins TestQuality Updater Plugin versions 1.3 and earlier Description: A missing check in the plugin allows attackers with Overall/Read permission to connect to an attacker-specified URL using an attacker-specified username and password...

6.5CVSS6.2AI score0.00723EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2023/01/24 12:00 a.m.11 views

PT-2023-16287 · Devolutions · Devolutions Remote Desktop Manager

Name of the Vulnerable Software and Affected Versions: Devolutions Remote Desktop Manager versions 2022.3.29 through 2022.3.30 Description: The issue arises when the force offline MFA prompt setting is not respected in offline mode, allowing users to save sensitive data on disk. Recommendations:...

7.8CVSS3.8AI score0.00228EPSS
SaveExploits0References3
Rows per page
Query Builder