Lucene search
+L

5823 matches found

Code423n4
Code423n4
added 2023/10/06 12:00 a.m.15 views

Lack of validation in accrued index allows excess rewards claim.

Lines of code Vulnerability details Impact Mapping tickTrackingIndexAccruedUpTo tracks the index up to which rewards have been accrued for a position. However, there is no validation that this index is incremented properly and stays in sync with tickTracking. An attacker could manipulate the...

6.7AI score
SaveExploits0
Microsoft KB
Microsoft KB
added 2023/09/26 12:00 a.m.10 views

September 26, 2023—KB5030301 (OS Build 22000.2482) Preview

None None...

6.1AI score
SaveExploits0
Debian
Debian
added 2023/09/24 5:22 p.m.84 views

[SECURITY] [DLA 3580-1] libapache-mod-jk security update

Debian LTS Advisory DLA-3580-1 [email protected] https://www.debian.org/lts/security/ Markus Koschany September 24, 2023 https://wiki.debian.org/LTS Package : libapache-mod-jk Version : 1:1.2.46-1+deb10u2 CVE ID : CVE-2023-41081 Debian Bug : 1051956 The modjk component of Apache Tomcat...

7.5CVSS7AI score0.01257EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2023/09/18 6:25 a.m.76 views

CVE-2023-41081

A vulnerability was found in Apache Tomcat Connectors modjk. Affected versions of this package are vulnerable to information exposure in the modjk component. This flaw allows an attacker to exploit the implicit mapping functionality, resulting in the unintended exposure of the status worker and...

7.5CVSS7.2AI score0.01257EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2023/09/14 12:00 a.m.21 views

An attacker can drain all the tokens from UserEscrow contract.

Lines of code Vulnerability details Impact An user who is allowed to invest can maliciously drain all the tokens from the UserEscrow contract from decreaseDepositRequest and decreaseRedeemRequest of LiquidityPool.sol contract. Both functions are first send to the router and when the call is...

6.8AI score
SaveExploits0
OSV
OSV
added 2023/09/13 10:15 a.m.4 views

DEBIAN-CVE-2023-41081

Important: Authentication Bypass CVE-2023-41081 The modjk component of Apache Tomcat Connectors in some circumstances, such as when a configuration included "JkOptions +ForwardDirectories" but the configuration did not provide explicit mounts for all possible proxied requests, modjk would use an...

7.5CVSS7.1AI score0.01257EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2023/09/13 10:15 a.m.42 views

CVE-2023-41081

Important: Authentication Bypass CVE-2023-41081 The modjk component of Apache Tomcat Connectors in some circumstances, such as when a configuration included "JkOptions +ForwardDirectories" but the configuration did not provide explicit mounts for all possible proxied requests, modjk would use an...

7.5CVSS6.8AI score0.01257EPSS
SaveExploits0References5
Prion
Prion
added 2023/09/13 10:15 a.m.21 views

Authentication flaw

Important: Authentication Bypass CVE-2023-41081 The modjk component of Apache Tomcat Connectors in some circumstances, such as when a configuration included "JkOptions +ForwardDirectories" but the configuration did not provide explicit mounts for all possible proxied requests, modjk would use an...

5CVSS7.6AI score0.01257EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2023/09/13 10:15 a.m.17 views

UBUNTU-CVE-2023-41081

Important: Authentication Bypass CVE-2023-41081 The modjk component of Apache Tomcat Connectors in some circumstances, such as when a configuration included "JkOptions +ForwardDirectories" but the configuration did not provide explicit mounts for all possible proxied requests, modjk would use an...

7.5CVSS5.7AI score0.01257EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2023/09/13 9:30 a.m.59 views

CVE-2023-41081 Apache Tomcat Connectors: Unexpected use of first declared worker in mod_jk for unmapped request

Important: Authentication Bypass CVE-2023-41081 The modjk component of Apache Tomcat Connectors in some circumstances, such as when a configuration included "JkOptions +ForwardDirectories" but the configuration did not provide explicit mounts for all possible proxied requests, modjk would use an...

7.9AI score0.01257EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2023/09/13 12:00 a.m.13 views

Apache Tomcat Security Vulnerability

Apache Tomcat is the United States Apache Apache Foundation of a lightweight Web application server. The program implements support for Servlets and JavaServer Page JSP. A security vulnerability exists in Apache Tomcat, which stems from the fact that modjk uses an implicit mapping when the...

7.5CVSS6.6AI score0.01257EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2023/09/11 12:00 a.m.11 views

PT-2023-5210 · Apache +5 · Apache Tomcat Connectors +5

Name of the Vulnerable Software and Affected Versions: Apache Tomcat Connectors versions 1.2.0 through 1.2.48 Description: The mod jk component of Apache Tomcat Connectors is affected by an issue where, in certain circumstances, such as when a configuration includes "JkOptions +ForwardDirectories...

7.8CVSS6.6AI score0.02242EPSS
SaveExploits5References70
Tenable Nessus
Tenable Nessus
added 2023/09/07 12:00 a.m.40 views

Oracle Linux 5 : kernel (ELSA-2017-2801)

The remote Oracle Linux 5 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2017-2801 advisory. - fs fix bug in loading of PIE binaries Michael Davidson orabug 26916951 CVE-2017-1000253 Tenable has extracted the preceding description block directly from th...

7.8CVSS7.3AI score0.10695EPSS
SaveExploits5References2
Code423n4
Code423n4
added 2023/09/06 12:00 a.m.11 views

Users can withdraw token multiple times by calling `withdrawStake' thereby depleting the treasury

Lines of code Vulnerability details The withdrawStake function is used to withdraw tokens for an unbounding lock that has existed through an unbounding period. All it needs is the unbondingLockId to carry out the operation. The associated ID gets deleted & the amount that has been bounded is...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/09/06 12:00 a.m.15 views

LastRewardRound is sometimes not checkpointed for Delegators

Lines of code Vulnerability details Impact lastRewardRound is not updated/checkpointed for delegators when transcoder changes state. This results in incorrect rewards and votes. It also violates this checkpointing condition specified by the technical specification: Quote: "In practical terms, it...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/09/06 12:00 a.m.12 views

Transfering Bonds would create confusion among delegators because of non-deletion of unbondingLocks & assigning all the new delegators the same unbounding id

Lines of code Vulnerability details transferBond function is used to transfers ownership of a bond to a new delegator using optional hints if needed. Here the old unbound lock is deleted after creating a new one in unbondWithHint function. But the problem lies in the delete operation as it does n...

6.7AI score
SaveExploits0
NVD
NVD
added 2023/09/05 7:15 a.m.29 views

CVE-2023-21655

Memory corruption in Audio while validating and mapping metadata...

7.8CVSS7AI score0.00109EPSS
SaveExploits0References1
Prion
Prion
added 2023/09/05 7:15 a.m.24 views

Memory corruption

Memory corruption in Audio while validating and mapping metadata...

4.3CVSS7.8AI score0.00109EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2023/09/05 6:23 a.m.16 views

CVE-2023-21655 Integer Overflow or Wraparound in Display

Memory corruption in Audio while validating and mapping metadata...

6.7CVSS7.2AI score0.00109EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2023/09/05 6:23 a.m.43 views

CVE-2023-21655 Integer Overflow or Wraparound in Display

Memory corruption in Audio while validating and mapping metadata...

6.7CVSS8.1AI score0.00109EPSS
SaveExploits0References1
Rows per page
Query Builder