Lucene search
+L

1312 matches found

Code423n4
Code423n4
added 2023/11/13 12:0 a.m.8 views

The Transfer event is emitted successfully in MinterContract#mintAndAuction() even when the transaction has failed, leading to inaccurate accounting in off-chain systems.

Lines of code Vulnerability details Impact The airDropTokens function in the NextGenCore contract is responsible for minting and transferring an NFT to a user, exclusively called by the MinterContract. However, the execution of airDropTokens within MinterContractmintAndAuction prior to critical...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2023/11/10 12:0 a.m.20 views

Send Ether will call instead of transfer

Lines of code Vulnerability details Impact transfer automatically forwards exactly 2300 gas to the receiving contract. This limitation can restrict smart contract's ability to interact with other contracts that require more gas for their operations like receiving eth, leading to failed transactio...

7.6AI score
SaveExploits0
Citrix
Citrix
added 2023/11/10 12:0 a.m.9 views

Failed to delete VM from Citrix Web Studio

Failed to delete VM from Citrix Web Studio. The virtual machine S-xxxxxxxxxxxxx was deleted. MachineFailure : S-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Internal error: Failed to delete virtual machine ErrorID : Citrix.MachineCreation.DataModel.MachineCreationDiagnosticException TaskErrorInformation ...

7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2023/11/06 12:0 a.m.41 views

Rocky Linux 8 : bind (RLSA-2021:4384)

The remote Rocky Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RLSA-2021:4384 advisory. - In BIND 9.8.5 - 9.8.8, 9.9.3 - 9.11.29, 9.12.0 - 9.16.13, and versions BIND 9.9.3-S1 - 9.11.29-S1 and 9.16.8-S1 - 9.16.13-S1 of BIND 9 Supported Preview Editio...

6.5CVSS7.4AI score0.05989EPSS
SaveExploits0References5
Fedora
Fedora
added 2023/11/03 7:5 p.m.22 views

[SECURITY] Fedora 39 Update: squid-6.4-1.fc39

Squid is a high-performance proxy caching server for Web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DN...

7.4AI score
SaveExploits0
OSV
OSV
added 2023/11/03 5:15 a.m.8 views

CVE-2023-41350

Chunghwa Telecom NOKIA G-040W-Q has a vulnerability of insufficient measures to prevent multiple failed authentication attempts. An unauthenticated remote attacker can execute a crafted Javascript to expose captcha in page, making it very easy for bots to bypass the captcha check and more...

9.8CVSS5.9AI score0.00754EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2023/11/03 12:0 a.m.9 views

Nokia G-040W-Q Security Vulnerability

The Nokia G-040W-Q is a modem from Nokia of Finland. A security vulnerability exists in Nokia G-040W-Q, which arises from insufficient measures to prevent multiple failed authentication attempts...

9.8CVSS7AI score0.00754EPSS
SaveExploits0References3
OSV
OSV
added 2023/10/19 6:57 p.m.6 views

CLSA-2023-1697741849 Fix of 5 CVEs

SECURITY UPDATE: GVariant security issues - debian/patches/CVE-2023-29499-x-CVE-2023-32665/.patch: fix multiple GVariant serialization issues - CVE-2023-29499, CVE-2023-32611, CVE-2023-32636, CVE-2023-32643, CVE-2023-32665 debian/patches/fix-gtestbug-assertion.patch: Fix gtestbug assertion in...

7.8CVSS6.6AI score0.0078EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/16 8:15 p.m.9 views

CVE-2023-4800

The DoLogin Security WordPress plugin before 3.7.1 does not restrict the access of a widget that shows the IPs of failed logins to low privileged users...

6.5CVSS5.8AI score0.00861EPSS
SaveExploits1References1
NVD
NVD
added 2023/10/16 8:15 p.m.22 views

CVE-2023-4800

The DoLogin Security WordPress plugin before 3.7.1 does not restrict the access of a widget that shows the IPs of failed logins to low privileged users...

6.5CVSS6.4AI score0.00861EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2023/10/16 7:39 p.m.27 views

CVE-2023-4800 DoLogin Security < 3.7.1 - Subscriber+ IP Address leak

The DoLogin Security WordPress plugin before 3.7.1 does not restrict the access of a widget that shows the IPs of failed logins to low privileged users...

6.6AI score0.00861EPSS
SaveExploits1References1
CVE
CVE
added 2023/10/16 7:39 p.m.61 views

CVE-2023-4800

Affected software: DoLogin Security WordPress plugin (before 3.7.1). Vulnerability: The widget displaying IPs of failed logins is accessible to low-privileged users, exposing potentially sensitive data. Impact (as stated): Sensitive data exposure (high confidentiality impact per the published CVS...

6.5CVSS6.3AI score0.00861EPSS
SaveExploits1References1Affected Software1
CNNVD
CNNVD
added 2023/10/16 12:0 a.m.8 views

WordPress plugin DoLogin Security security vulnerability

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 security vulnerability exists in...

6.5CVSS6.8AI score0.00861EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2023/10/16 12:0 a.m.11 views

PT-2023-30664 · WordPress · Dologin Security

Name of the Vulnerable Software and Affected Versions: DoLogin Security WordPress plugin versions prior to 3.7.1 Description: The issue concerns the DoLogin Security WordPress plugin, which does not restrict access to a widget showing IPs of failed logins to low-privileged users. This could...

6.5CVSS6.3AI score0.00861EPSS
SaveExploits1References6
Code423n4
Code423n4
added 2023/09/07 12:0 a.m.12 views

Potential Out of Bound Error When Accessing Range Array

Lines of code Vulnerability details The code seems to be attempting to access an element of the 'ranges' array using an index calculated from the array's length minus one. However, during the deployment or initialization of the contract, if the length of 'ranges' is 1, this calculation results in...

6.8AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2023/09/01 3:30 a.m.27 views

Account TakeOver Due to Improper Handling of JWT Tokens in usememos/memos

Improper Access Control in GitHub repository usememos/memos prior to 0.13.2. As of commit c9aa2eeb9 access tokens which fail validation are rejected...

9.8CVSS7AI score0.00899EPSS
SaveExploits0References4Affected Software1
Citrix
Citrix
added 2023/08/31 12:0 a.m.9 views

STOREFRONT monitor status DOWN with reason "Probe failed" in NetScaler

customer found the Monitor result show "Probe failed" when binding STOREFRONT monitor to Load balance storefront service. There is no issue for TCP type monitor...

7.1AI score
SaveExploits0
Citrix
Citrix
added 2023/08/25 12:0 a.m.9 views

NetScaler ns.log "Failed to process setclient for id , user due to "<license limit reached>""

Customer finds following message in /var/log/ns.log, which indicates some gateway users failed to login: Aug 14 09:17:01 x.x.x.x 08/14/2023:01:17:01 GMT xxxxxxx 0-PPE-5 : default SSLVPN Message 503230 0 : "Failed to process setclient for id , user due to " "...

7.1AI score
SaveExploits0
zdt
zdt
added 2023/08/16 12:0 a.m.567 views

H2 Database Web Interface Create Alias Remote Code Execution Exploit

The H2 database contains an alias function which allows for arbitrary Java code to be used. This functionality can be abused to create an exec functionality to pull our payload down and execute it. H2's web interface contains restricts MANY characters, so injecting a payload directly is not...

7.4AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/07 12:0 a.m.53 views

SETTING block.timestamp AS THE DEADLINE COULD LEAD TO HIGHER RATE OF FAILED TRANSACTIONS

Lines of code Vulnerability details Impact The OptionsPositionManager.swapExactTokensForTokens function is used to swap assets for exact assets. Here the exact amount of source token is swapped for an amount of target token. The function uses the IUniswapV2Router01.swapExactTokensForTokens call f...

7.2AI score
SaveExploits0
Rows per page
Query Builder