Lucene search
+L

9634 matches found

Mageia
Mageia
added 2022/09/04 7:47 p.m.115 views

Updated chromium-browser-stable packages fix security vulnerability

The chromium-browser-stable package has been updated to the new 105 branch with the 105.0.5195.102 version, fixing many bugs and 25 vulnerabilities. Google is aware of reports that an exploit for CVE-2022-3075 exists in the wild. Some of the addressed CVE are listed below: High CVE-2022-3075:...

9.6CVSS0.3AI score0.24738EPSS
SaveExploits1References4
Imperva Blog
Imperva Blog
added 2022/09/01 1:59 p.m.21 views

Are you getting the most out of your security platform investment?

In the last few years, most organizations had to accelerate their digital transformation to continue operations during the pandemic. However, as more software, applications, and data architectures were added to the technology stack, the number of tools implemented to secure these assets became...

7.4AI score
SaveExploits0
Veracode
Veracode
added 2022/09/01 12:25 p.m.41 views

Authorization Bypass

chromium, sid is vulnerable to authorization bypass. The vulnerability exists due to an inappropriate implementation flaw was found in the extensions API component of the chromium browser...

6.5CVSS7.2AI score0.00607EPSS
SaveExploits0References6Affected Software2
OpenVAS
OpenVAS
added 2022/09/01 12:00 a.m.41 views

Google Chrome Security Update (stable-channel-update-for-desktop_30-2022-08) - Mac OS X

Google Chrome is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2022 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 CPE = "cpe:/a:google:chrome"; ifdescription...

8.8CVSS7.8AI score0.24738EPSS
SaveExploits3References3
Github Security Blog
Github Security Blog
added 2022/08/30 7:55 p.m.19 views

iana-time-zone vulnerable to use after free in MacOS / iOS implementation

In iana-time-zone v0.1.43 a use-after-free bug in the MacOS / iOS implementation was introduced. The copied system time zone was released before its name was copied. If the system time zone was changed between the call of CFRelease and str::toowned, random memory would be copied...

1.6AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/08/30 7:55 p.m.15 views

GHSA-3FG9-HCQ5-VXRC iana-time-zone vulnerable to use after free in MacOS / iOS implementation

In iana-time-zone v0.1.43 a use-after-free bug in the MacOS / iOS implementation was introduced. The copied system time zone was released before its name was copied. If the system time zone was changed between the call of CFRelease and str::toowned, random memory would be copied...

6.8AI score
SaveExploits0References3
OSV
OSV
added 2022/08/30 7:53 p.m.22 views

GHSA-JWH2-VRR9-VCP2 mz-avro's incorrect use of `set_len` allows for un-initialized memory

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory...

7.1AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/08/30 7:53 p.m.18 views

mz-avro's incorrect use of `set_len` allows for un-initialized memory

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory...

1.1AI score
SaveExploits0References3Affected Software1
Imperva Blog
Imperva Blog
added 2022/08/30 1:23 p.m.22 views

How to Support Agile Development Through Cybersecurity Best Practices

Understanding other peoples problems It’s often said that people only notice cybersecurity when it fails, or when it gets in the way of them doing their jobs. Organizations, and especially software development teams, want to be able to develop quickly and easily to stay ahead of their competition...

0.1AI score
SaveExploits0
FreeBSD
FreeBSD
added 2022/08/30 12:00 a.m.189 views

chromium -- multiple vulnerabilities

Chrome Releases reports: This release contains 24 security fixes, including: 1340253 Critical CVE-2022-3038: Use after free in Network Service. Reported by Sergei Glazunov of Google Project Zero on 2022-06-28 1343348 High CVE-2022-3039: Use after free in WebSQL. Reported by Nan Wang@eternalsakura...

8.8CVSS7.2AI score0.24738EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2022/08/30 12:00 a.m.9 views

Google Chrome 安全漏洞

Google Chrome is a web browser from Google, Inc. in the United States. Google Chrome suffers from a security vulnerability that stems from an improper implementation in pointer lock...

4.3CVSS9AI score0.00542EPSS
SaveExploits0References8
Prion
Prion
added 2022/08/29 3:15 p.m.33 views

Information disclosure

A flaw was found in the Linux kernel’s iouring implementation. This flaw allows an attacker with a local account to corrupt system memory, crash the system or escalate privileges...

4.3CVSS8.3AI score0.03761EPSS
SaveExploits4References5Affected Software1
OSV
OSV
added 2022/08/29 12:00 a.m.9 views

CVE-2022-1043

A flaw was found in the Linux kernel’s iouring implementation. This flaw allows an attacker with a local account to corrupt system memory, crash the system or escalate privileges...

6.5AI score
SaveExploits0References7
Code423n4
Code423n4
added 2022/08/27 12:00 a.m.11 views

LogicV2 has different/new initialize() code, but it is not possible to call it.

Lines of code Vulnerability details Impact In the V1 we had a line in the initialize: requireaddresstimelock == address0, 'NounsDAO::initialize: can only initialize once'; ... timelock = INounsDAOExecutortimelock; So in the storage of the DAOProxy it is stored an address for timelock. V2 code has...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/08/27 12:00 a.m.11 views

Storage collision between proxy and logic v2

Lines of code Vulnerability details The lack of using EIP1967 proposal can lead to a storage collision on variables when implementing proxy-implementation pattern. More details can be found here; Impact Since the project implementing proxies with logic and implementation pattern where they share...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/08/27 12:00 a.m.10 views

Votes which guarantee a majority for-vote can still result in a defeated proposal

Lines of code Vulnerability details Impact The current quorum logic in NounsDAOLogicV2.sol and NounsDAOLogicV1.sol seems undesirable. High, even complete, voter turnout may still not favour a majority for-vote, while a majority against-vote always wins, no matter how low the turnout is even zero...

6.8AI score
SaveExploits0
OpenVAS
OpenVAS
added 2022/08/26 12:00 a.m.26 views

Ubuntu: Security Advisory (USN-2443-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 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...

7.8CVSS6.9AI score0.0523EPSS
SaveExploits12References2
OpenVAS
OpenVAS
added 2022/08/26 12:00 a.m.35 views

Ubuntu: Security Advisory (USN-5211-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 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...

4.4CVSS6.8AI score0.00515EPSS
SaveExploits1References2
OpenVAS
OpenVAS
added 2022/08/26 12:00 a.m.21 views

Ubuntu: Security Advisory (USN-3880-2)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 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...

7.8CVSS7.2AI score0.03766EPSS
SaveExploits2References2
Cvelist
Cvelist
added 2022/08/25 6:40 p.m.26 views

CVE-2022-20921 Cisco ACI Multi-Site Orchestrator Privilege Escalation Vulnerability

A vulnerability in the API implementation of Cisco ACI Multi-Site Orchestrator MSO could allow an authenticated, remote attacker to elevate privileges on an affected device. This vulnerability is due to improper authorization on specific APIs. An attacker could exploit this vulnerability by sendi...

8.8CVSS8.7AI score0.01153EPSS
SaveExploits0References1
Rows per page
Query Builder