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

exploitDog

Количество 357 271

Количество 357 271

github логотип

GHSA-229f-pm83-vmf3

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

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Bob Likert Survey Master likert-survey-master allows Reflected XSS.This issue affects Likert Survey Master: from n/a through <= 0.8.0.1.

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

GHSA-229f-m84c-q777

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

The WPFront User Role Editor plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.2.1.11184 via the wpfront_user_role_editor_assign_roles_user_autocomplete AJAX action. This makes it possible for authenticated attackers, with subscriber-level access and above, to extract retrieve a list of all user email addresses who are registered on the site.

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

GHSA-229f-hv2p-3mxc

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

A remote code execution vulnerability exists in the way that DirectWrite handles objects in memory, aka 'DirectWrite Remote Code Execution Vulnerability'. This CVE ID is unique from CVE-2019-1117, CVE-2019-1118, CVE-2019-1119, CVE-2019-1120, CVE-2019-1121, CVE-2019-1122, CVE-2019-1123, CVE-2019-1124, CVE-2019-1127.

EPSS: Средний
github логотип

GHSA-229c-m43q-2rqp

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

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Rometheme RTMKit Addons for Elementor allows Stored XSS. This issue affects RTMKit Addons for Elementor: from n/a through 1.6.0.

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

GHSA-229c-7j29-hv97

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

Selea CarPlateServer 4.0.1.6 contains an unquoted service path vulnerability in the Windows service configuration that allows local users to potentially execute code with elevated privileges. Attackers can exploit the service's unquoted binary path by inserting malicious code in the system root path that could execute with LocalSystem privileges during application startup or reboot.

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

GHSA-2299-ghjr-6vjp

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

Parse Server: MFA recovery code single-use bypass via concurrent requests

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

GHSA-2299-fj7f-79m6

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

Rejected reason: Not used

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

GHSA-2298-wc49-vm4h

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

The Ninja Forms - File Uploads plugin for WordPress is vulnerable to Arbitrary File Read via the attach_files() function in versions up to, and including, 3.3.29. This is due to the get_files_for_attachment() function accepting a raw attacker-controlled 'files' array when the process() method returns early due to a client-supplied saveProgress flag, bypassing all upload validation, path normalization, and database record creation steps, and allowing an attacker-supplied file_path value to reach wp_mail() as an email attachment with only a file_exists() check. This makes it possible for unauthenticated attackers to read arbitrary files on the affected site's server.

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

GHSA-2298-r27j-pw4p

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

Use after free in Microsoft Office allows an unauthorized attacker to execute code locally.

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

GHSA-2298-pcfp-56j2

почти 2 года назад

A permissions issue was addressed with additional restrictions. This issue is fixed in macOS Sequoia 15, iOS 18 and iPadOS 18. A malicious app with root privileges may be able to access keyboard input and location information without user consent.

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

GHSA-2298-j2fr-472h

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

A denial of service issue was discovered in GitLab CE/EE affecting all versions starting from 13.2.4 before 15.10.8, all versions starting from 15.11 before 15.11.7, all versions starting from 16.0 before 16.0.2 which allows an attacker to cause high resource consumption using malicious test report artifacts.

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

GHSA-2296-mr6j-mwf8

почти 2 года назад

SQL injection vulnerabilities in SportsNET affecting version 4.0.1. These vulnerabilities could allow an attacker to retrieve, update and delete all information in the database by sending a specially crafted SQL query: https://XXXXXXX.saludydesafio.com/ax/registerSp/, parameter idDesafio.

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

GHSA-2295-vh28-pphc

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

Cross-site Scripting (XSS) in DataObjects QuantityValue Unit Definition

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

GHSA-2295-7pf8-fmwg

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

A vulnerability in the PPP over Ethernet (PPPoE) termination feature of Cisco IOS XR Software for Cisco ASR 9000 Series Aggregation Services Routers could allow an unauthenticated, adjacent attacker to crash the ppp_ma process, resulting in a denial of service (DoS) condition. This vulnerability is due to the improper handling of malformed PPPoE packets that are received on a router that is running Broadband Network Gateway (BNG) functionality with PPPoE termination on a Lightspeed-based or Lightspeed-Plus-based line card. An attacker could exploit this vulnerability by sending a crafted PPPoE packet to an affected line card interface that does not terminate PPPoE. A successful exploit could allow the attacker to crash the ppp_ma process, resulting in a DoS condition for PPPoE traffic across the router.

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

GHSA-2294-5jgv-f8mf

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

An issue was discovered in Mattermost Server before 4.8.1, 4.7.4, and 4.6.3. WebSocket events were accidentally sent during certain user-management operations, violating user privacy.

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

GHSA-2294-53w4-gch9

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

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes iattr::ia_size is a loff_t, so these NFSv3 procedures must be careful to deal with incoming client size values that are larger than s64_max without corrupting the value. Silently capping the value results in storing a different value than the client passed in which is unexpected behavior, so remove the min_t() check in decode_sattr3(). Note that RFC 1813 permits only the WRITE procedure to return NFS3ERR_FBIG. We believe that NFSv3 reference implementations also return NFS3ERR_FBIG when ia_size is too large.

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

GHSA-2293-qxwp-429c

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

Cross-site scripting vulnerability in Cybozu Office 10.0.0 to 10.5.0 allows remote authenticated attackers to inject arbitrary web script or HTML via unspecified vectors.

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

GHSA-2293-ph8w-45mf

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

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in GregRoss Just Writing Statistics allows SQL Injection.This issue affects Just Writing Statistics: from n/a through 4.7.

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

GHSA-2293-8xx3-2x87

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

A vulnerability was found in SourceCodester Client Database Management System 1.0. It has been declared as critical. This vulnerability affects unknown code of the file /user_order_customer_update.php. The manipulation of the argument uploaded_file_cancelled leads to unrestricted upload. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.

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

GHSA-2292-rr85-wvgp

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

Cross-site scripting (XSS) vulnerability in VerliAdmin 0.3 and earlier allows remote attackers to inject arbitrary web script or HTML via unspecified vectors. NOTE: The provenance of this information is unknown; the details are obtained solely from third party information.

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-229f-pm83-vmf3

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Bob Likert Survey Master likert-survey-master allows Reflected XSS.This issue affects Likert Survey Master: from n/a through <= 0.8.0.1.

CVSS3: 7.1
0%
Низкий
10 месяцев назад
github логотип
GHSA-229f-m84c-q777

The WPFront User Role Editor plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.2.1.11184 via the wpfront_user_role_editor_assign_roles_user_autocomplete AJAX action. This makes it possible for authenticated attackers, with subscriber-level access and above, to extract retrieve a list of all user email addresses who are registered on the site.

CVSS3: 4.3
1%
Низкий
больше 2 лет назад
github логотип
GHSA-229f-hv2p-3mxc

A remote code execution vulnerability exists in the way that DirectWrite handles objects in memory, aka 'DirectWrite Remote Code Execution Vulnerability'. This CVE ID is unique from CVE-2019-1117, CVE-2019-1118, CVE-2019-1119, CVE-2019-1120, CVE-2019-1121, CVE-2019-1122, CVE-2019-1123, CVE-2019-1124, CVE-2019-1127.

17%
Средний
около 4 лет назад
github логотип
GHSA-229c-m43q-2rqp

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Rometheme RTMKit Addons for Elementor allows Stored XSS. This issue affects RTMKit Addons for Elementor: from n/a through 1.6.0.

CVSS3: 6.5
0%
Низкий
около 1 года назад
github логотип
GHSA-229c-7j29-hv97

Selea CarPlateServer 4.0.1.6 contains an unquoted service path vulnerability in the Windows service configuration that allows local users to potentially execute code with elevated privileges. Attackers can exploit the service's unquoted binary path by inserting malicious code in the system root path that could execute with LocalSystem privileges during application startup or reboot.

CVSS3: 8.4
0%
Низкий
7 месяцев назад
github логотип
GHSA-2299-ghjr-6vjp

Parse Server: MFA recovery code single-use bypass via concurrent requests

0%
Низкий
5 месяцев назад
github логотип
GHSA-2299-fj7f-79m6

Rejected reason: Not used

8 месяцев назад
github логотип
GHSA-2298-wc49-vm4h

The Ninja Forms - File Uploads plugin for WordPress is vulnerable to Arbitrary File Read via the attach_files() function in versions up to, and including, 3.3.29. This is due to the get_files_for_attachment() function accepting a raw attacker-controlled 'files' array when the process() method returns early due to a client-supplied saveProgress flag, bypassing all upload validation, path normalization, and database record creation steps, and allowing an attacker-supplied file_path value to reach wp_mail() as an email attachment with only a file_exists() check. This makes it possible for unauthenticated attackers to read arbitrary files on the affected site's server.

CVSS3: 7.5
0%
Низкий
около 1 месяца назад
github логотип
GHSA-2298-r27j-pw4p

Use after free in Microsoft Office allows an unauthorized attacker to execute code locally.

CVSS3: 7.8
1%
Низкий
9 месяцев назад
github логотип
GHSA-2298-pcfp-56j2

A permissions issue was addressed with additional restrictions. This issue is fixed in macOS Sequoia 15, iOS 18 and iPadOS 18. A malicious app with root privileges may be able to access keyboard input and location information without user consent.

CVSS3: 2.3
0%
Низкий
почти 2 года назад
github логотип
GHSA-2298-j2fr-472h

A denial of service issue was discovered in GitLab CE/EE affecting all versions starting from 13.2.4 before 15.10.8, all versions starting from 15.11 before 15.11.7, all versions starting from 16.0 before 16.0.2 which allows an attacker to cause high resource consumption using malicious test report artifacts.

CVSS3: 6.5
1%
Низкий
около 3 лет назад
github логотип
GHSA-2296-mr6j-mwf8

SQL injection vulnerabilities in SportsNET affecting version 4.0.1. These vulnerabilities could allow an attacker to retrieve, update and delete all information in the database by sending a specially crafted SQL query: https://XXXXXXX.saludydesafio.com/ax/registerSp/, parameter idDesafio.

CVSS3: 9.8
0%
Низкий
почти 2 года назад
github логотип
GHSA-2295-vh28-pphc

Cross-site Scripting (XSS) in DataObjects QuantityValue Unit Definition

CVSS3: 5.2
0%
Низкий
больше 3 лет назад
github логотип
GHSA-2295-7pf8-fmwg

A vulnerability in the PPP over Ethernet (PPPoE) termination feature of Cisco IOS XR Software for Cisco ASR 9000 Series Aggregation Services Routers could allow an unauthenticated, adjacent attacker to crash the ppp_ma process, resulting in a denial of service (DoS) condition. This vulnerability is due to the improper handling of malformed PPPoE packets that are received on a router that is running Broadband Network Gateway (BNG) functionality with PPPoE termination on a Lightspeed-based or Lightspeed-Plus-based line card. An attacker could exploit this vulnerability by sending a crafted PPPoE packet to an affected line card interface that does not terminate PPPoE. A successful exploit could allow the attacker to crash the ppp_ma process, resulting in a DoS condition for PPPoE traffic across the router.

CVSS3: 7.4
0%
Низкий
больше 2 лет назад
github логотип
GHSA-2294-5jgv-f8mf

An issue was discovered in Mattermost Server before 4.8.1, 4.7.4, and 4.6.3. WebSocket events were accidentally sent during certain user-management operations, violating user privacy.

1%
Низкий
около 4 лет назад
github логотип
GHSA-2294-53w4-gch9

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes iattr::ia_size is a loff_t, so these NFSv3 procedures must be careful to deal with incoming client size values that are larger than s64_max without corrupting the value. Silently capping the value results in storing a different value than the client passed in which is unexpected behavior, so remove the min_t() check in decode_sattr3(). Note that RFC 1813 permits only the WRITE procedure to return NFS3ERR_FBIG. We believe that NFSv3 reference implementations also return NFS3ERR_FBIG when ia_size is too large.

CVSS3: 5.5
1%
Низкий
около 2 лет назад
github логотип
GHSA-2293-qxwp-429c

Cross-site scripting vulnerability in Cybozu Office 10.0.0 to 10.5.0 allows remote authenticated attackers to inject arbitrary web script or HTML via unspecified vectors.

CVSS3: 5.4
1%
Низкий
около 4 лет назад
github логотип
GHSA-2293-ph8w-45mf

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in GregRoss Just Writing Statistics allows SQL Injection.This issue affects Just Writing Statistics: from n/a through 4.7.

CVSS3: 7.6
0%
Низкий
больше 1 года назад
github логотип
GHSA-2293-8xx3-2x87

A vulnerability was found in SourceCodester Client Database Management System 1.0. It has been declared as critical. This vulnerability affects unknown code of the file /user_order_customer_update.php. The manipulation of the argument uploaded_file_cancelled leads to unrestricted upload. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.

CVSS3: 7.3
1%
Низкий
около 1 года назад
github логотип
GHSA-2292-rr85-wvgp

Cross-site scripting (XSS) vulnerability in VerliAdmin 0.3 and earlier allows remote attackers to inject arbitrary web script or HTML via unspecified vectors. NOTE: The provenance of this information is unknown; the details are obtained solely from third party information.

1%
Низкий
больше 4 лет назад

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