Lucene search
+L

1004 matches found

CVE
CVE
added 2026/08/19 9:35 p.m.23 views

CVE-2026-76386

In Zoom app for Splunk SOAR versions below 3.2.2, the "password" and "pmi_password" action parameters are not masked, causing cleartext exposure of Zoom meeting passwords and personal meeting ID passwords in the UI when a user with action-running privileges invokes create/update meeting or update...

4.3CVSS5.3AI score0.00139EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 9:35 p.m.21 views

CVE-2026-76385

CVE-2026-76385 affects the Venafi app for Splunk SOAR in versions below 2.1.4 . The get certificate action exposes the keystore_password and password parameters in cleartext in the user interface because the app does not mark them as password fields. Any user with permission to run actions can tr...

4.3CVSS5.3AI score0.00092EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 9:35 p.m.24 views

CVE-2026-76382

In Phantom app for Splunk SOAR versions below 3.8.5, the deflate item action's password parameter is not masked, exposing sensitive archive passwords in cleartext to any user with action-run privileges. CVSS 4.3 (Medium). No exploitation details provided. Upgrade to 3.8.5 or later. See Splunk adv...

4.3CVSS5.3AI score0.00139EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/19 9:35 p.m.44 views

CVE-2026-76381 Information Disclosure through Action Parameters in MS Graph for Active Directory app for Splunk SOAR

In versions below 1.5.2 of the MS Graph for Active Directory app for Splunk SOAR, a user who holds a role with permission to run actions could expose a sensitive password by invoking the reset password action, because the action's temppassword parameter is not masked and is shown in cleartext in...

4.3CVSS0.00139EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 9:35 p.m.24 views

CVE-2026-76377

CVE-2026-76377 affects the Azure AD Graph app for Splunk SOAR in versions below 2.5.3 . The root cause is that the temp_password parameter in the reset password action is not marked as a password field, causing it to be displayed in cleartext in the Splunk SOAR user interface. Any user with a rol...

4.3CVSS5.3AI score0.00139EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/19 5:40 p.m.11 views

CVE-2026-72409

A flaw was found in the Linux kernel's mvneta network driver. When a system utilizing this driver enters and exits suspend mode, if a Networked Asynchronous Packet Interface NAPI poll operation is pending, the per-CPU interrupt may not be correctly re-enabled upon resume. This oversight results i...

7.5CVSS5.4AI score0.00686EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/18 4:56 p.m.11 views

SUSE CVE-2026-64652

GitHub CLI gh is GitHub's official command line tool. Prior to version 2.97.0, gh auth status masked only the characters after the last underscore in certain fine-grained personal access tokens and GitHub App tokens. As a result, part of an affected token could appear in terminal or CI output tha...

3.3CVSS5.4AI score0.00117EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/18 10:42 a.m.13 views

CVE-2026-72402

A flaw was found in the Linux kernel's BPF Berkeley Packet Filter verifier logging mechanism. The printbpfinsn function, responsible for masking sensitive pointer values in verifier logs, did not correctly mask all pseudo-pointer types. This oversight could lead to kernel memory addresses being...

5.5CVSS5.4AI score0.00189EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/18 12:00 a.m.22 views

PT-2026-82773

Name of the Vulnerable Software and Affected Versions Wazuh versions 4.14.0 through 4.14.6 Description An authenticated low-privilege user can read the cluster secret from the manager configuration. This occurs because the logic used to mask sensitive values is disabled whenever any update-config...

7CVSS6.5AI score0.00239EPSS
SaveExploits1References8
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.13 views

Amazon Linux 2 : kernel, --advisory ALAS2KERNEL-5.4-2026-128 (ALASKERNEL-5.4-2026-128)

The version of kernel installed on the remote host is prior to 5.4.302-224.477. It is, therefore, affected by a vulnerability as referenced in the ALAS2KERNEL-5.4-2026-128 advisory. In the Linux kernel, the following vulnerability has been resolved: smb: client: mask server-provided mode to 07777...

7.1CVSS5.5AI score0.00309EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/17 7:36 p.m.12 views

CVE-2026-72067

A flaw was found in the Linux kernel's CPU hotplug mechanism. When the cpuhpinvokecallback function attempts to unwind previous operations after a failure, it can incorrectly reuse a return value. This issue allows a successful rollback to mask the original error, causing a failed CPU hotplug...

7.8CVSS5.4AI score0.00176EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 6:19 a.m.10 views

AZL-96600 CVE-2026-74579 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftpayload: fix mask build for partial field offload nftpayloadoffloadmask builds the offload match mask for a payload expression that covers only part of a header field. For a partial IPv6 address match fieldlen = 16,...

7.1CVSS5.8AI score0.0012EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/17 5:39 a.m.10 views

BIT-AIRFLOW-2026-68970 Apache Airflow: Values of a list-shaped Variable are not masked in task logs and the Rendered Templates UI

Apache Airflow's Task SDK did not mask the contents of a Variable whose JSON value is a list, so secrets stored in that shape appeared in cleartext in task logs and in the Rendered Templates UI. Masking was applied only when the deserialized value was a string or a dict; a list at the top level...

6.5CVSS5.5AI score0.0023EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 5:39 a.m.10 views

BIT-AIRFLOW-2026-54183 Apache Airflow: Airflow Variables were not masked in the UI for authenticated users

Apache Airflow's secrets masker hides values stored under sensitive key names when they are displayed in the UI. The masker's recursion-depth limit did not descend into values nested inside a list, tuple, or set beyond that limit, so an Airflow Variable holding such a deeply-nested value was show...

4.3CVSS5.4AI score0.00467EPSS
SaveExploits0References4
Amazon
Amazon
added 2026/08/17 12:00 a.m.12 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: smb: client: mask server-provided mode to 07777 in modefromsid CVE-2026-64379 Affected Packages: kernel Note: This advisory is applicable to Amazon Linux 2 - Kernel-5.4 Extra. Visit this page to learn more about...

7.1CVSS5.4AI score0.00309EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.10 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-100498)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-100498 advisory. In the Linux kernel, the following vulnerability has been resolved: smb: client: mask server-provided mode to 07777 in modefromsid When modefromsid is active,...

7.1CVSS5.4AI score0.00309EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.17 views

CVE-2026-72067

In the Linux kernel, the following vulnerability has been resolved: cpu: hotplug: Preserve per instance callback errors cpuhpinvokecallback unwinds earlier callbacks for the same hotplug state when one instance fails. The rollback path currently reuses ret, so a successful rollback can hide the...

7.8CVSS5.5AI score0.00176EPSS
SaveExploits0References10
CVE
CVE
added 2026/08/15 5:56 a.m.48 views

CVE-2026-72409

CVE-2026-72409 — Linux kernel mvneta per-CPU interrupt resume issue Affected: Linux kernel running on Marvell MPIC platforms (Armada 370/XP/38x) with mvneta NIC driver.Root cause: During NAPI, the ISR disables the per-CPU interrupt (disable_percpu_irq) and schedules NAPI poll; if suspend occurs b...

7.5CVSS5.4AI score0.00686EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:52 a.m.30 views

CVE-2026-72067 cpu: hotplug: Preserve per instance callback errors

In the Linux kernel, the following vulnerability has been resolved: cpu: hotplug: Preserve per instance callback errors cpuhpinvokecallback unwinds earlier callbacks for the same hotplug state when one instance fails. The rollback path currently reuses ret, so a successful rollback can hide the...

7.8CVSS5.5AI score
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2026/08/12 7:35 p.m.14 views

netty-handler: netty-handler: IPv6 subnet rule bypass due to incorrect masking operation

A flaw was found in netty-handler, a component of the Netty network application framework. A remote attacker can exploit an incorrect masking operation in the IpSubnetFilterRule.compareTo function to bypass configured IPv6 subnet rules. This allows valid public IP addresses to circumvent intended...

8.1CVSS5.3AI score0.01025EPSS
SaveExploits0References7
Rows per page
Query Builder