Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

Количество 377 666

Количество 377 666

github логотип

GHSA-xqjr-wfx3-gmxv

около 1 года назад

ArrayQueue's push_front is not panic-safe

EPSS: Низкий
github логотип

GHSA-xqjr-v3xq-p6vm

больше 4 лет назад

SafeNet Authentication Service Remote Web Workplace Agent uses a weak ACL for unspecified installation directories and executable modules, which allows local users to gain privileges by modifying an executable module.

CVSS3: 7.8
EPSS: Низкий
github логотип

GHSA-xqjr-4848-35gg

3 месяца назад

Unauthenticated SQL Injection in JetBooking <= 4.0.4.1 versions.

CVSS3: 9.3
EPSS: Низкий
github логотип

GHSA-xqjr-37f7-78rr

около 2 лет назад

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list Use list_for_each_entry_safe() to allow iterating through the list and deleting the entry in the iteration process. The descriptor is freed via idxd_desc_complete() and there's a slight chance may cause issue for the list iterator when the descriptor is reused by another thread without it being deleted from the list.

CVSS3: 7.8
EPSS: Низкий
github логотип

GHSA-xqjq-j9cx-q953

больше 2 лет назад

Shell injection vulnerability was discovered in ROS2 (Robot Operating System 2) Iron Irwini in versions ROS_VERSION 2 and ROS_PYTHON_VERSION 3, allows attackers to execute arbitrary code escalate privileges, and obtain sensitive information due to the way ROS2 handles shell command execution in components like command interpreters or interfaces that process external inputs.

EPSS: Низкий
github логотип

GHSA-xqjq-frh8-2qr2

около 1 месяца назад

NVIDIA Cumulus Linux contains a vulnerability in the user management component, where an unprivileged user could use improper privilege management on the system. A successful exploit of this vulnerability might lead to escalation of privileges.

CVSS3: 7.8
EPSS: Низкий
github логотип

GHSA-xqjq-94vf-q23r

больше 4 лет назад

An elevation of privilege vulnerability in the Qualcomm input hardware driver could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as High because it first requires compromising a privileged process. Product: Android. Versions: Kernel-3.10, Kernel-3.18. Android ID: A-32341680. References: QC-CR#1096301.

CVSS3: 7
EPSS: Низкий
github логотип

GHSA-xqjp-wm9f-2hh2

больше 4 лет назад

This vulnerability allows remote attackers to disclose sensitive information on affected installations of Bentley View 10.15.0.75. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of DWG files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-14875.

EPSS: Низкий
github логотип

GHSA-xqjp-6x3w-8653

больше 1 года назад

Heap-based buffer overflow in Microsoft Office allows an unauthorized attacker to execute code locally.

CVSS3: 8.4
EPSS: Низкий
github логотип

GHSA-xqjm-27pc-rvwm

3 месяца назад

@actual-app/web has CSV Formula Injection in Transaction Export via Imported Payee/Notes Fields

CVSS3: 4.2
EPSS: Низкий
github логотип

GHSA-xqjj-ffgq-m3mf

больше 4 лет назад

WebKit in Apple Safari before 6.0 does not properly handle drag-and-drop events, which allows user-assisted remote attackers to read arbitrary files via a crafted web site.

EPSS: Низкий
github логотип

GHSA-xqjh-g9rv-vg4c

8 месяцев назад

Tanium addressed a local privilege escalation vulnerability in Patch Endpoint Tools.

CVSS3: 7.8
EPSS: Низкий
github логотип

GHSA-xqjh-59ww-r864

больше 1 года назад

A vulnerability, which was classified as critical, was found in PCMan FTP Server 2.0.7. Affected is an unknown function of the component MKDIR Command Handler. The manipulation leads to buffer overflow. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.

CVSS3: 7.3
EPSS: Низкий
github логотип

GHSA-xqjg-gmg7-72xr

около 2 лет назад

Inappropriate implementation in UI in Google Chrome prior to 124.0.6367.60 allowed a remote attacker who convinced a user to engage in specific UI gestures to perform UI spoofing via a crafted HTML page. (Chromium security severity: Medium)

CVSS3: 4.3
EPSS: Низкий
github логотип

GHSA-xqjg-5cv9-m2h7

больше 4 лет назад

The TCP implementation in Sun Solaris 8, 9, and 10 before 20060726 allows remote attackers to cause a denial of service (resource exhaustion) via a TCP packet with an incorrect sequence number, which triggers an ACK storm.

EPSS: Низкий
github логотип

GHSA-xqjg-324c-5xg7

больше 4 лет назад

The web services APIs in Eucalyptus 2.0 through 3.4.1 allow remote attackers to cause a denial of service via vectors related to the "network connection clean up code" and (1) Cloud Controller (CLC), (2) Walrus, (3) Storage Controller (SC), and (4) VMware Broker (VB).

EPSS: Низкий
github логотип

GHSA-xqjf-pcpj-x9v7

больше 4 лет назад

Insecure method vulnerability in Sina Inc. DLoader Class ActiveX Control allows remote attackers to overwrite arbitrary files via a URL in the first parameter to the DonwloadAndInstall method. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.

EPSS: Низкий
github логотип

GHSA-xqjf-h57w-hh6f

больше 1 года назад

In the Linux kernel, the following vulnerability has been resolved: mm/slub: Avoid list corruption when removing a slab from the full list Boot with slub_debug=UFPZ. If allocated object failed in alloc_consistency_checks, all objects of the slab will be marked as used, and then the slab will be removed from the partial list. When an object belonging to the slab got freed later, the remove_full() function is called. Because the slab is neither on the partial list nor on the full list, it eventually lead to a list corruption (actually a list poison being detected). So we need to mark and isolate the slab page with metadata corruption, do not put it back in circulation. Because the debug caches avoid all the fastpaths, reusing the frozen bit to mark slab page with metadata corruption seems to be fine. [ 4277.385669] list_del corruption, ffffea00044b3e50->next is LIST_POISON1 (dead000000000100) [ 4277.387023] ------------[ cut here ]------------ [ 4277.387880] kernel BUG at lib/l...

CVSS3: 5.5
EPSS: Низкий
github логотип

GHSA-xqjc-xm8j-3445

больше 4 лет назад

A vulnerability classified as problematic was found in Solare Solar-Log 2.8.4-56/3.5.2-85. Affected by this vulnerability is an unknown functionality of the component Config Handler. The manipulation leads to information disclosure. The attack can be launched remotely. Upgrading to version 3.5.3-86 is able to address this issue. It is recommended to upgrade the affected component.

CVSS3: 7.5
EPSS: Низкий
github логотип

GHSA-xqjc-xc2g-945f

больше 4 лет назад

The FlexGrid ActiveX control in Microsoft Visual Basic 6.0, Visual FoxPro 8.0 SP1 and 9.0 SP1 and SP2, Office FrontPage 2002 SP3, and Office Project 2003 SP3 does not properly handle errors during access to incorrectly initialized objects, which allows remote attackers to execute arbitrary code via a crafted HTML document, related to corruption of the "system state," aka "FlexGrid Control Memory Corruption Vulnerability."

EPSS: Средний

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-xqjr-wfx3-gmxv

ArrayQueue's push_front is not panic-safe

около 1 года назад
github логотип
GHSA-xqjr-v3xq-p6vm

SafeNet Authentication Service Remote Web Workplace Agent uses a weak ACL for unspecified installation directories and executable modules, which allows local users to gain privileges by modifying an executable module.

CVSS3: 7.8
0%
Низкий
больше 4 лет назад
github логотип
GHSA-xqjr-4848-35gg

Unauthenticated SQL Injection in JetBooking <= 4.0.4.1 versions.

CVSS3: 9.3
0%
Низкий
3 месяца назад
github логотип
GHSA-xqjr-37f7-78rr

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list Use list_for_each_entry_safe() to allow iterating through the list and deleting the entry in the iteration process. The descriptor is freed via idxd_desc_complete() and there's a slight chance may cause issue for the list iterator when the descriptor is reused by another thread without it being deleted from the list.

CVSS3: 7.8
0%
Низкий
около 2 лет назад
github логотип
GHSA-xqjq-j9cx-q953

Shell injection vulnerability was discovered in ROS2 (Robot Operating System 2) Iron Irwini in versions ROS_VERSION 2 and ROS_PYTHON_VERSION 3, allows attackers to execute arbitrary code escalate privileges, and obtain sensitive information due to the way ROS2 handles shell command execution in components like command interpreters or interfaces that process external inputs.

больше 2 лет назад
github логотип
GHSA-xqjq-frh8-2qr2

NVIDIA Cumulus Linux contains a vulnerability in the user management component, where an unprivileged user could use improper privilege management on the system. A successful exploit of this vulnerability might lead to escalation of privileges.

CVSS3: 7.8
0%
Низкий
около 1 месяца назад
github логотип
GHSA-xqjq-94vf-q23r

An elevation of privilege vulnerability in the Qualcomm input hardware driver could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as High because it first requires compromising a privileged process. Product: Android. Versions: Kernel-3.10, Kernel-3.18. Android ID: A-32341680. References: QC-CR#1096301.

CVSS3: 7
2%
Низкий
больше 4 лет назад
github логотип
GHSA-xqjp-wm9f-2hh2

This vulnerability allows remote attackers to disclose sensitive information on affected installations of Bentley View 10.15.0.75. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of DWG files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-14875.

2%
Низкий
больше 4 лет назад
github логотип
GHSA-xqjp-6x3w-8653

Heap-based buffer overflow in Microsoft Office allows an unauthorized attacker to execute code locally.

CVSS3: 8.4
1%
Низкий
больше 1 года назад
github логотип
GHSA-xqjm-27pc-rvwm

@actual-app/web has CSV Formula Injection in Transaction Export via Imported Payee/Notes Fields

CVSS3: 4.2
0%
Низкий
3 месяца назад
github логотип
GHSA-xqjj-ffgq-m3mf

WebKit in Apple Safari before 6.0 does not properly handle drag-and-drop events, which allows user-assisted remote attackers to read arbitrary files via a crafted web site.

1%
Низкий
больше 4 лет назад
github логотип
GHSA-xqjh-g9rv-vg4c

Tanium addressed a local privilege escalation vulnerability in Patch Endpoint Tools.

CVSS3: 7.8
0%
Низкий
8 месяцев назад
github логотип
GHSA-xqjh-59ww-r864

A vulnerability, which was classified as critical, was found in PCMan FTP Server 2.0.7. Affected is an unknown function of the component MKDIR Command Handler. The manipulation leads to buffer overflow. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.

CVSS3: 7.3
1%
Низкий
больше 1 года назад
github логотип
GHSA-xqjg-gmg7-72xr

Inappropriate implementation in UI in Google Chrome prior to 124.0.6367.60 allowed a remote attacker who convinced a user to engage in specific UI gestures to perform UI spoofing via a crafted HTML page. (Chromium security severity: Medium)

CVSS3: 4.3
0%
Низкий
около 2 лет назад
github логотип
GHSA-xqjg-5cv9-m2h7

The TCP implementation in Sun Solaris 8, 9, and 10 before 20060726 allows remote attackers to cause a denial of service (resource exhaustion) via a TCP packet with an incorrect sequence number, which triggers an ACK storm.

3%
Низкий
больше 4 лет назад
github логотип
GHSA-xqjg-324c-5xg7

The web services APIs in Eucalyptus 2.0 through 3.4.1 allow remote attackers to cause a denial of service via vectors related to the "network connection clean up code" and (1) Cloud Controller (CLC), (2) Walrus, (3) Storage Controller (SC), and (4) VMware Broker (VB).

1%
Низкий
больше 4 лет назад
github логотип
GHSA-xqjf-pcpj-x9v7

Insecure method vulnerability in Sina Inc. DLoader Class ActiveX Control allows remote attackers to overwrite arbitrary files via a URL in the first parameter to the DonwloadAndInstall method. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.

2%
Низкий
больше 4 лет назад
github логотип
GHSA-xqjf-h57w-hh6f

In the Linux kernel, the following vulnerability has been resolved: mm/slub: Avoid list corruption when removing a slab from the full list Boot with slub_debug=UFPZ. If allocated object failed in alloc_consistency_checks, all objects of the slab will be marked as used, and then the slab will be removed from the partial list. When an object belonging to the slab got freed later, the remove_full() function is called. Because the slab is neither on the partial list nor on the full list, it eventually lead to a list corruption (actually a list poison being detected). So we need to mark and isolate the slab page with metadata corruption, do not put it back in circulation. Because the debug caches avoid all the fastpaths, reusing the frozen bit to mark slab page with metadata corruption seems to be fine. [ 4277.385669] list_del corruption, ffffea00044b3e50->next is LIST_POISON1 (dead000000000100) [ 4277.387023] ------------[ cut here ]------------ [ 4277.387880] kernel BUG at lib/l...

CVSS3: 5.5
0%
Низкий
больше 1 года назад
github логотип
GHSA-xqjc-xm8j-3445

A vulnerability classified as problematic was found in Solare Solar-Log 2.8.4-56/3.5.2-85. Affected by this vulnerability is an unknown functionality of the component Config Handler. The manipulation leads to information disclosure. The attack can be launched remotely. Upgrading to version 3.5.3-86 is able to address this issue. It is recommended to upgrade the affected component.

CVSS3: 7.5
1%
Низкий
больше 4 лет назад
github логотип
GHSA-xqjc-xc2g-945f

The FlexGrid ActiveX control in Microsoft Visual Basic 6.0, Visual FoxPro 8.0 SP1 and 9.0 SP1 and SP2, Office FrontPage 2002 SP3, and Office Project 2003 SP3 does not properly handle errors during access to incorrectly initialized objects, which allows remote attackers to execute arbitrary code via a crafted HTML document, related to corruption of the "system state," aka "FlexGrid Control Memory Corruption Vulnerability."

21%
Средний
больше 4 лет назад

Уязвимостей на страницу