Lucene search
+L

9518 matches found

The Hacker News
The Hacker News
added 2023/06/30 9:04 a.m.66 views

WhatsApp Upgrades Proxy Feature Against Internet Shutdowns

Meta's WhatsApp has rolled out updates to its proxy feature, allowing more flexibility in the kind of content that can be shared in conversations. This includes the ability to send and receive images, voice notes, files, stickers and GIFs, WhatsApp told The Hacker News. The new features were firs...

6.8AI score
SaveExploits0
OSV
OSV
added 2023/06/28 6:15 p.m.10 views

CVE-2023-21200

In onremoveisodatapath of btmisoimpl.h, there is a possible out of bounds read due to improper input validation. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions:...

5.5CVSS5.9AI score0.00092EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2023/06/28 12:00 a.m.11 views

PT-2023-17969 · Google · Android

Name of the Vulnerable Software and Affected Versions: Android version Android-13 Description: In the xmlParseTryOrFinish function of parser.c, there is a possible out of bounds read due to a heap buffer overflow. This could lead to remote information disclosure with no additional execution...

7.5CVSS7.4AI score0.00455EPSS
SaveExploits0References4
RustSec
RustSec
added 2023/06/26 12:00 p.m.7 views

impl `FromMdbValue` for bool is unsound

The implementation of FromMdbValue have several unsoundness issues. First of all, it allows to reinterpret arbitrary bytes as a bool and could make undefined behavior happen with safe function. Secondly, it allows transmuting pointer without taking memory layout into consideration. The details of...

7.2AI score
SaveExploits0
The Coalfire Blog
The Coalfire Blog
added 2023/06/22 4:23 p.m.16 views

How medical device manufacturers can address new FDA cybersecurity guidelines

Advancements in technology in the healthcare industry have made medical devices increasingly vulnerable to cyber attacks. To embed better security practices into the manufacturing and implementation of medical devices, the FDA released a new mandate requiring a comprehensive cybersecurity plan fo...

7AI score
SaveExploits0
Ubuntu
Ubuntu
added 2023/06/22 12:54 p.m.85 views

USN-6186-1: Linux kernel vulnerabilities

Patryk Sondej and Piotr Krysiuk discovered that a race condition existed in the netfilter subsystem of the Linux kernel when processing batch requests, leading to a use-after-free vulnerability. A local attacker could use this to cause a denial of service system crash or possibly execute arbitrar...

7.8CVSS7.1AI score0.16525EPSS
SaveExploits8
Code423n4
Code423n4
added 2023/06/21 12:00 a.m.18 views

M-03 Unmitigated

Lines of code Vulnerability details Mitigation of M-03: Issue not mitigated, see comments Link to Issue: code-423n4/2023-05-ambire-findings16 Comments The issue is not mitigated. There is an error in the implementation of the mitigation of M-03. See report adriro-MR-M-03-ERROR for details. Assess...

6.9AI score
SaveExploits0
Ubuntu
Ubuntu
added 2023/06/16 8:27 p.m.80 views

USN-6175-1: Linux kernel vulnerabilities

Patryk Sondej and Piotr Krysiuk discovered that a race condition existed in the netfilter subsystem of the Linux kernel when processing batch requests, leading to a use-after-free vulnerability. A local attacker could use this to cause a denial of service system crash or possibly execute arbitrar...

7.8CVSS7.1AI score0.16525EPSS
SaveExploits8
Ubuntu
Ubuntu
added 2023/06/16 7:55 p.m.96 views

USN-6173-1: Linux kernel (OEM) vulnerabilities

Gwangun Jung discovered that the Quick Fair Queueing scheduler implementation in the Linux kernel contained an out-of-bounds write vulnerability. A local attacker could use this to cause a denial of service system crash or possibly execute arbitrary code. CVE-2023-31436 It was discovered that the...

9.8CVSS7.1AI score0.16525EPSS
SaveExploits2
Github Security Blog
Github Security Blog
added 2023/06/16 7:40 p.m.29 views

@apollo/server vulnerable to unsafe application of Content Security Policy via reused nonces

Context Content Security Policies CSP are a defense-in-depth strategy against XSS attacks. Improper application of CSP isn't itself a vulnerability, but it does fail to prevent XSS in the event that there is a viable attack vector for an XSS attack. Impact There aren't any XSS attack vectors via...

10AI score
SaveExploits0References3Affected Software1
Ubuntu
Ubuntu
added 2023/06/14 12:02 p.m.78 views

USN-6162-1: Linux kernel (Intel IoTG) vulnerabilities

Patryk Sondej and Piotr Krysiuk discovered that a race condition existed in the netfilter subsystem of the Linux kernel when processing batch requests, leading to a use-after-free vulnerability. A local attacker could use this to cause a denial of service system crash or possibly execute arbitrar...

7.8CVSS7.4AI score0.16525EPSS
SaveExploits8
RedhatCVE
RedhatCVE
added 2023/06/14 9:15 a.m.26 views

CVE-2023-24535

A flaw was found in the golang implementation of the protobuf protocol. This issue occurs when parsing a text-format message which contains a potential number consisting of a minus sign, one or more characters of whitespace, and no further input, which will cause a panic...

7.5CVSS7.3AI score0.01089EPSS
SaveExploits0References6
Citrix
Citrix
added 2023/06/12 12:00 a.m.10 views

Complete SSO at CWA launch

Once CWA.exe starts user is not fully signed in user uses SAML to sign in to their local machine. User will need to interactive with CWA Launch a resource or refresh CWA to complete the authentication which results enumeration for new changes for the CWA. How to achieve SSO at CWA.exe at launch s...

7.1AI score
SaveExploits0
Fedora
Fedora
added 2023/06/10 1:47 a.m.52 views

[SECURITY] Fedora 38 Update: mariadb-10.5.20-1.fc38

MariaDB is a community developed fork from MySQL - a multi-user, multi-thread ed SQL database server. It is a client/server implementation consisting of a server daemon mariadbd and many different client programs and libraries. The base package contains the standard MariaDB/MySQL client programs...

6.5CVSS7.3AI score0.01486EPSS
SaveExploits0
Code423n4
Code423n4
added 2023/06/09 12:00 a.m.18 views

Lack of Access Control

Lines of code Vulnerability details Impact The contract does not enforce proper access control mechanisms for critical functions such as deployWithdrawVault, deployNodeELRewardVault, updateStaderConfig, and updateVaultProxyAddress. As a result, any address can call these functions and potentially...

7.2AI score
SaveExploits0
Code423n4
Code423n4
added 2023/06/09 12:00 a.m.23 views

VaultProxy implementation can be initialized by anyone and self-destructed

Lines of code Vulnerability details Impact When the VaultFactory contract is deployed and initialized, the initialise method on the newly created VaultProxy implementation contract is never called. As such, anyone can call that method and pass in whatever values they want as arguments. One...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/06/09 12:00 a.m.30 views

Technically the seven days period is not guaranteed and it's possible for the challenger to delete a withdrawal even if it hasn't been challenged during the seven days

Lines of code Vulnerability details Proof of Concept There's an existing logic to prevent the CHALLENGER from deleting a l2Output after the finalization period has ended. This is done to prevent having user withdrawals blocked after the finalization period has elapsed without challenges. The...

6.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2023/06/09 12:00 a.m.39 views

EulerOS 2.0 SP5 : docker-engine (EulerOS-SA-2023-2142)

According to the versions of the docker-engine package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - containerd is an open source container runtime. A bug was found in the containerd's CRI implementation where programs inside a container c...

7.8CVSS7.3AI score0.00542EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2023/06/09 12:00 a.m.52 views

EulerOS 2.0 SP8 : docker-engine (EulerOS-SA-2023-2190)

According to the versions of the docker-engine package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - containerd is an open source container runtime. A bug was found in the containerd's CRI implementation where programs inside a container c...

5.5CVSS7AI score0.00381EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2023/06/09 12:00 a.m.40 views

Ubuntu: Security Advisory (USN-6151-1)

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

8.8CVSS7.7AI score0.00484EPSS
SaveExploits1References2
Rows per page
Query Builder