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

exploitDog

Количество 356 366

Количество 356 366

github логотип

GHSA-22f5-36q8-782w

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

Due to insufficient sanitization, an attacker can upload a specially crafted configuration file to traverse directories and achieve remote code execution with system-level permissions.

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

GHSA-22f4-hrhx-4j5v

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

Dell Wyse Management Suite, versions prior to WMS 5.5 HF1, contain an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability. A high privileged attacker with remote access could potentially exploit this vulnerability, leading to Remote Code Execution.

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

GHSA-22f3-jcv7-7v3j

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

Reflected cross-site scripting vulnerability in MAHO-PBX NetDevancer series MAHO-PBX NetDevancer Lite/Uni/Pro/Cloud prior to Ver.1.11.00, MAHO-PBX NetDevancer VSG Lite/Uni prior to Ver.1.11.00, and MAHO-PBX NetDevancer MobileGate Home/Office prior to Ver.1.11.00 allows a remote unauthenticated attacker to inject an arbitrary script.

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

GHSA-22f3-4r93-w2x5

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

Vulnerability in the Oracle Commerce Platform component of Oracle Commerce (subcomponent: Dynamo Application Framework). Supported versions that are affected are 10.0.3.5, 10.2.0.5 and 11.2.0.2. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Commerce Platform. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in unauthorized read access to a subset of Oracle Commerce Platform accessible data. CVSS v3.0 Base Score 4.3 (Confidentiality impacts).

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

GHSA-22f3-2777-6wj4

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

Judging Management System v1.0.0 was discovered to contain a SQL injection vulnerability via the username parameter.

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

GHSA-22f2-v57c-j9cx

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

Rack vulnerable to ReDoS in content type parsing (2nd degree polynomial)

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

GHSA-22f2-jv6w-6ggr

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

Missing Authorization vulnerability in Horea Radu One Page Express Companion one-page-express-companion.This issue affects One Page Express Companion: from n/a through <= 1.6.43.

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

GHSA-22f2-7248-9pxp

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

The Access Point functionality in eapol_auth_key_handle in eapol.c in iNet wireless daemon (IWD) before 2.14 allows attackers to gain unauthorized access to a protected Wi-Fi network. An attacker can complete the EAPOL handshake by skipping Msg2/4 and instead sending Msg4/4 with an all-zero key.

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

GHSA-22cx-g984-4v34

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

Cross-site scripting (XSS) vulnerability in inplview.aspx in Microsoft SharePoint Foundation 2010 Gold and SP1 allows remote attackers to inject arbitrary web script or HTML via JavaScript sequences in a URL, aka "XSS in inplview.aspx Vulnerability."

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

GHSA-22cw-mq2h-w9m7

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

A use after free in IndexedDB in Google Chrome prior to 60.0.3112.78 for Linux, Android, Windows, and Mac allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page.

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

GHSA-22cw-hj59-vjwv

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

Improper access control in DualDarManagerProxy prior to SMR Sep-2024 Release 1 allows local attackers to cause local permanent denial of service.

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

GHSA-22cw-c67j-89mh

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

Rescue Dispatch Management System v1.0 is vulnerable to SQL Injection via /rdms/classes/Master.php?f=delete_report.

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

GHSA-22cw-2v9q-5w3r

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

The Questoes OAB (aka com.pedefeijao.questoesoab) application oab_android_1.2 for Android does not verify X.509 certificates from SSL servers, which allows man-in-the-middle attackers to spoof servers and obtain sensitive information via a crafted certificate.

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

GHSA-22cv-p6m9-w66j

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

There is an missing authorization issue in the system service. Since the component does not have permission check and permission protection,, resulting in Local Elevation of privilege.Product: AndroidVersions: Android SoCAndroid ID: A-242221899

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

GHSA-22cv-mr79-8p5c

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

A vulnerability in a logging function of Cisco Nexus Dashboard Fabric Controller (NDFC) and Cisco Nexus Dashboard Orchestrator (NDO) could allow an attacker with access to a tech support file to view sensitive information. This vulnerability exists because HTTP proxy credentials could be recorded in an internal log that is stored in the tech support file. An attacker could exploit this vulnerability by accessing a tech support file that is generated from an affected system. A successful exploit could allow the attacker to view HTTP proxy server admin credentials in clear text that are configured on Nexus Dashboard to reach an external network. Note: Best practice is to store debug logs and tech support files safely and to share them only with trusted parties because they may contain sensitive information.

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

GHSA-22cv-hg25-xph5

23 дня назад

In the Linux kernel, the following vulnerability has been resolved: erofs: fix managed cache race for unaligned extents After unaligned compressed extents were introduced, the following race could occur: [Thread 1] [Thread 2] (z_erofs_fill_bio_vec) <handle a Z_EROFS_PREALLOCATED_FOLIO folio> ... filemap_add_folio (1) (z_erofs_bind_cache) <the same folio is found..> .. .. folio_attach_private (2) filemap_add_folio (3) again Since (1) is executed but (2) hasn't been executed yet, it's possible that another thread finds the same managed folio in z_erofs_bind_cache() for a different pcluster and calls filemap_add_folio() again since folio->private is still Z_EROFS_PREALLOCATED_FOLIO. Fix this by explicitly clearing folio->priva...

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

GHSA-22cr-447g-57w6

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

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Syed Tahir Ali Jan Bulk YouTube Post Creator allows Reflected XSS. This issue affects Bulk YouTube Post Creator: from n/a through 1.0.

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

GHSA-22cq-xxr9-jrrv

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

Zenario CMS vulnerable to CSRF

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

GHSA-22cq-qqmm-44qr

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

A vulnerability classified as problematic has been found in code-projects Payroll Management System 1.0. Affected is an unknown function of the file /home_employee.php. The manipulation of the argument division leads to cross site scripting. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. Other parameters might be affected as well.

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

GHSA-22cq-h96p-qcc2

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

Improper access control vulnerability in Phone application prior to SMR Feb-2023 Release 1 allows local attackers to access sensitive information via implicit broadcast.

CVSS3: 5.5
EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-22f5-36q8-782w

Due to insufficient sanitization, an attacker can upload a specially crafted configuration file to traverse directories and achieve remote code execution with system-level permissions.

CVSS3: 7.5
1%
Низкий
9 месяцев назад
github логотип
GHSA-22f4-hrhx-4j5v

Dell Wyse Management Suite, versions prior to WMS 5.5 HF1, contain an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability. A high privileged attacker with remote access could potentially exploit this vulnerability, leading to Remote Code Execution.

CVSS3: 7.2
1%
Низкий
около 2 месяцев назад
github логотип
GHSA-22f3-jcv7-7v3j

Reflected cross-site scripting vulnerability in MAHO-PBX NetDevancer series MAHO-PBX NetDevancer Lite/Uni/Pro/Cloud prior to Ver.1.11.00, MAHO-PBX NetDevancer VSG Lite/Uni prior to Ver.1.11.00, and MAHO-PBX NetDevancer MobileGate Home/Office prior to Ver.1.11.00 allows a remote unauthenticated attacker to inject an arbitrary script.

CVSS3: 6.1
1%
Низкий
больше 3 лет назад
github логотип
GHSA-22f3-4r93-w2x5

Vulnerability in the Oracle Commerce Platform component of Oracle Commerce (subcomponent: Dynamo Application Framework). Supported versions that are affected are 10.0.3.5, 10.2.0.5 and 11.2.0.2. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Commerce Platform. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in unauthorized read access to a subset of Oracle Commerce Platform accessible data. CVSS v3.0 Base Score 4.3 (Confidentiality impacts).

CVSS3: 4.3
1%
Низкий
около 4 лет назад
github логотип
GHSA-22f3-2777-6wj4

Judging Management System v1.0.0 was discovered to contain a SQL injection vulnerability via the username parameter.

CVSS3: 7.8
0%
Низкий
больше 3 лет назад
github логотип
GHSA-22f2-v57c-j9cx

Rack vulnerable to ReDoS in content type parsing (2nd degree polynomial)

CVSS3: 5.3
35%
Средний
больше 2 лет назад
github логотип
GHSA-22f2-jv6w-6ggr

Missing Authorization vulnerability in Horea Radu One Page Express Companion one-page-express-companion.This issue affects One Page Express Companion: from n/a through <= 1.6.43.

CVSS3: 4.3
0%
Низкий
10 месяцев назад
github логотип
GHSA-22f2-7248-9pxp

The Access Point functionality in eapol_auth_key_handle in eapol.c in iNet wireless daemon (IWD) before 2.14 allows attackers to gain unauthorized access to a protected Wi-Fi network. An attacker can complete the EAPOL handshake by skipping Msg2/4 and instead sending Msg4/4 with an all-zero key.

CVSS3: 7.5
1%
Низкий
больше 2 лет назад
github логотип
GHSA-22cx-g984-4v34

Cross-site scripting (XSS) vulnerability in inplview.aspx in Microsoft SharePoint Foundation 2010 Gold and SP1 allows remote attackers to inject arbitrary web script or HTML via JavaScript sequences in a URL, aka "XSS in inplview.aspx Vulnerability."

18%
Средний
больше 4 лет назад
github логотип
GHSA-22cw-mq2h-w9m7

A use after free in IndexedDB in Google Chrome prior to 60.0.3112.78 for Linux, Android, Windows, and Mac allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page.

CVSS3: 8.8
2%
Низкий
около 4 лет назад
github логотип
GHSA-22cw-hj59-vjwv

Improper access control in DualDarManagerProxy prior to SMR Sep-2024 Release 1 allows local attackers to cause local permanent denial of service.

CVSS3: 6.6
0%
Низкий
почти 2 года назад
github логотип
GHSA-22cw-c67j-89mh

Rescue Dispatch Management System v1.0 is vulnerable to SQL Injection via /rdms/classes/Master.php?f=delete_report.

CVSS3: 9.8
1%
Низкий
около 4 лет назад
github логотип
GHSA-22cw-2v9q-5w3r

The Questoes OAB (aka com.pedefeijao.questoesoab) application oab_android_1.2 for Android does not verify X.509 certificates from SSL servers, which allows man-in-the-middle attackers to spoof servers and obtain sensitive information via a crafted certificate.

0%
Низкий
около 4 лет назад
github логотип
GHSA-22cv-p6m9-w66j

There is an missing authorization issue in the system service. Since the component does not have permission check and permission protection,, resulting in Local Elevation of privilege.Product: AndroidVersions: Android SoCAndroid ID: A-242221899

CVSS3: 7.8
0%
Низкий
почти 4 года назад
github логотип
GHSA-22cv-mr79-8p5c

A vulnerability in a logging function of Cisco Nexus Dashboard Fabric Controller (NDFC) and Cisco Nexus Dashboard Orchestrator (NDO) could allow an attacker with access to a tech support file to view sensitive information. This vulnerability exists because HTTP proxy credentials could be recorded in an internal log that is stored in the tech support file. An attacker could exploit this vulnerability by accessing a tech support file that is generated from an affected system. A successful exploit could allow the attacker to view HTTP proxy server admin credentials in clear text that are configured on Nexus Dashboard to reach an external network. Note: Best practice is to store debug logs and tech support files safely and to share them only with trusted parties because they may contain sensitive information.

CVSS3: 6.3
0%
Низкий
почти 2 года назад
github логотип
GHSA-22cv-hg25-xph5

In the Linux kernel, the following vulnerability has been resolved: erofs: fix managed cache race for unaligned extents After unaligned compressed extents were introduced, the following race could occur: [Thread 1] [Thread 2] (z_erofs_fill_bio_vec) <handle a Z_EROFS_PREALLOCATED_FOLIO folio> ... filemap_add_folio (1) (z_erofs_bind_cache) <the same folio is found..> .. .. folio_attach_private (2) filemap_add_folio (3) again Since (1) is executed but (2) hasn't been executed yet, it's possible that another thread finds the same managed folio in z_erofs_bind_cache() for a different pcluster and calls filemap_add_folio() again since folio->private is still Z_EROFS_PREALLOCATED_FOLIO. Fix this by explicitly clearing folio->priva...

CVSS3: 7.8
0%
Низкий
23 дня назад
github логотип
GHSA-22cr-447g-57w6

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Syed Tahir Ali Jan Bulk YouTube Post Creator allows Reflected XSS. This issue affects Bulk YouTube Post Creator: from n/a through 1.0.

CVSS3: 7.1
0%
Низкий
около 1 года назад
github логотип
GHSA-22cq-xxr9-jrrv

Zenario CMS vulnerable to CSRF

CVSS3: 8.8
1%
Низкий
около 4 лет назад
github логотип
GHSA-22cq-qqmm-44qr

A vulnerability classified as problematic has been found in code-projects Payroll Management System 1.0. Affected is an unknown function of the file /home_employee.php. The manipulation of the argument division leads to cross site scripting. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. Other parameters might be affected as well.

CVSS3: 3.5
0%
Низкий
больше 1 года назад
github логотип
GHSA-22cq-h96p-qcc2

Improper access control vulnerability in Phone application prior to SMR Feb-2023 Release 1 allows local attackers to access sensitive information via implicit broadcast.

CVSS3: 5.5
0%
Низкий
больше 3 лет назад

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