Lucene search
+L

6472 matches found

OSV
OSV
added 2022/10/11 1:15 p.m.7 views

UBUNTU-CVE-2022-33747

Arm: unbounded memory consumption for 2nd-level page tables Certain actions require e.g. removing pages from a guest's P2M Physical-to-Machine mapping. When large pages are in use to map guest pages in the 2nd-stage page tables, such a removal operation may incur a memory allocation to replace a...

3.8CVSS5.8AI score0.00271EPSS
SaveExploits0References6
Xen Project
Xen Project
added 2022/10/11 12:0 p.m.48 views

Arm: unbounded memory consumption for 2nd-level page tables

ISSUE DESCRIPTION Certain actions require e.g. removing pages from a guest's P2M Physical-to-Machine mapping. When large pages are in use to map guest pages in the 2nd-stage page tables, such a removal operation may incur a memory allocation to replace a large mapping with individual smaller ones...

3.8CVSS0.2AI score0.00271EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2022/10/11 12:0 p.m.50 views

P2M pool freeing may take excessively long

ISSUE DESCRIPTION The P2M pool backing second level address translation for guests may be of significant size. Therefore its freeing may take more time than is reasonable without intermediate preemption checks. Such checking for the need to preempt was so far missing. IMPACT A group of...

6.5CVSS0.6AI score0.00278EPSS
SaveExploits0Affected Software1
CVE
CVE
added 2022/10/11 12:0 a.m.104 views

CVE-2022-33746

CVE-2022-33746 is a Xen hypervisor issue where the P2M pool backing second-level address translation for guests can become very large, causing freeing to take longer than expected due to lack of preemption checks. The vulnerability is discussed in multiple connected advisories across distribution...

6.5CVSS7.2AI score0.00278EPSS
SaveExploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2022/10/11 12:0 a.m.5 views

PT-2022-21858 · Arm +1 · Arm +1

Name of the Vulnerable Software and Affected Versions: Arm versions affected versions not specified Description: The issue concerns unbounded memory consumption for 2nd-level page tables. Certain actions, such as removing pages from a guest's P2M Physical-to-Machine mapping, may incur memory...

8.8CVSS6AI score0.00301EPSS
SaveExploits0References122
Debian CVE
Debian CVE
added 2022/10/11 12:0 a.m.59 views

CVE-2022-33747

Arm: unbounded memory consumption for 2nd-level page tables Certain actions require e.g. removing pages from a guest's P2M Physical-to-Machine mapping. When large pages are in use to map guest pages in the 2nd-stage page tables, such a removal operation may incur a memory allocation to replace a...

3.8CVSS5.7AI score0.00271EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2022/10/11 12:0 a.m.105 views

CVE-2022-33746

P2M pool freeing may take excessively long The P2M pool backing second level address translation for guests may be of significant size. Therefore its freeing may take more time than is reasonable without intermediate preemption checks. Such checking for the need to preempt was so far missing...

6.5CVSS7.4AI score0.00278EPSS
SaveExploits0
Cvelist
Cvelist
added 2022/10/11 12:0 a.m.39 views

CVE-2022-33747

Arm: unbounded memory consumption for 2nd-level page tables Certain actions require e.g. removing pages from a guest's P2M Physical-to-Machine mapping. When large pages are in use to map guest pages in the 2nd-stage page tables, such a removal operation may incur a memory allocation to replace a...

6.3AI score0.00271EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2022/10/11 12:0 a.m.20 views

Xen 资源管理错误漏洞

Xen is an open source virtual machine monitor product from the University of Cambridge, UK. The product enables different and incompatible operating systems to run on the same computer and supports runtime migration to ensure uptime and avoid downtime. Xen has a security vulnerability. An attacke...

6.5CVSS6.4AI score0.00278EPSS
SaveExploits0References17
Cvelist
Cvelist
added 2022/10/11 12:0 a.m.45 views

CVE-2022-33746

P2M pool freeing may take excessively long The P2M pool backing second level address translation for guests may be of significant size. Therefore its freeing may take more time than is reasonable without intermediate preemption checks. Such checking for the need to preempt was so far missing...

7.6AI score0.00278EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2022/10/05 12:0 a.m.64 views

Ubuntu 16.04 ESM : Wayland vulnerability (USN-5614-2)

The remote Ubuntu 16.04 ESM host has packages installed that are affected by a vulnerability as referenced in the USN-5614-2 advisory. USN-5614-1 fixed a vulnerability in Wayland. This update provides the corresponding update for Ubuntu 16.04 ESM. Tenable has extracted the preceding description...

6.6CVSS6.9AI score0.00297EPSS
SaveExploits1References2
Code423n4
Code423n4
added 2022/10/01 12:0 a.m.11 views

After pool is initialized, user can perform a sandwich attack through front-running and back-running mint transaction by calling swap function twice to manipulate initial price to be much different than market price and gain much more of output token than expected

Lines of code Vulnerability details Impact After the following initialize function is called, the pool does not own any of the tokens at that moment since the mint function below is not called yet. When the mint transaction is sent, a malicious user can notice it in the mempool and front-run it b...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/10/01 12:0 a.m.24 views

Attackers can prevent the creation of pools

Lines of code Vulnerability details Impact A malicious attacker can permanently prevent users from creating pools of certain token pairs. Proof of Concept The deploy function in AlgebraPoolDeployer.sol uses a salt while deploying a new AlgebraPool: 44: function deploy 45: address dataStorage, 46:...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/10/01 12:0 a.m.18 views

computeAddress does not follow the standard procedure to compute the address. The contract can not create pool for some pairs due to hash collision

Lines of code Vulnerability details Impact Poor source of randomness, an attacker can easily decipher the computed address. The contract can be easily tricked. This can cause hash collision, due to this, for some pairs, the contract can not create pool. Proof of Concept AlgebraFactory.solL123 : T...

7.2AI score
SaveExploits0
Code423n4
Code423n4
added 2022/10/01 12:0 a.m.19 views

AlgebraPoolDeployer.sol#L50-L51 : After the pool deployment, the memory of "parameters's" members are not cleaned.

Lines of code Vulnerability details Impact As the memory of previous members are not cleared, this can cause unexpected result when deploying subsequent pools. Proof of Concept. parameters = ParametersdataStorage: dataStorage, factory: factory, token0: token0, token1: token1; pool = addressnew...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/10/01 12:0 a.m.12 views

Use of globalState.unlocked state change outside lock modifier allows for Re-entrancy which would cause huge loss to pool

Lines of code Vulnerability details I guess I can put this into one report since the issue affects two seperate functions in a contract. Impact The functions AlgebraPool.swap and AlgebraPool.swapSupportingFeeOnInputTokens attempt to not use the lock modifier to update the globalState.unlocked sta...

7.1AI score
SaveExploits0
NVD
NVD
added 2022/09/29 4:15 a.m.16 views

CVE-2019-20325

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during the year 2019. Notes: none...

SaveExploits0
NVD
NVD
added 2022/09/29 4:15 a.m.12 views

CVE-2019-20322

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during the year 2019. Notes: none...

SaveExploits0
NVD
NVD
added 2022/09/29 4:15 a.m.8 views

CVE-2019-20312

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during the year 2019. Notes: none...

SaveExploits0
NVD
NVD
added 2022/09/29 4:15 a.m.12 views

CVE-2019-20315

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during the year 2019. Notes: none...

SaveExploits0
Rows per page
Query Builder