Lucene search
+L

9666 matches found

Huntr
Huntr
added 2021/08/04 9:55 a.m.11 views

Cross-Site Request Forgery (CSRF) in zhongshaofa/easyadmin

✍️ Description Attacker able to delete any menu with CSRF attack. It does not matter at all that your application run in localhost or elsewhere, just it is enough to run on a browser and another low privilege user or attackers know the IP address or hostname of your application. In CSRF attacks it...

0.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2021/08/04 12:00 a.m.47 views

Xen Inappropriate x86 IOMMU Timeout Detection / Handling (XSA-372)

According to its self-reported version number, the Xen hypervisor installed on the remote host is affected by a vulnerability due to inappropriate x86 IOMMU timeout detection / handling IOMMUs process commands issued to them in parallel with the operation of the CPUs issuing such commands. In the...

7.1CVSS6.9AI score0.00284EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2021/08/03 8:15 p.m.26 views

CVE-2021-30582

Inappropriate implementation in Animation in Google Chrome prior to 92.0.4515.107 allowed a remote attacker to leak cross-origin data via a crafted HTML page...

6.5CVSS6.8AI score0.05488EPSS
SaveExploits1References1
Prion
Prion
added 2021/08/03 8:15 p.m.20 views

Hardcoded credentials

Inappropriate implementation in Compositing in Google Chrome prior to 92.0.4515.107 allowed a remote attacker to potentially spoof the contents of the Omnibox URL bar via a crafted HTML page...

4.3CVSS4.9AI score0.01695EPSS
SaveExploits1References5Affected Software2
Debian CVE
Debian CVE
added 2021/08/03 7:41 p.m.62 views

CVE-2021-30587

Inappropriate implementation in Compositing in Google Chrome prior to 92.0.4515.107 allowed a remote attacker to potentially spoof the contents of the Omnibox URL bar via a crafted HTML page...

4.3CVSS3.8AI score0.01695EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2021/08/03 4:57 p.m.157 views

Misinterpretation of malicious XML input

Impact xmldom versions 0.6.0 and older do not correctly escape special characters when serializing elements removed from their ancestor. This may lead to unexpected syntactic changes during XML processing in some downstream applications. Patches Update to one of the fixed versions of @xmldom/xmld...

6.5CVSS1.1AI score0.01358EPSS
SaveExploits0References7Affected Software2
Code423n4
Code423n4
added 2021/07/31 12:00 a.m.12 views

The approveMax function of MStableYieldSource always reverts

Handle shw Vulnerability details Impact The approveMax function of MStableYieldSource calls the safeApprove function to set the allowance to the maximum. However, at the time of call, the allowance should be non-zero since it was set to the maximum in the constructor function. The non-zero...

6.8AI score
SaveExploits0
Microsoft Malware Protection
Microsoft Malware Protection
added 2021/07/28 4:00 p.m.58 views

Zero Trust Adoption Report: How does your organization compare?

From the wide adoption of cloud-based services to the proliferation of mobile devices. From the emergence of advanced new cyberthreats to the recent sudden shift to remote work. The last decade has been full of disruptions that have required organizations to adapt and accelerate their security...

7.3AI score
SaveExploits0
Debian
Debian
added 2021/07/25 7:27 a.m.115 views

[SECURITY] [DSA 4944-1] krb5 security update

------------------------------------------------------------------------- Debian Security Advisory DSA-4944-1 [email protected] https://www.debian.org/security/ Salvatore Bonaccorso July 25, 2021 https://www.debian.org/security/faq -...

7.5CVSS7.7AI score0.10276EPSS
SaveExploits0
Code423n4
Code423n4
added 2021/07/24 12:00 a.m.20 views

Return values of BEP20.transfer and BEP20.transferFrom are unchecked

Handle shw Vulnerability details Impact The return values of BEP20.transfer and BEP20.transferFrom are not checked to be true in multiple contracts. The return value could be false if the transferred token is not BEP20-compliant, indicating that the transfer fails, while the calling contract will...

6.9AI score
SaveExploits0
Rockylinux
Rockylinux
added 2021/07/22 6:27 p.m.14 views

.NET 5.0 bugfix update

An update for .NET 5.0 is now available for Rocky Linux 8. .NET Core is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation...

1.7AI score
SaveExploits0
Rockylinux
Rockylinux
added 2021/07/22 6:24 p.m.23 views

.NET Core 3.1 bugfix update

An update for .NET Core 3.1 is now available for Rocky Linux 8. .NET Core is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation...

1.7AI score
SaveExploits0
Rockylinux
Rockylinux
added 2021/07/22 6:22 p.m.29 views

dotnet bug fix and enhancement update

An update for .NET Core 2.1 is now available for Rocky Linux 8. .NET Core is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation...

1.6AI score
SaveExploits0
Rockylinux
Rockylinux
added 2021/07/22 6:21 p.m.15 views

dotnet bug fix and enhancement update

An update for .NET Core 2.1 is now available for Rocky Linux 8. .NET Core is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation...

1.6AI score
SaveExploits0
Rockylinux
Rockylinux
added 2021/07/22 6:21 p.m.21 views

dotnet5.0 enhancement and bugfix update

An update for .NET 5.0 is now available for Rocky Linux 8. .NET is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation...

1.8AI score
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2021/07/22 2:00 p.m.19 views

Chromium: CVE-2021-30582 Inappropriate implementation in Animation

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

6.5CVSS7.5AI score0.05488EPSS
SaveExploits1
Code423n4
Code423n4
added 2021/07/21 12:00 a.m.12 views

Router._handleTransferIn(address,uint256,address) has unchecked transfers

Handle heiho1 Vulnerability details Impact Router.handleTransferInaddress,uint256,address on lines 203 and 207 ignores the boolean return on transfers. This is a brittle implementation because it relies on the boolean return value being hard-coded to true. Tokens may return false instead of...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/07/21 12:00 a.m.12 views

Router._handleTransferOut(address,uint256,address) has unchecked transfer

Handle heiho1 Vulnerability details Impact Router.handleTransferOutaddress,uint256,address on line 221 ignores the boolean return on transfers. This is a brittle implementation because it relies on the boolean return value being hard-coded to true. Tokens may return false and not revert in which...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/07/21 12:00 a.m.15 views

Router has an arbitrary send

Handle heiho1 Vulnerability details Impact Router.sol line 221 has an arbitary-send of iBEP20token.transferrecipient, amount. The call ignore the transfer result. This is a brittle implementation because it relies on the boolean return value being hard-coded to true. Further, if a token...

6.9AI score
SaveExploits0
Ubuntu
Ubuntu
added 2021/07/20 10:11 p.m.180 views

USN-5018-1: Linux kernel vulnerabilities

It was discovered that the virtual file system implementation in the Linux kernel contained an unsigned to signed integer conversion error. A local attacker could use this to cause a denial of service system crash or execute arbitrary code. CVE-2021-33909 Piotr Krysiuk discovered that the eBPF...

7.8CVSS7.5AI score0.09729EPSS
SaveExploits11
Rows per page
Query Builder