Lucene search
+L

881 matches found

Code423n4
Code423n4
•added 2023/07/13 12:00 a.m.•20 views

Contract can be initialized with arbitrary or non functional address

Lines of code Vulnerability details Impact An attacker can pass invalid addresses to the initialize function, potentially leading to unexpected behavior and security vulnerabilities in the contract Proof of Concept The initialize function is intended to be called only once to initialize the...

6.9AI score
SaveExploits0
OSV
OSV
•added 2023/07/03 1:15 p.m.•7 views

DEBIAN-CVE-2023-36053

In Django 3.2 before 3.2.20, 4 before 4.1.10, and 4.2 before 4.2.3, EmailValidator and URLValidator are subject to a potential ReDoS regular expression denial of service attack via a very large number of domain name labels of emails and URLs...

7.5CVSS7.5AI score0.02978EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2023/06/16 12:00 a.m.•7 views

PT-2023-7991 · Zabbix +2 · Zabbix +2

Name of the Vulnerable Software and Affected Versions: Zabbix affected versions not specified Description: The issue is related to the URL validation scheme in Zabbix, which receives input from a user and parses it to identify its various components. The validation scheme can ensure that all URL...

9.9CVSS6.1AI score0.5415EPSS
SaveExploits8References98
OSV
OSV
•added 2023/05/09 7:15 p.m.•11 views

CVE-2021-26397

Insufficient address validation, may allow an attacker with a compromised ABL and UApp to corrupt sensitive memory locations potentially resulting in a loss of integrity or availability...

7.1CVSS5.8AI score0.00176EPSS
SaveExploits0References1
Prion
Prion
•added 2023/05/09 7:15 p.m.•29 views

Design/Logic Flaw

Insufficient address validation, may allow an attacker with a compromised ABL and UApp to corrupt sensitive memory locations potentially resulting in a loss of integrity or availability...

3.2CVSS7.3AI score0.00176EPSS
SaveExploits0References1Affected Software23
Vulnrichment
Vulnrichment
•added 2023/05/09 6:36 p.m.•12 views

CVE-2021-46764

Improper validation of DRAM addresses in SMU may allow an attacker to overwrite sensitive memory locations within the ASP potentially resulting in a denial of service...

7.9AI score0.00626EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
•added 2023/05/09 6:36 p.m.•12 views

CVE-2021-26397

Insufficient address validation, may allow an attacker with a compromised ABL and UApp to corrupt sensitive memory locations potentially resulting in a loss of integrity or availability...

7.5AI score0.00176EPSS
SaveExploits0References1
CVE
CVE
•added 2023/05/09 6:36 p.m.•69 views

CVE-2021-26397

CVE-2021-26397: Affected AMD components are the AMD Secure Processor (ASP) and the AMD System Management Unit (SMU). The issue is insufficient address validation that can allow a compromised ABL and UApp to corrupt sensitive memory locations, potentially impacting integrity and availability. AMD’...

7.1CVSS7.3AI score0.00176EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
•added 2023/05/09 6:36 p.m.•36 views

CVE-2021-26397

Insufficient address validation, may allow an attacker with a compromised ABL and UApp to corrupt sensitive memory locations potentially resulting in a loss of integrity or availability...

7AI score0.00176EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2023/05/09 12:00 a.m.•13 views

PT-2023-12097 · Amd · 3Rd Gen Amd Epyc™ +19

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: The issue is related to insufficient address validation. This may allow an attacker with a compromised ABL and UApp to corrupt sensitive memory location...

7.1CVSS6.4AI score0.00176EPSS
SaveExploits0References6
zdt
zdt
•added 2023/03/27 12:00 a.m.•220 views

D-Link DNR-322L <=2.60B15 - Authenticated Remote Code Execution Exploit

Exploit Title: D-Link DNR-322L Exploit Writeup: https://lukasec.ch/posts/dlinkdnr322.html Vendor Homepage: https://dlink.com Vendor Advisory: https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10305 Software Link: http://legacyfiles.us.dlink.com/DNR-322L/REVA/FIRMWARE...

6.8AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/03/19 12:00 a.m.•37 views

Unsafe system contract verification

Lines of code Vulnerability details Impact On the following function: function isSystemContractaddress address internal pure returns bool return uint160address = uint160MAXSYSTEMCONTRACTADDRESS; it does check whether an address is a system contract by checking whether it is smaller than...

6.5AI score
SaveExploits0
Prion
Prion
•added 2023/03/15 11:15 p.m.•26 views

Design/Logic Flaw

OpenSIPS is a Session Initiation Protocol SIP server implementation. Prior to versions 3.1.9 and 3.2.6, if dsisinlist is used with an invalid IP address string NULL is illegal input, OpenSIPS will attempt to print a string from a random address stack garbage, which could lead to a crash. All user...

5CVSS7.4AI score0.00905EPSS
SaveExploits0References3Affected Software1
Code423n4
Code423n4
•added 2023/03/15 12:00 a.m.•13 views

BYTES2.getReward: no check for input

Lines of code Vulnerability details Impact the function getReward should validate that to is not an empty address 0x0 to prevent accidental loss of BYTES. Impact: mint reward BYTES to address0 will be lost Proof of Concept function getReward address to external uint256 reward, uint256 daoCommisio...

6.9AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/03/07 12:00 a.m.•19 views

Address(0) check on array of addresses is not performed

Lines of code Vulnerability details Impact Likelihood-Impact = Severity Low-High = Medium Proof of Concept function initialize address vault, address memory strategists, address memory multisigRoles,// @audit array both length check IAToken gWant calls to another ReaperBaseStrategyinit in contrac...

6.9AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/03/01 12:00 a.m.•15 views

Upgraded Q -> 2 from #18 [1677668571999]

Judge has assessed an item in Issue 18 as 2 risk. The relevant finding follows: L-01 changePayees can result in broken share count Description for uint256 i; i newPayees.length; i++ if newPayeesi == address0 revert Errors.CANNOTSETTOADDRESSZERO; if newSharesi == 0 revert Errors.SHARECANNOTBEZERO;...

6.8AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
•added 2023/02/20 12:00 a.m.•12 views

The vulnerability of the implementation of the AMD Secure Processor (ASP) microprogramming software for AMD processors allows a perpetrator to influence the integrity of the protected information.

The vulnerability of the AMD Secure Processor ASP microprogramming software for AMD processors lies in insufficient data validation during the translation of input/output addresses. Exploiting this vulnerability could allow a malicious actor to influence the integrity of the protected information...

5.8CVSS5.5AI score0.00113EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2023/02/15 5:29 a.m.•8 views

SUSE CVE-2014-3172

The Debugger extension API in browser/extensions/api/debugger/debuggerapi.cc in Google Chrome before 37.0.2062.94 does not validate a tab's URL before an attach operation, which allows remote attackers to bypass intended access limitations via an extension that uses a restricted URL, as...

6.4CVSS9.1AI score0.01848EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2023/02/15 4:44 a.m.•6 views

SUSE CVE-2017-9353

In Wireshark 2.2.0 to 2.2.6, the IPv6 dissector could crash. This was addressed in epan/dissectors/packet-ipv6.c by validating an IPv6 address...

5.9CVSS6.8AI score0.14007EPSS
SaveExploits3References7
SUSE CVE
SUSE CVE
•added 2023/02/15 4:25 a.m.•11 views

SUSE CVE-2018-14635

When using the Linux bridge ml2 driver, non-privileged tenants are able to create and attach ports without specifying an IP address, bypassing IP address validation. A potential denial of service could occur if an IP address, conflicting with existing guests or routers, is then assigned from...

6.5CVSS6.6AI score0.02527EPSS
SaveExploits0References3
Rows per page
Query Builder