Lucene search
+L

1566 matches found

Cvelist
Cvelist
added 2022/02/09 5:16 p.m.47 views

CVE-2021-45330

An issue exsits in Gitea through 1.15.7, which could let a malicious user gain privileges due to client side cookies not being deleted and the session remains valid on the server side for reuse...

9.8AI score0.01447EPSS
SaveExploits0References1
Code423n4
Code423n4
added 2022/02/09 12:00 a.m.15 views

claimed of _to set to true

Lines of code Vulnerability details Impact Function withdraw in Shelter calculates the amount based on shares of msg.sender, but sets the claimed flag of to: uint256 amount = savedTokenstoken client.shareOftoken, msg.sender / client.totalSharetoken; claimedtokento = true; This means a malicious...

6.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2022/02/05 12:00 a.m.263 views

Oracle Linux 7 : qemu (ELSA-2022-9123)

The remote Oracle Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2022-9123 advisory. - Document CVE-2021-4158 and CVE-2021-3947 as fixed Mark Kanda Orabug: 33719302 Orabug: 33754145 CVE-2021-3947 CVE-2021-4158 - hw/block/fdc: Kludge...

6.5CVSS6.5AI score0.00592EPSS
SaveExploits4References6
NVD
NVD
added 2022/01/25 11:15 p.m.26 views

CVE-2021-36295

Dell VNX2 OE for File versions 8.1.21.266 and earlier, contain an authenticated remote code execution vulnerability. A remote malicious user with privileges may exploit this vulnerability to execute commands on the system...

9CVSS0.02812EPSS
SaveExploits0References1
Prion
Prion
added 2022/01/25 11:15 p.m.25 views

Remote code execution

Dell VNX2 OE for File versions 8.1.21.266 and earlier, contain an authenticated remote code execution vulnerability. A remote malicious user with privileges may exploit this vulnerability to execute commands on the system...

9CVSS7.5AI score0.02812EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2022/01/21 9:15 p.m.33 views

CVE-2021-36338

Unisphere for PowerMax versions prior to 9.2.2.2 contains a privilege escalation vulnerability. An adjacent malicious user could potentially exploit this vulnerability to escalate their privileges and access functionalities they do not have access to. CVE-2022-31233 addresses the partial fix in...

8CVSS0.00358EPSS
SaveExploits0References1
CVE
CVE
added 2022/01/21 8:15 p.m.67 views

CVE-2021-36339

The CVE-2021-36339 issue affects Dell EMC Virtual Appliances prior to version 9.2.2.2, where undocumented user accounts exist. This enables a local attacker with access to the appliance to potentially obtain privileged access. The vulnerability is rooted in the presence of hidden accounts rather ...

7.8CVSS7.3AI score0.00238EPSS
SaveExploits0References1Affected Software7
RedHat Linux
RedHat Linux
added 2022/01/21 7:04 p.m.86 views

Moderate: Red Hat Security Advisory: Red Hat OpenShift Enterprise Logging bug fix and security update (5.2.6)

An update is now available for OpenShift Logging 5.2.6 Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in t...

8.5CVSS7.8AI score0.97906EPSS
SaveExploits10References4
UbuntuCve
UbuntuCve
added 2022/01/18 5:15 p.m.28 views

CVE-2022-0090

An issue has been discovered affecting GitLab versions prior to 14.4.5, between 14.5.0 and 14.5.3, and between 14.6.0 and 14.6.1. GitLab is configured in a way that it doesn't ignore replacement references with git sub-commands, allowing a malicious user to spoof the contents of their commits in...

6.5CVSS6.5AI score0.01306EPSS
SaveExploits0References4
Prion
Prion
added 2022/01/14 8:15 p.m.22 views

Design/Logic Flaw

SAP Enterprise Threat Detection ETD - version 2.0, does not sufficiently encode user-controlled inputs which may lead to an unauthorized attacker possibly exploit XSS vulnerability. The UIs in ETD are using SAP UI5 standard controls, the UI5 framework provides automated output encoding for its...

4.3CVSS5.9AI score0.00602EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2022/01/13 9:15 p.m.25 views

Command injection

A malicious user on the same LAN could use DNS spoofing followed by a command injection attack to trick a NAS device into loading through an unsecured HTTP call. Addressed this vulnerability by disabling checks for internet connectivity using HTTP...

8.3CVSS8.8AI score0.01333EPSS
SaveExploits0References2Affected Software1
Code423n4
Code423n4
added 2022/01/12 12:00 a.m.16 views

[WP-H10] A malicious early user/attacker can manipulate the pps to freeze users' funds at a certain deposit amount

Handle WatchPug Vulnerability details uint256 tokenId = depositors.mint msgSender, amount, claimerId, lockedUntil ; function safeMint address to, uint256 tokenId, bytes memory data internal virtual mintto, tokenId; require checkOnERC721Receivedaddress0, to, tokenId, data, "ERC721: transfer to non...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/11 12:00 a.m.19 views

Possible griefing attack on vault setStrategy

Handle harleythedog Vulnerability details Impact In the function setStrategy within Vault.sol, there is a requirement that strategy.investedAssets == 0 so that no funds are left stuck in the strategy. A malicious user could strategically transfer 1 wei of underlying to the strategy or any other...

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

TimeswapPair.sol#mint() Malicious user/attacker can mint new liquidity with an extremely small amount of yIncrease and malfunction the pair with the maturity

Handle WatchPug Vulnerability details The current implementation of TimeswapPair.solmint allows the caller to specify an arbitrary value for yIncrease. However, since state.y is expected to be a large number based at 232, once the initial state.y is set to a small number 1 wei for example, the...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/06 12:00 a.m.12 views

Malicious early user/attacker can malfunction the contract and even freeze users' funds in edge cases

Handle WatchPug Vulnerability details pointsPerUnit += newXDEFI pointsMultiplier / totalUnitsCached; In the current implementation, pointsPerUnit can be changed in updateDistribution which can be called by anyone. A malicious early user can lock with only 1 wei of XDEFI and makes pointsPerUnit to...

7AI score
SaveExploits0
Veracode
Veracode
added 2022/01/04 1:38 p.m.16 views

HTML Injection

dolibarr/dolibarr is vulnerable to HTML injection. If there is no canonical URL defined during setup, a malicious user can initiate a POST request with any domain name in the HOST header, allowing for arbitrary domains to be set for certain links...

5.4CVSS1.1AI score0.00744EPSS
SaveExploits1References5Affected Software1
Cvelist
Cvelist
added 2021/12/30 9:31 p.m.37 views

CVE-2021-20157

It is possible for an unauthenticated, malicious user to force the device to reboot due to a hidden administrative command...

7.8AI score0.01549EPSS
SaveExploits1References1
CVE
CVE
added 2021/12/30 9:31 p.m.57 views

CVE-2021-20157

The CVE-2021-20157 entry refers to Trendnet AC2600 TEW-827DRU devices, where an unauthenticated, malicious user can force a reboot via a hidden administrative command. Multiple connected sources (NVD/NVD-derived records, Red Hat security entry, CNVD, CNNVD) corroborate that the root cause is a hi...

7.8CVSS7.5AI score0.01549EPSS
SaveExploits1References1Affected Software1
UbuntuCve
UbuntuCve
added 2021/12/24 12:00 a.m.46 views

CVE-2021-4158

A NULL pointer dereference issue was found in the ACPI code of QEMU. A malicious, privileged user within the guest could use this flaw to crash the QEMU process on the host, resulting in a denial of service condition...

6CVSS6.8AI score0.00395EPSS
SaveExploits1References4
Code423n4
Code423n4
added 2021/12/12 12:00 a.m.18 views

Attacker can empty all the funds by creating fake promotions

Handle WatchPug Vulnerability details The current implementation of calculateRewardAmount allows a arbitrary epochId, which can even be a epochId numberOfEpochs. A malicious user can call claimRewards with epochIds larger than numberOfEpochs and claim other users' rewards. Furthermore, since...

6.9AI score
SaveExploits0
Rows per page
Query Builder