Lucene search
+L

20372 matches found

RedhatCVE
RedhatCVE
added 2024/01/29 6:19 a.m.41 views

CVE-2022-41409

A flaw was found in PCRE2, where it is susceptible to an integer overflow vulnerability triggered by a negative repeat value in the pcre2test subject line that causes infinite looping. This flaw allows a remote attacker to pass specially crafted data to the application, initiating an integer...

5.3CVSS7.2AI score0.01121EPSS
SaveExploits1References6
GithubExploit
GithubExploit
added 2024/01/28 12:53 p.m.379 views

Exploit for Path Traversal in Jenkins

CVE-2024-23897 Jenkins 2.441 and earlier, LTS 2.426.2 and ear...

9.8CVSS9.3AI score0.99999EPSS
SaveExploits50
RedhatCVE
RedhatCVE
added 2024/01/28 12:19 p.m.34 views

CVE-2023-6200

A race condition was found in the Linux Kernel. Under certain conditions, an unauthenticated attacker from an adjacent network could send an ICMPv6 router advertisement packet, causing arbitrary code execution. Mitigation The remote attack is potentially possible in the local network only. It is...

7.5CVSS7.6AI score0.02166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/01/28 11:19 a.m.28 views

CVE-2024-0841

A null pointer dereference flaw was found in the hugetlbfsfillsuper function in the Linux kernel hugetlbfs HugeTLB pages functionality. This issue may allow a local user to crash the system or potentially escalate their privileges on the system. Mitigation Mitigation for this issue is either not...

6.6CVSS6.9AI score0.00298EPSS
SaveExploits0References3
Code423n4
Code423n4
added 2024/01/28 12:00 a.m.36 views

update_market() market weight incorrect

Lines of code Vulnerability details Vulnerability details in updatemarket We need to get the weight percentage of the corresponding market epoch through gaugeController Then allocate cantoPerBlockepoch according to the percentage The main logic code is as follows: function updatemarketaddress...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2024/01/28 12:00 a.m.37 views

secRewardsPerShare Insufficient precision

Lines of code Vulnerability details Vulnerability details we also introduced the field secRewardDebt. The idea of this field is to enable any lending platforms that are integrated with Neofinance Coordinator to send their own rewards based on this value or rather the difference of this value sinc...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2024/01/28 12:00 a.m.44 views

update_market() nextEpoch calculation incorrect

Lines of code Vulnerability details Vulnerability details A very important logic of updatemarket is to update accCantoPerShare. When updating, if it crosses the epoch boundary, it needs to use the corresponding epoch's cantoPerBlockepoch. For example: cantoPerBlock100000 = 100 cantoPerBlock200000...

7.1AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2024/01/27 4:56 p.m.10 views

illinoistimes.com Cross Site Scripting vulnerability OBB-3844825

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
GithubExploit
GithubExploit
added 2024/01/27 4:35 a.m.608 views

Exploit for Path Traversal in Jenkins

CVE-2024-23897 CVE-2024-23897 - Arbitrary file read vulne...

9.8CVSS8.9AI score0.99999EPSS
SaveExploits50
Openbugbounty
Openbugbounty
added 2024/01/26 8:24 p.m.13 views

murakaminosato.jp Improper Access Control vulnerability OBB-3843773

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

7AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/01/26 6:49 p.m.78 views

CVE-2022-48622

A flaw was found in GNOME's GdkPixbuf library, a library used to load image data in various formats used by GDK for handling graphical assets. This issue occurs when loading a crafted ANI animated cursor file file, which may lead to a heap based out-of-bounds write, causing memory corruption. Whe...

7.3CVSS7.4AI score0.00415EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2024/01/26 12:00 a.m.12 views

PT-2024-1371 · Tenda · Tenda Ac10

Name of the Vulnerable Software and Affected Versions: Tenda AC10U version 15.03.06.49 multi TDE01 Description: A critical vulnerability was found in the Tenda AC10U, affecting the function formSetPPTPServer. The manipulation of the startIp argument leads to a stack-based buffer overflow. This...

9.8CVSS7.2AI score0.00905EPSS
SaveExploits1References8
Code423n4
Code423n4
added 2024/01/26 12:00 a.m.39 views

nextEpoch is incorrect

Lines of code Vulnerability details Impact Rewards and voting weights are aligned on a weekly basis. However, nextEpoch is calculated incorrectly, which may break the invariant "The total rewards that are sent for one block should never be higher than the rewards that were configured for this...

6.9AI score
SaveExploits0
Packet Storm
Packet Storm
added 2024/01/26 12:00 a.m.446 views

Vinchin Backup And Recovery 7.2 Default MySQL Credentials

CVE ID: CVE-2024-22901 Title: Default MYSQL Credentials Vulnerability in Vinchin Backup & Recovery v7.2 Description: A critical security issue, identified as CVE-2024-22901, has been discovered in Vinchin Backup & Recovery version 7.2. The software has been found to use default MYSQL credentials,...

9.8CVSS7.4AI score0.04181EPSS
SaveExploits3
Code423n4
Code423n4
added 2024/01/26 12:00 a.m.23 views

Attacker can call update_market frequently to halt the increase of secRewardsPerShare

Lines of code Vulnerability details Impact Attacker can call updatemarket frequently to halt the increase of secRewardsPerShare. Proof of Concept market.secRewardsPerShare += uint128blockDelta 1e18 / marketSupply; // TODO: Scaling Suppose marketSupply is 1e21, then the attacker can call...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2024/01/26 12:00 a.m.30 views

BLOCK_EPOCH and WEEK should not be mixed

Lines of code Vulnerability details Impact Rewards and voting weights are aligned on a weekly basis. In contract LendingLedger, reward is recorded for each epochblock.number. However, when calling gaugerelativeweightwrite, we should actually pass a timestamp, or the weight cannot be retrieved...

7.1AI score
SaveExploits0
Hewlett-Packard
Hewlett-Packard
added 2024/01/26 12:00 a.m.92 views

HP Device Manager Vulnerability Update (5.0.12)

Potential vulnerabilities have been identified in the HP Device Manager versions prior to HPDM 5.0.12. HP is releasing mitigation for the potential vulnerabilities as part of 5.0.12 release. All of the identified vulnerabilities listed above were addressed and fixed as part of HP Device Manager...

8.8CVSS7AI score0.70595EPSS
SaveExploits6
RedhatCVE
RedhatCVE
added 2024/01/25 10:49 p.m.28 views

CVE-2024-0914

A timing side-channel vulnerability has been discovered in the opencryptoki package while processing RSA PKCS1 v1.5 padded ciphertexts. This flaw could potentially enable unauthorized RSA ciphertext decryption or signing, even without access to the corresponding private key. Mitigation Mitigation...

5.9CVSS6.6AI score0.00878EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/01/25 8:21 p.m.162 views

CVE-2024-23897

A flaw was found in Jenkins, which uses the args4j library to parse command arguments and options on the Jenkins controller when processing CLI commands. This command parser has a feature that replaces the "@" character followed by a file path in an argument with the file’s contents expandAtFiles...

9.8CVSS8.5AI score0.99999EPSS
SaveExploits50References6
RedhatCVE
RedhatCVE
added 2024/01/25 6:10 p.m.38 views

CVE-2023-51043

A flaw was found in the Linux kernel Direct Rendering Infrastructure DRI subsystem in which a use-after-free can be caused when a user triggers a race condition between a nonblocking atomic commit and a driver unload. A local user could use this flaw to crash the system or potentially escalate...

7CVSS6.9AI score0.00247EPSS
SaveExploits0References4
Rows per page
Query Builder