Lucene search
+L

6048 matches found

SUSE CVE
SUSE CVE
added 2023/02/15 3:38 a.m.10 views

SUSE CVE-2021-38297

Go before 1.16.9 and 1.17.x before 1.17.2 has a Buffer Overflow via large arguments in a function invocation from a WASM module, when GOARCH=wasm GOOS=js is used...

6.2CVSS8.8AI score0.10874EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2023/02/15 3:30 a.m.7 views

SUSE CVE-2022-3676

In Eclipse Openj9 before version 0.35.0, interface calls can be inlined without a runtime type check. Malicious bytecode could make use of this inlining to access or modify memory via an incompatible type...

6.5CVSS7.2AI score0.00639EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2023/02/15 3:26 a.m.7 views

SUSE CVE-2022-28736

There's a use-after-free vulnerability in grubcmdchainloader function; The chainloader command is used to boot up operating systems that doesn't support multiboot and do not have direct support from GRUB2. When executing chainloader more than once a use-after-free vulnerability is triggered. If a...

8.4CVSS8.7AI score0.00289EPSS
SaveExploits0References24
SUSE CVE
SUSE CVE
added 2023/02/15 3:26 a.m.6 views

SUSE CVE-2022-30034

Flower, a web UI for the Celery Python RPC framework, all versions as of 05-02-2022 is vulnerable to an OAuth authentication bypass. An attacker could then access the Flower API to discover and invoke arbitrary Celery RPC calls or deny service by shutting down Celery task nodes...

8.6CVSS8.8AI score0.01057EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2023/02/15 12:00 a.m.8 views

CVE-2022-42455

ASUS EC Tool driver aka d.sys 1beb15c90dcf7a5234ed077833a0a3e900969b60be1d04fcebce0a9f8994bdbb, as signed by ASUS and shipped with multiple ASUS software products, contains multiple IOCTL handlers that provide raw read and write access to port I/O and MSRs via unprivileged IOCTL calls. Local user...

7.7AI score0.00161EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/07 7:15 p.m.14 views

DEBIAN-CVE-2023-24813

Dompdf is an HTML to PDF converter written in php. Due to the difference in the attribute parser of Dompdf and php-svg-lib, an attacker can still call arbitrary URLs with arbitrary protocols. Dompdf parses the href attribute of image tags and respects xlink:href even if href is specified. However...

9.8CVSS9AI score0.0249EPSS
SaveExploits3References1
Code423n4
Code423n4
added 2023/02/07 12:00 a.m.16 views

AdminProxy should do some extra security checks

Lines of code Vulnerability details Impact AdminProxy is the hot spot for all low-level calls, therefore it should do some extra security checks that are currently not in place. By design a Solidity low level call to a zero address or an EOA non contract address will return success true. The only...

7AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/02/07 12:00 a.m.8 views

PT-2023-1496 · X.Org +10 · X.Org Server +10

Name of the Vulnerable Software and Affected Versions: X.Org Server versions prior to 21.1.7 Description: A vulnerability was found in X.Org due to a dangling pointer in DeepCopyPointerClasses that can be exploited by ProcXkbSetDeviceInfo and ProcXkbGetDeviceInfo to read and write into freed...

9.8CVSS8.5AI score0.02685EPSS
SaveExploits0References191
Code423n4
Code423n4
added 2023/02/03 12:00 a.m.38 views

Potential DOS in Contract Inheriting UUPSUpgradeable.sol

Lines of code Vulnerability details Impact There is a contract which inherit UUPSUpgradeable.sol, namely; Managed.sol . The contract is deployed using a proxy pattern whereby the implementation contract is used by the proxy contract for all its logic. The proxy contract will make delegate calls t...

7.3AI score
SaveExploits0
Code423n4
Code423n4
added 2023/02/03 12:00 a.m.17 views

Reentrancy due to lack of check-effect-interact pattern by valid Driver users

Lines of code Vulnerability details Impact In a Re-entrancy attack, a malicious contract calls back into the calling contract before the first invocation of the function is finished. This may cause the different invocations of the function to interact in undesirable ways, especially in cases wher...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/02/03 12:00 a.m.17 views

Reentrancy in callBatched

Lines of code Vulnerability details Proof of Concept The Caller contract implements callBatched function in order to execute a batch of calls within one call. The function has payable declaration to be able to send ETH inside the call. The NATSPEC is also provided in parallel; /// @notice Execute...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2023/02/01 12:00 a.m.22 views

Possible Reentrance & Unexpected Behaviour Vulnerabilities

Lines of code Vulnerability details Impact Detailed description of the impact of this finding. No protection against reentrancy attacks, for example, the pay function called in the mintCallback function does not check for reentrancy before performing an external call. No checking of return values...

7.1AI score
SaveExploits0
Fedora
Fedora
added 2023/01/30 1:28 a.m.25 views

[SECURITY] Fedora 37 Update: rubygem-git-1.13.0-1.fc37

Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary...

8.8CVSS7.8AI score0.0136EPSS
SaveExploits0
Code423n4
Code423n4
added 2023/01/30 12:00 a.m.27 views

withdrawFee() can be called multiple times by any user when quest has ended making it possible to drain contract and leave users unable to claim rewards

Lines of code Vulnerability details Impact The withdrawFee function in the Erc20Quest contract can be called multiple times. The modifier onlyAdminWithdrawAfterEnd is applied to the function which only makes it possible to call it after the end time of a quest. It should be noted that any user is...

6.8AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/01/23 3:30 p.m.9 views

kernel: nfsd buffer overflow by RPC message over TCP with garbage data

A buffer overflow flaw was found in the Linux kernel nfsd network file system subsystem. The way a user sends RPC over TCP with excess data added at the end of the message could allow a remote user to starve the resources, causing a denial of service...

7.5CVSS6.8AI score0.21521EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/01/23 3:21 p.m.9 views

kernel: nfsd buffer overflow by RPC message over TCP with garbage data

A buffer overflow flaw was found in the Linux kernel nfsd network file system subsystem. The way a user sends RPC over TCP with excess data added at the end of the message could allow a remote user to starve the resources, causing a denial of service...

7.5CVSS6.8AI score0.21521EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2023/01/20 12:00 a.m.31 views

openSUSE 15 Security Update : libnbd (SUSE-SU-2022:2754-1)

The remote openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE- SU-2022:2754-1 advisory. - CVE-2022-0485: Fixed a missing error handling that may create corrupted destination image bsc1195636. Tenable has extracted the preceding description block...

4.8CVSS6.7AI score0.00968EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2023/01/20 12:00 a.m.34 views

openSUSE 15 Security Update : libnbd (SUSE-SU-2022:2347-1)

The remote openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE- SU-2022:2347-1 advisory. - A flaw was found in the copying tool nbdcopy of libnbd. When performing multi-threaded copies using asynchronous nbd calls, nbdcopy was blindly treating th...

4.8CVSS6.3AI score0.00968EPSS
SaveExploits1References4
OSV
OSV
added 2023/01/19 3:15 p.m.10 views

CVE-2023-0402

The Social Warfare plugin for WordPress is vulnerable to authorization bypass due to a missing capability check on several AJAX actions in versions up to, and including, 4.3.0. This makes it possible for authenticated attackers, with subscriber-level permissions and above, to delete post meta...

5.4CVSS5.8AI score0.00765EPSS
SaveExploits1References3
hivepro
hivepro
added 2023/01/19 1:42 p.m.48 views

APT15 enhanced its arsenal with an updated variant of the Turian backdoor

Threat Level Attack Report For a detailed threat advisory, download the pdf file here Summary APT15 has modified its toolkit to include new variants of the Turian backdoor, as well as new command and control infrastructure. The malware contains VMProtect, which obfuscates all API calls within the...

2.4AI score
SaveExploits0
Rows per page
Query Builder