Lucene search
+L

3334 matches found

Github Security Blog
Github Security Blog
added 2024/03/15 4:33 p.m.43 views

Users with `create` but not `override` privileges can perform local sync

Impact "Local sync" is an Argo CD feature that allows developers to temporarily override an Application's manifests with locally-defined manifests. Use of the feature should generally be limited to highly-trusted users, since it allows the user to bypass any merge protections in git. An improper...

6.4CVSS7.1AI score0.00532EPSS
SaveExploits0References5Affected Software2
OSV
OSV
added 2024/03/15 11:7 a.m.5 views

OESA-2024-1276 python-aiosmtpd security update

This is a server for SMTP and related protocols, similar in utility to the standard library's smtpd.py module, but rewritten to be based on asyncio for Python 3. Security Fixes: aiosmtpd is a reimplementation of the Python stdlib smtpd.py based on asyncio. aiosmtpd is vulnerable to inbound SMTP...

5.3CVSS6.9AI score0.00371EPSS
SaveExploits0References2
RubySec
RubySec
added 2024/03/15 12:0 a.m.15 views

TurboBoost Commands vulnerable to arbitrary method invocation

Impact TurboBoost Commands has existing protections in place to guarantee that only public methods on Command classes can be invoked; however, the existing checks aren't as robust as they should be. It's possible for a sophisticated attacker to invoke more methods than should be permitted dependi...

8.1CVSS7.5AI score0.00796EPSS
SaveExploits0References1Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/14 9:17 p.m.28 views

Insecure Variable Substitution in Vela

Impact Vela pipelines can use variable substitution combined with insensitive fields like parameters, image and entrypoint to inject secrets into a plugin/image and — by using common substitution string manipulation — can bypass log masking and expose secrets without the use of the commands block...

7.7CVSS7.3AI score0.00716EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/03/14 6:37 p.m.27 views

CVE-2024-27301 Privilege Escalation Abusing installer in SupportApp

Support App is an opensource application specialized in managing Apple devices. It's possible to abuse a vulnerability inside the postinstall installer script to make the installer execute arbitrary code as root. The cause of the vulnerability is the fact that the shebang !/bin/zsh is being used...

7.3CVSS7.7AI score0.00321EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2024/03/13 5:14 p.m.39 views

Remote Denial of Service Vulnerability in Microsoft QUIC

Impact The MsQuic server will continue to leak memory until no more is available, resulting in a denial of service. Patches The following patch was made: - Fix Memory Leak from Multiple Decodes of TP - https://github.com/microsoft/msquic/commit/5d070d661c45979946615289e92bb6b822efe9e9 Workarounds...

7.5CVSS7AI score0.0299EPSS
SaveExploits0References5Affected Software2
Cisco
Cisco
added 2024/03/13 4:0 p.m.63 views

Cisco IOS XR Software MPLS and Pseudowire Interfaces Access Control List Bypass Vulnerabilities

Multiple vulnerabilities in the IP access control list ACL processing in the ingress direction on MPLS and Pseudowire PW interfaces of Cisco IOS XR Software could allow an unauthenticated, remote attacker to bypass a configured ACL. For more information about these vulnerabilities, see the Detail...

5.8CVSS5.8AI score0.00519EPSS
SaveExploits0References1
ICS
ICS
added 2024/03/12 12:0 a.m.25 views

Siemens SENTRON 7KM PAC3x20

As of January 10, 2023, CISA will no longer be updating ICS security advisories for Siemens product vulnerabilities beyond the initial advisory. For the most up-to-date information on vulnerabilities in this advisory, please see Siemens' ProductCERT Security Advisories CERT Services | Services |...

5.1CVSS4.8AI score0.00223EPSS
SaveExploits0References10
OSV
OSV
added 2024/03/11 10:15 p.m.4 views

UBUNTU-CVE-2024-27297

Nix is a package manager for Linux and other Unix systems. A fixed-output derivations on Linux can send file descriptors to files in the Nix store to another program running on the host or another fixed-output derivation via Unix domain sockets in the abstract namespace. This allows to modify the...

6.3CVSS5.8AI score0.00586EPSS
SaveExploits1References8
Vulnrichment
Vulnrichment
added 2024/03/11 7:54 p.m.13 views

CVE-2024-28187 OS Command Injection Vulnerability in SOY CMS

SOY CMS is an open source CMS content management system that allows you to build blogs and online shops. SOY CMS versions prior to 3.14.2 are vulnerable to an OS Command Injection vulnerability within the file upload feature when accessed by an administrator. The vulnerability enables the executi...

7.2CVSS7.5AI score0.01618EPSS
SaveExploits0References2
OSV
OSV
added 2024/03/08 8:42 p.m.16 views

GHSA-35JJ-WX47-4W8R WeasyPrint allows the attachment of arbitrary files and URLs to a PDF

Impact Since version 61.0, there's a vulnerability which allows attaching content of arbitrary files and URLs to a generated PDF document, even if urlfetcher is configured to prevent access to files and URLs. Patches Fixed by 734ee8e that’s included in 61.2 Workarounds - Check that no PDF...

7.4CVSS7.3AI score0.00623EPSS
SaveExploits0References5
Malwarebytes
Malwarebytes
added 2024/03/08 2:16 p.m.60 views

Patch now! VMWare escape flaws are so serious even end-of-life software gets a fix

VMWare has issued secuity fixes for its VMware ESXi, Workstation, Fusion, and Cloud Foundation products. It has even taken the unusual step of issuing updates for versions of the affected software that have reached thier end-of-life, meaning they would normally no longer be supported. This flaws...

4.6CVSS8.1AI score0.03542EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/03/07 5:40 p.m.41 views

jose vulnerable to resource exhaustion via specifically crafted JWE with compressed plaintext

A vulnerability has been identified in the JSON Web Encryption JWE decryption interfaces, specifically related to the support for decompressing plaintext after its decryption. This allows an adversary to exploit specific scenarios where the compression ratio becomes exceptionally high. As a resul...

5.9CVSS6.5AI score0.02085EPSS
SaveExploits0References10Affected Software3
Github Security Blog
Github Security Blog
added 2024/03/07 5:26 p.m.25 views

Wasmi Out-of-bounds Write for host to Wasm calls with more than 128 Parameters

Summary In the WASMI Interpreter, an Out-of-bounds Buffer Write will arise arise if the host calls or resumes a Wasm function with more parameters than the default limit 128, as it will surpass the stack value. This doesn’t affect calls from Wasm to Wasm, only from host to Wasm. Impact After...

9.8CVSS7.3AI score0.00798EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/03/07 5:26 p.m.12 views

GHSA-75JP-VQ8X-H4CQ Wasmi Out-of-bounds Write for host to Wasm calls with more than 128 Parameters

Summary In the WASMI Interpreter, an Out-of-bounds Buffer Write will arise arise if the host calls or resumes a Wasm function with more parameters than the default limit 128, as it will surpass the stack value. This doesn’t affect calls from Wasm to Wasm, only from host to Wasm. Impact After...

7.3CVSS7.2AI score0.00798EPSS
SaveExploits0References5
IBM Security Bulletins
IBM Security Bulletins
added 2024/03/07 9:24 a.m.20 views

Security Bulletin: security vulnerabilities are addressed with IBM Business Automation Insights iFix for February 2023.

Summary Security vulnerabilities are addressed with IBM Business Automation Insights 23.0.2-IF002. Vulnerability Details CVEID:CVE-2023-6267 DESCRIPTION: Quarkus could allow a remote attacker to execute arbitrary code on the system, caused by an unsafe deserialization in the json payload when...

9.8CVSS7.7AI score0.00797EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2024/03/06 7:33 p.m.23 views

CVE-2024-27915 Sulu grants access to pages regardless of role permissions

Sulu is a PHP content management system. Starting in verson 2.2.0 and prior to version 2.4.17 and 2.5.13, access to pages is granted regardless of role permissions for webspaces which have a security system configured and permission check enabled. Webspaces without do not have this issue. The...

6.8CVSS6.9AI score0.0045EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/03/06 6:24 p.m.54 views

Apollo Router's Compressed Payloads do not respect HTTP Payload Limits

Impact The Apollo Router is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation. Affected versions are subject to a Denial-of-Service DoS type vulnerability. When receiving compressed HTTP payloads, affected versions of the Route...

7.5CVSS5.5AI score0.0077EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/06 5:5 p.m.31 views

RPyC's missing security check results in code execution when using numpy.array on the server-side.

An issue in Open Source: RPyC v.4.00 thru v.5.3.1 allows a remote attacker to execute arbitrary code via a crafted script to the array attribute component. This vulnerability was introduced in 9f45f826. Attack Vector RPyC services that rely on the array attribute used by numpy are impacted. When...

8.4CVSS8.3AI score0.00507EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/03/06 5:2 p.m.32 views

GHSA-H6J3-J35F-V2X7 PocketMine-MP server crash with certain invalid JSON payloads in `LoginPacket` due to dependency vulnerability (3rd time)

Impact An attacker could crash PocketMine-MP by sending malformed JSON in LoginPacket. netresearch/jsonmapper allows objects to be hydrated from scalar types in JSON. However, due to the lack of validation in the code for this feature, it may output improperly initialized objects if applied to...

7.5CVSS7.2AI score
SaveExploits0References6
Rows per page
Query Builder