Lucene search
+L

561 matches found

Positive Technologies
Positive Technologies
•added 2022/10/17 12:00 a.m.•11 views

PT-2022-25878 Ā· 74Cmsse Ā· 74Cmsse

Name of the Vulnerable Software and Affected Versions: 74cmsSE version 3.12.0 Description: The issue allows authenticated attackers with low-level privileges to arbitrarily change the rights and credentials of the Super Administrator account. Recommendations: For 74cmsSE version 3.12.0, at the...

6.5CVSS6.3AI score0.00577EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
•added 2022/10/17 12:00 a.m.•10 views

CVE-2022-41471

74cmsSE v3.12.0 allows authenticated attackers with low-level privileges to arbitrarily change the rights and credentials of the Super Administrator account...

6.8AI score0.00577EPSS
SaveExploits1References1
Code423n4
Code423n4
•added 2022/10/12 12:00 a.m.•19 views

Lack of a contract existence check may lead to undefined behavior

Lines of code Vulnerability details Impact Low-level calls call/delegatecall/staticcall return true even if the account called is non-existent per EVM design. Solidity documentation warns: ā€œThe low-level functions call, delegatecall and staticcall return true as their first return value if the...

6.9AI score
SaveExploits0
Code423n4
Code423n4
•added 2022/09/25 12:00 a.m.•22 views

Low level call returns true if the address doesn't exist

Lines of code Vulnerability details Impact As written in the solidity documentation, the low-level function call returns true as its first return value if the address called is non-existent, as part of the design of the EVM. Address existence must be checked prior to calling if needed. Since the...

7.3AI score
SaveExploits0
UbuntuCve
UbuntuCve
•added 2022/09/14 6:15 p.m.•42 views

CVE-2022-35946

GLPI stands for Gestionnaire Libre de Parc Informatique and is a Free Asset and IT Management Software package, that provides ITIL Service Desk features, licenses tracking and software auditing. In affected versions request input is not properly validated in the plugin controller and can be used ...

6.5CVSS6.9AI score0.00864EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2022/09/14 5:55 p.m.•61 views

CVE-2022-35946 SQL injection through plugin controller in GLPI

GLPI stands for Gestionnaire Libre de Parc Informatique and is a Free Asset and IT Management Software package, that provides ITIL Service Desk features, licenses tracking and software auditing. In affected versions request input is not properly validated in the plugin controller and can be used ...

5.5CVSS6.6AI score0.00864EPSS
SaveExploits0References2
Code423n4
Code423n4
•added 2022/08/27 12:00 a.m.•16 views

Unchecked Call return value in _refundGas call can fail and contract will not revert

Lines of code Vulnerability details Because payable.call is a low-level call, it will not cause a revert on failure. bool refundSent, = msg.sender.call value: refundAmount ''; This means the function will go through, as if the gas-refund was processed, when it may have not. This can specifically...

6.8AI score
SaveExploits0
Cent OS
Cent OS
•added 2022/08/04 7:09 p.m.•108 views

xorg security update

CentOS Errata and Security Advisory CESA-2022:5905 An update for xorg-x11-server is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed...

7.8CVSS7.1AI score0.00626EPSS
SaveExploits0References7
Fedora
Fedora
•added 2022/07/30 1:55 a.m.•51 views

[SECURITY] Fedora 36 Update: golang-github-boltdb-bolt-1.3.1-16.fc36

Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. Since Bolt is meant to be used as such a low-level piece of...

9.3CVSS8.8AI score0.0995EPSS
SaveExploits4
Fedora
Fedora
•added 2022/07/30 1:55 a.m.•14 views

[SECURITY] Fedora 36 Update: golang-etcd-bbolt-1.3.6-5.fc36

Package Bbolt implements a low-level key/value store in pure Go. It supports fully serializable transactions, ACID semantics, and lock-free MVCC with multiple readers and a single writer. Bolt can be used for projects that want a simple data store without the need to add large dependencies such a...

7.1AI score
SaveExploits0
Fedora
Fedora
•added 2022/07/30 1:55 a.m.•25 views

[SECURITY] Fedora 36 Update: containerd-1.6.6-5.fc36

Containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision...

7.5AI score
SaveExploits0
Code423n4
Code423n4
•added 2022/07/19 12:00 a.m.•12 views

ETHRegistrarController.sol#register() preforms a low-level call to a user desired target.data

Lines of code Vulnerability details When using low-level call to target that entered by the caller we need to make sure it will only do what it meant to do without any extra power. The ETHRegistrarController.solregister takes a resolver and data to preform a low-level call to the resolver. Howeve...

6.7AI score
SaveExploits0
OpenVAS
OpenVAS
•added 2022/07/18 12:00 a.m.•12 views

Fedora: Security Advisory for golang-github-burntsushi-xgb (FEDORA-2022-3969b64d4b)

The remote host is missing an update for the Copyright C 2022 Greenbone Networks GmbH 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-or-later This program is free software; you can...

9.3CVSS8.9AI score0.0995EPSS
SaveExploits4References2
Code423n4
Code423n4
•added 2022/07/08 12:00 a.m.•17 views

Issue with condition check handling

Lines of code Vulnerability details Impact It might cause data corruption, as most of the data handling is done in low level. Proof of Concept // Add up all the percents to make sure they cumulative are under 100%. uint256 percentTotal = 0; for uint256 i = 0; i typeuint56.max revert...

6.5AI score
SaveExploits0
Fedora
Fedora
•added 2022/07/04 1:35 a.m.•38 views

[SECURITY] Fedora 36 Update: golang-github-burntsushi-xgb-0-0.15.20210108git5f9e7b3.fc36

XGB is the X Go Binding, which is a low-level API to communicate with the core X protocol and many of the X extensions. It is closely modeled after XCB and xpyb...

9.3CVSS8.1AI score0.0995EPSS
SaveExploits4
Fedora
Fedora
•added 2022/07/04 1:35 a.m.•32 views

[SECURITY] Fedora 36 Update: golang-etcd-bbolt-1.3.6-4.fc36

Package Bbolt implements a low-level key/value store in pure Go. It supports fully serializable transactions, ACID semantics, and lock-free MVCC with multiple readers and a single writer. Bolt can be used for projects that want a simple data store without the need to add large dependencies such a...

9.3CVSS8.5AI score0.0995EPSS
SaveExploits4
Code423n4
Code423n4
•added 2022/07/04 12:00 a.m.•17 views

Returned Value not checked when Depositing Eth

Lines of code Vulnerability details Impact In fillorder function, when eth is converted to weth, at line 335, it deposit the msg.value here. But it does not check the return value if the call succeeded. Proof of Concept IWETHweth.depositvalue: msg.value; Tools Used Visual Studio Code Recommended...

6.8AI score
SaveExploits0
OSV
OSV
•added 2022/06/28 8:15 p.m.•15 views

CVE-2021-3431

Assertion reachable with repeated LLFEATUREREQ. Zephyr versions = v2.5.0 contain Reachable Assertion CWE-617. For more information, see https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-7548-5m6f-mqv9...

7.5CVSS5.5AI score0.00894EPSS
SaveExploits0References1
OSV
OSV
•added 2022/06/24 4:15 p.m.•8 views

CVE-2021-29768

IBM Cognos Analytics 11.1.7, 11.2.0, and 11.2.1 could allow a low level user to obtain sensitive information from the details of the 'Cloud Storage' page for which they should not have access. IBM X-Force ID: 202682...

6.5CVSS7.3AI score0.00979EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2022/06/24 3:35 p.m.•35 views

CVE-2021-29768

IBM Cognos Analytics 11.1.7, 11.2.0, and 11.2.1 could allow a low level user to obtain sensitive information from the details of the 'Cloud Storage' page for which they should not have access. IBM X-Force ID: 202682...

4.3CVSS6.2AI score0.00979EPSS
SaveExploits0References3
Rows per page
Query Builder