Lucene search
+L

108 matches found

OSV
OSV
added 2024/07/31 12:42 p.m.17 views

SUSE-SU-2024:2681-1 Security update for gvfs

This update for gvfs fixes the following issues: - CVE-2019-12795: Fixed attack via local D-Bus method calls bsc1137930...

7.8CVSS6.3AI score0.00388EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2024/07/31 12:0 a.m.21 views

SUSE SLES12: gvfs / gvfs-backend-samba / gvfs-backends / gvfs-devel / gvfs-fuse / etc (SUSE-SU-2024:2681-1)

The remote SUSE Linux SLES12 / SLESSAP12 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2024:2681-1 advisory. - CVE-2019-12795: Fixed attack via local D-Bus method calls bsc1137930 Tenable has extracted the preceding description block directly from t...

7.8CVSS7.2AI score0.00388EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2024/06/26 12:0 a.m.27 views

Ubuntu: Security Advisory (USN-6849-1)

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

9.8CVSS8.6AI score0.96614EPSS
SaveExploits23References4
Tenable Nessus
Tenable Nessus
added 2024/06/26 12:0 a.m.27 views

Ubuntu 14.04 LTS : Salt vulnerabilities (USN-6849-1)

The remote Ubuntu 14.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-6849-1 advisory. It was discovered that Salt incorrectly validated method calls and sanitized paths. A remote attacker could possibly use this issue to access some method...

9.8CVSS8.2AI score0.96614EPSS
SaveExploits23References3
Positive Technologies
Positive Technologies
added 2024/03/14 12:0 a.m.11 views

PT-2024-22316

Name of the Vulnerable Software and Affected Versions turbo boost-commands versions prior to 0.1.3 turbo boost-commands versions prior to 0.2.2 Description TurboBoost Commands has existing protections in place to guarantee that only public methods on Command classes can be invoked; however, the...

8.1CVSS8.4AI score0.00796EPSS
SaveExploits0References13
OSV
OSV
added 2024/03/12 3:44 p.m.6 views

GHSA-F78J-4W3G-4Q65 StimulusReflex arbitrary method call

Summary More methods than expected can be called on reflex instances. Being able to call some of them has security implications. Details To invoke a reflex a websocket message of the following shape is sent: json "target": "classnamemethodname", "args": The server will proceed to instantiate refl...

8.8CVSS8.7AI score0.01555EPSS
SaveExploits3References10
Prion
Prion
added 2023/03/21 5:15 p.m.20 views

Design/Logic Flaw

An authenticated attacker can leverage an exposed resource.db accessor method to smuggle Python method calls via a Jinja template, which can lead to code execution. This issue was resolved in the Managed and SaaS deployments on February 1, 2023, and in version 23.2.1 of the Self-Managed version o...

6.5CVSS8.6AI score0.01208EPSS
SaveExploits1References2Affected Software2
F5 Networks
F5 Networks
added 2023/02/21 6:46 p.m.67 views

K91084571: PHP vulnerability CVE-2015-8873

Security Advisory Description Stack consumption vulnerability in Zend/zendexceptions.c in PHP before 5.4.44, 5.5.x before 5.5.28, and 5.6.x before 5.6.12 allows remote attackers to cause a denial of service segmentation fault via recursive method calls. CVE-2015-8873 Impact An authenticated...

7.5CVSS9AI score0.03881EPSS
SaveExploits1Affected Software23
SUSE CVE
SUSE CVE
added 2023/02/15 3:59 a.m.6 views

SUSE CVE-2020-11651

An issue was discovered in SaltStack Salt before 2019.2.4 and 3000 before 3000.2. The salt-master process ClearFuncs class does not properly validate method calls. This allows a remote user to access some methods without authentication. These methods can be used to retrieve user tokens from the...

9.8CVSS9.6AI score0.96614EPSS
SaveExploits22References32
OSV
OSV
added 2022/12/22 5:41 p.m.57 views

GO-2022-1155 Panic in github.com/ipfs/go-merkledag

A ProtoNode may be modified in such a way as to cause various encode errors which will trigger a panic on common method calls that don't allow for error returns. Additionally, use of the ProtoNode.SetCidBuilder method to set non-functioning CidBuilder such as one that refers to a multihash where ...

7.5CVSS7.3AI score0.01254EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2022/11/14 2:15 p.m.5 views

CVE-2022-45378

In the default configuration of Apache SOAP, an RPCRouterServlet is available without authentication. This gives an attacker the possibility to invoke methods on the classpath that meet certain criteria. Depending on what classes are available on the classpath this might even lead to arbitrary...

9.8CVSS7.3AI score0.0227EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2022/10/06 12:0 a.m.10 views

HSQLDB 安全漏洞

HSQLDB is a relational database management system written in Java by The HSQL Development Group team. A code execution vulnerability exists in HSQLDB, which stems from the fact that its use of java.sql.Statement or java.sql.PreparedStatement to process untrusted input by default allows any static...

9.8CVSS7.7AI score0.03888EPSS
SaveExploits1References15
RedHat Linux
RedHat Linux
added 2022/07/05 2:41 p.m.6 views

django: Potential information disclosure in dictsort template filter

An information-disclosure flaw was found in Django, where the dictsort filter in Django's Template Language did not correctly validate user input. A network attacker could exploit this flaw using a suitably crafted key to force information disclosure or unintended method calls...

7.5CVSS7.1AI score0.01855EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2022/06/16 11:40 p.m.14 views

`array!` macro is unsound in presence of traits that implement methods it calls internally

Affected versions of this crate called some methods using auto-ref. The affected code looked like this. rust let mut arr = $crate::core::mem::MaybeUninit::uninit; let mut vec = $crate::ArrayVec::::newarr.asmutptr as mut T; In this case, the problem is that asmutptr is a method of &mut MaybeUninit...

0.5AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 5:16 p.m.33 views

SaltStack Salt Unauthenticated Remote Code Execution

An issue was discovered in SaltStack Salt before 2019.2.4 and 3000 before 3000.2. The salt-master process ClearFuncs class does not properly validate method calls. This allows a remote user to access some methods without authentication. These methods can be used to retrieve user tokens from the...

9.8CVSS9.6AI score0.96614EPSS
SaveExploits22References13Affected Software1
OSV
OSV
added 2022/05/24 4:55 p.m.49 views

GHSA-9FP8-64XF-W957 Sandbox bypass vulnerability in Script Security Plugin

A sandbox bypass vulnerability in Jenkins Script Security Plugin 1.62 and earlier related to the handling of method names in method call expressions allowed attackers to execute arbitrary code in sandboxed scripts...

4.2CVSS6.2AI score0.01047EPSS
SaveExploits0References5
OSV
OSV
added 2022/01/10 8:15 p.m.4 views

DEBIAN-CVE-2021-21408

Smarty is a template engine for PHP, facilitating the separation of presentation HTML/CSS from application logic. Prior to versions 3.1.43 and 4.0.3, template authors could run restricted static php methods. Users should upgrade to version 3.1.43 or 4.0.3 to receive a patch...

8.8CVSS6.8AI score0.0222EPSS
SaveExploits0References1
OSV
OSV
added 2022/01/04 10:0 a.m.19 views

UBUNTU-CVE-2021-45116

An issue was discovered in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1. Due to leveraging the Django Template Language's variable resolution logic, the dictsort template filter was potentially vulnerable to information disclosure, or an unintended method call, if passed a...

7.5CVSS7.1AI score0.01855EPSS
SaveExploits0References3
OpenVAS
OpenVAS
added 2021/03/05 12:0 a.m.13 views

Huawei EulerOS: Security Advisory for ibus (EulerOS-SA-2021-1483)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2021 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.1CVSS7.1AI score0.00365EPSS
SaveExploits0References2
OSV
OSV
added 2021/01/30 5:15 a.m.8 views

CVE-2020-15568

TerraMaster TOS before 4.1.29 has Invalid Parameter Checking that leads to code injection as root. This is a dynamic class method invocation vulnerability in include/exportUser.php, in which an attacker can trigger a call to the exec method with for example OS commands in the opt parameter...

9.8CVSS7.3AI score0.28495EPSS
SaveExploits1References2
Rows per page
Query Builder