Lucene search
+L

7868 matches found

Code423n4
Code423n4
added 2023/02/01 12:0 a.m.11 views

Multiple combinations of token0/token1 for a given liquidity exist to satisfies the custom variant of AMM pool. A naive LP or Power token holder can transfer more token0/token1 then necessary when minting & burning respectively

Lines of code Vulnerability details Impact LP's need to provide a combination of token0 / token 1 for a given liquidity that satisfied a custom variant that satisfies 2 conditions 1. scale1 = c + d where a, b, c, d are functions of token0/ token1 , liquidity and upper bound The relationship betwe...

6.7AI score
SaveExploits0
Cvelist
Cvelist
added 2023/02/01 12:0 a.m.47 views

CVE-2023-0524

As part of our Security Development Lifecycle, a potential privilege escalation issue was identified internally. This could allow a malicious actor with sufficient permissions to modify environment variables and abuse an impacted plugin in order to escalate privileges. We have resolved the issue...

9.2AI score0.00639EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2023/02/01 12:0 a.m.12 views

The vulnerability of the Packet Forwarding Engine (PFE) implementation in Juniper Networks’ Junos OS allows a hacker to induce a service failure.

The vulnerability of the Packet Forwarding Engine PFE implementation in Juniper Networks’ Junos OS is related to the unlimited distribution of resources. Exploiting this vulnerability can allow a malicious actor to cause service interruptions remotely...

7.8CVSS7.1AI score0.00644EPSS
SaveExploits0References2Affected Software1
OpenVAS
OpenVAS
added 2023/01/31 12:0 a.m.25 views

Huawei EulerOS: Security Advisory for krb5 (EulerOS-SA-2023-1263)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

6.5CVSS7.3AI score0.02166EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2023/01/30 12:0 a.m.31 views

EulerOS Virtualization 3.0.2.2 : krb5 (EulerOS-SA-2023-1263)

According to the versions of the krb5 packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - The Key Distribution Center KDC in MIT Kerberos 5 aka krb5 before 1.18.5 and 1.19.x before 1.19.3 has a NULL pointer dereference in...

6.5CVSS7.1AI score0.02166EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2023/01/28 12:0 a.m.2281 views

SUSE SLES15 / openSUSE 15 Security Update : podman (SUSE-SU-2023:0187-1)

The remote SUSE Linux SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2023:0187-1 advisory. podman was updated to version 4.3.1: 4.3.1: Bugfixes - Fixed a deadlock between the podman ps and podman container...

7.5CVSS6.5AI score0.02085EPSS
SaveExploits3References20
Debian
Debian
added 2023/01/26 6:32 p.m.47 views

[SECURITY] [DSA 5329-1] bind9 security update

------------------------------------------------------------------------- Debian Security Advisory DSA-5329-1 [email protected] https://www.debian.org/security/ Moritz Muehlenhoff January 26, 2023 https://www.debian.org/security/faq -...

7.5CVSS8.7AI score0.48707EPSS
SaveExploits0
Microsoft KB
Microsoft KB
added 2023/01/26 8:0 a.m.337 views

November 8, 2022—KB5019970 (OS Build 10240.19567) - EXPIRED

None None...

8.8CVSS6.8AI score0.24623EPSS
SaveExploits1
BDU FSTEC
BDU FSTEC
added 2023/01/25 12:0 a.m.14 views

The vulnerability of the file copying utility cp in the GNU Core Utilities system of the EMIAS OS operating system allows a perpetrator to cause a service failure or exert other adverse effects.

The vulnerability of the file copying utility cp in the GNU Core Utilities system for the EMIAS OS operating system is related to the distribution of resources without any restrictions or regulations. Exploiting this vulnerability could allow an attacker to cause service failures or have other...

7.8CVSS5.5AI score
SaveExploits0Affected Software2
The Hacker News
The Hacker News
added 2023/01/24 11:33 a.m.3 views

Security Navigator Research: Some Vulnerabilities Date Back to the Last Millennium

Vulnerability analysis results in Orange Cyberdefenses' Security Navigator show that some vulnerabilities first discovered in 1999 are still found in networks today. This is concerning. Age of VOC findings Our Vulnerability Scans are performed on a recurring basis, which provides us the opportuni...

6.8AI score
SaveExploits0
Oracle linux
Oracle linux
added 2023/01/24 12:0 a.m.36 views

firefox security update

102.7.0-1.0.1 - Remove upstream references Orabug: 30143292 - Update distribution for Oracle Linux Orabug: 30143292 - Add firefox-oracle-default-prefs.js and remove the corresponding Red Hat file 102.7.0-1 - Update to 102.7.0 build1 102.6.0-2 - Add firefox-x11 subpackage to allow explicit run of...

8.8CVSS2AI score0.00892EPSS
SaveExploits0
Code423n4
Code423n4
added 2023/01/22 12:0 a.m.17 views

Upgraded Q -> M from #113 [1674422768939]

Judge has assessed an item in Issue 113 as M risk. The relevant finding follows: During handling the open fees, the tigAsset is distributed to gov. But, it is not approved before to be consumed by gov. So, the first user's transaction to initiate a market order, will fail. During handling the clo...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/20 12:0 a.m.6 views

Stealing money from protocol

Lines of code Vulnerability details Impact Parameters address from,uint256 amount passed in the function call distribute not checked , attacker can specify any address approved to distrutor and any amount to steal asset Proof of Concept function distribute IERC20 erc20, address from, uint256 amou...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/20 12:0 a.m.12 views

function withdraw() in StRSR won't update contract state (totalDrafts) in all cases which can cause wrong fund distribution and fund stucking in the contract

Lines of code Vulnerability details Impact Function withdraw complete an account's unstaking. it transfers user draft withdrawals and updates totalDrafts. but when calculated rsrAmount is 0 code returns and won't updates totalDrafts which can cause wrong calculations as those draft items removed...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/17 12:0 a.m.12 views

Redeemers will receive less collateral than expected if function completeRedemptions() is called with empty refundees list

Lines of code Vulnerability details Impact Function completeRedemptions is used by admin account to distribute collateral to users and also to refund redemption requests if the redemption cannot be serviced. function completeRedemptions address calldata redeemers, address calldata refundees,...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/17 12:0 a.m.12 views

Values in redemptions do not match, and fees are being overcharged

Lines of code Vulnerability details Impact The amount of collateral to distribute collateralAmountToDist does not need to match the sum of fees actually distributed the sum of collateralAmountDue in the events of processRedemption. The real distributed amount can be smaller. However, the fees are...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/17 12:0 a.m.13 views

Wrong logic totalBurned is not updated after _processRefund() results in loss of funds for redeemers

Lines of code Vulnerability details Impact Function completeRedemptions is used by admin account to distribute collateral to users and also to refund redemption requests if the redemption cannot be serviced. function completeRedemptions address calldata redeemers, address calldata refundees,...

6.9AI score
SaveExploits0
The Hacker News
The Hacker News
added 2023/01/14 8:11 a.m.4 views

Cacti Servers Under Attack as Majority Fail to Patch Critical Vulnerability

A majority of internet-exposed Cacti servers have not been patched against a recently patched critical security vulnerability that has come under active exploitation in the wild. That's according to attack surface management platform Censys, which found only 26 out of a total of 6,427 servers to ...

9.8CVSS8.5AI score0.99826EPSS
SaveExploits52
The Hacker News
The Hacker News
added 2023/01/13 11:26 a.m.3 views

Cybercriminals Using Polyglot Files in Malware Distribution to Fly Under the Radar

Remote access trojans such as StrRAT and Ratty are being distributed as a combination of polyglot and malicious Java archive JAR files, once again highlighting how threat actors are continuously finding new ways to fly under the radar. "Attackers now use the polyglot technique to confuse security...

6.4AI score
SaveExploits0
The Hacker News
The Hacker News
added 2023/01/13 11:26 a.m.29 views

Cybercriminals Using Polyglot Files in Malware Distribution to Fly Under the Radar

Remote access trojans such as StrRAT and Ratty are being distributed as a combination of polyglot and malicious Java archive JAR files, once again highlighting how threat actors are continuously finding new ways to fly under the radar. "Attackers now use the polyglot technique to confuse security...

SaveExploits0
Rows per page
Query Builder