Lucene search
+L

20329 matches found

RedhatCVE
RedhatCVE
added 2024/01/28 11:19 a.m.27 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.34 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.43 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
Code423n4
Code423n4
added 2024/01/28 12:00 a.m.36 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
Openbugbounty
Openbugbounty
added 2024/01/27 4:56 p.m.9 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.12 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
Code423n4
Code423n4
added 2024/01/26 12:00 a.m.34 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
Positive Technologies
Positive Technologies
added 2024/01/26 12:00 a.m.11 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.29 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
Packet Storm
Packet Storm
added 2024/01/26 12:00 a.m.445 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.21 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
Hewlett-Packard
Hewlett-Packard
added 2024/01/26 12:00 a.m.91 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.160 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
RedhatCVE
RedhatCVE
added 2024/01/25 5:20 p.m.103 views

CVE-2024-0727

A flaw was found in OpenSSL. The optional ContentInfo fields can be set to null, even if the "type" is a valid value, which can lead to a null dereference error that may cause a denial of service. Mitigation Mitigation for this issue is either not available or the currently available options don'...

5.5CVSS5.8AI score0.03187EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/01/25 5:18 p.m.49 views

CVE-2023-40546

A flaw was found in Shim when an error happened while creating a new ESL variable. If Shim fails to create the new variable, it tries to print an error message to the user; however, the number of parameters used by the logging function doesn't match the format string used by it, leading to a cras...

6.2CVSS6.4AI score0.00438EPSS
SaveExploits0References3
The Coalfire Blog
The Coalfire Blog
added 2024/01/25 4:23 p.m.16 views

The dark side of AI data privacy: What you need to know to stay secure

This blog post examines the threats of data leakage, bias, and overcollection in AI systems, offering valuable insights and recommendations for effective risk mitigation...

7.3AI score
SaveExploits0
Rows per page
Query Builder