Lucene search
+L

47 matches found

NVD
NVD
added 2026/02/12 5:16 p.m.12 views

CVE-2025-55210

FreePBX is an open-source web-based graphical user interface GUI that manages Asterisk. Prior to 17.0.5 and 16.0.17, FreePBX module api PBX API is vulnerable to privilege escalation by authenticated users with REST/GraphQL API access. This vulnerability allows an attacker to forge a valid JWT wit...

7.5CVSS0.00308EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/11/19 12:00 a.m.21 views

PT-2025-47422

The YITH WooCommerce Wishlist plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 4.10.0 via the REST API endpoint and AJAX handler due to missing validation on user-controlled keys. This makes it possible for unauthenticated attackers to...

5.3CVSS6AI score0.00276EPSS
SaveExploits0References7
CVE
CVE
added 2025/10/14 12:00 a.m.27 views

CVE-2025-57618

CVE-2025-57618 describes a path traversal vulnerability in StarNet FastX3 up to version 3.3.67. An unauthenticated attacker can read arbitrary server files, including configuration files containing the JWT signing secret and existing JTIs. This enables forging valid JWTs, potentially impersonatin...

7.3CVSS7.8AI score0.00716EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2024-42272

Malicious code in bioql PyPI...

8.7CVSS6.6AI score0.00227EPSS
SaveExploits0References1
NVD
NVD
added 2024/09/19 7:15 a.m.41 views

CVE-2024-47089

This vulnerability exists in the Apex Softcell LD Geo due to improper validation of the transaction token ID in the API endpoint. An authenticated remote attacker could exploit this vulnerability by manipulating the transaction token ID in the API request leading to unauthorized access and...

8.7CVSS0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/19 7:15 a.m.13 views

CVE-2024-47089

This vulnerability exists in the Apex Softcell LD Geo due to improper validation of the transaction token ID in the API endpoint. An authenticated remote attacker could exploit this vulnerability by manipulating the transaction token ID in the API request leading to unauthorized access and...

6.5CVSS5.8AI score0.00227EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/09/19 6:18 a.m.24 views

CVE-2024-47089 Unauthorized Transaction Manipulation Vulnerability

This vulnerability exists in the Apex Softcell LD Geo due to improper validation of the transaction token ID in the API endpoint. An authenticated remote attacker could exploit this vulnerability by manipulating the transaction token ID in the API request leading to unauthorized access and...

8.7CVSS6.8AI score0.00227EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/09/18 12:00 a.m.24 views

PT-2024-32403 · Unknown · Apex Softcell Ld Geo

Name of the Vulnerable Software and Affected Versions: Apex Softcell LD Geo affected versions not specified Description: This issue exists due to improper validation of the transaction token ID in the API endpoint. An authenticated remote attacker could exploit this by manipulating the transactio...

8.7CVSS6.8AI score0.00227EPSS
SaveExploits0References7
Circl
Circl
added 2023/08/15 2:25 a.m.10 views

CVE-2023-21274

creationtimestamp| type| source ---|---|--- 2023-08-15 02:25:46+00:00| seen| https://t.me/cibsecurity/68523...

5.5CVSS5.5AI score0.0011EPSS
SaveExploits0References1
Code423n4
Code423n4
added 2023/07/27 12:00 a.m.13 views

Unrestricted Access to setRoyalty Function

Lines of code Vulnerability details Impact Severity: High Likelihood: High Description The setRoyalty function in the ERC2981CollectionRoyalties contract can be called by anyone. This function is used to set the royalty information for a specific token ID. However, because there are no access...

7AI score
SaveExploits0
Circl
Circl
added 2023/06/29 12:13 a.m.13 views

CVE-2023-3355

creationtimestamp| type| source ---|---|--- 2023-06-29 00:13:30+00:00| seen| https://t.me/cibsecurity/65692...

5.5CVSS6.3AI score0.00288EPSS
SaveExploits0References1
Code423n4
Code423n4
added 2022/12/21 12:00 a.m.11 views

ownerMintUsingTokenId can brick the whole contract

Lines of code Vulnerability details Impact With the function ownerMintUsingTokenId, it is possible for the owner to mint a token with an arbitrary token ID. However, this can brick the whole contract and cause a situation where no more mints / buys are possible. This happens when a token ID is...

7.2AI score
SaveExploits0
Code423n4
Code423n4
added 2022/12/18 12:00 a.m.24 views

Groupbuy: Construction of merkle tree allows some unintended IDs to be bought

Lines of code Vulnerability details Impact In GroupBuy.purchase, when no proof is provided, it is required that the provided token ID is equal to the stored merkleRoot: if purchaseProof.length == 0 // Hashes tokenId to verify merkle root if proof is empty if bytes32tokenId != merkleRoot revert...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/12/09 12:00 a.m.12 views

Denial of Service at the LPDA.sol contract due to not be capable of minting an id already minted.

Lines of code Vulnerability details Impact The ether earned by the creator and the fees for the platform can get frozen. Proof of Concept The only way the creator can get out the ether earned by the sale and also the platform to get the feest is by the next code snippet from the buy funtion at th...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/28 12:00 a.m.10 views

The First Turnile Mint Token ID starts with 0.

Lines of code Vulnerability details Impact The First Turnile Mint Token ID starts with 0. Proof of Concept After deployment, the first Turnile token ID to be minted when a user calls the register function, is 0. At this point, the currentTokenId becomes 1 but the token doesn’t exist until the...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/10/21 12:00 a.m.11 views

Lack of sanity check for initialQuantity and remainingQuantity when new tiers are being added can lead to underflow

Lines of code Vulnerability details Impact Underflow can happen in recordMint and recordBestMintAvailableTier as unchecked is used. This causes a wrong value of tokenId to be returned. Proof of Concept In recordAddTiers, it checks for many params of JB721TierParams, including...

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

The function removeDelegation doesn't work

Lines of code Vulnerability details When a delegation is created with the function delegate, the ID of its NFT tokenId is added in the array checkpointstoTokenIdnCheckpoints - 1; where toTokenId is the ID of NFT the user delegates its NFT to. When an user removes the delegation of his NFT with th...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/06/03 12:00 a.m.7 views

Proof for NFT with token id = 0 won't be checked

Lines of code Vulnerability details Impact The proof criteria for NFTs with a zero token id won't be checked, because of a zero token id represents an item with no criteria. Proof of Concept This if check skips the check for the proof of NFT with token id = 0. if identifierOrCriteria != uint2560 ...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2022/04/01 12:00 a.m.17 views

Non unique token ID might lead to collusion

Lines of code Vulnerability details Impact Token IDs are defined as concatenation of points, total supply + 1. The total supply can decrease when split process in progress. This means that the contract might try to mint a token with an ID which already exists. Proof of Concept 1. Navigate to the...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/06 12:00 a.m.17 views

Locks can be denied

Handle cmichel Vulnerability details The XDEFIDistribution.lock function mints a new token and the generateNewTokenId function returns a token ID as the concatenation of the points and totalSupply + 1: function generateNewTokenIduint256 points internal view returns uint256 tokenId // Points is...

6.6AI score
SaveExploits0
Rows per page
Query Builder