Логотип exploitDog
source:"github"
Консоль
Логотип exploitDog

exploitDog

source:"github"

Количество 314 212

Количество 314 212

github логотип

GHSA-xw7v-qrhc-jjg2

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

Access Control vulnerability in Dolibarr

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

GHSA-xw7v-pcmp-g44q

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

Cross-site scripting (XSS) vulnerability in Open Ticket Request System (OTRS) 3.1.x before 3.1.21, 3.2.x before 3.2.16, and 3.3.x before 3.3.6 allows remote authenticated users to inject arbitrary web script or HTML via vectors related to dynamic fields.

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

GHSA-xw7r-78c6-fpj4

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

Sprecher SPRECON-E firmware prior to 8.64b might allow local attackers with access to engineering data to insert arbitrary code. This firmware lacks the validation of the input values on the device side, which is provided by the engineering software during parameterization. Attackers with access to local configuration files can therefore insert malicious commands that are executed after compiling them to valid parameter files (“PDLs”), transferring them to the device, and restarting the device.

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

GHSA-xw7q-2j98-xv6p

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

Dell Unity prior to 5.3 contains a Cross-site scripting vulnerability. A low-privileged authenticated attacker can exploit these issues to obtain escalated privileges.

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

GHSA-xw7p-mxv9-wcvh

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

cPanel, when compiling Apache 1.3.29 and PHP with the mod_phpsuexec option, does not set the --enable-discard-path option, which causes php to use the SCRIPT_FILENAME variable to find and execute a script instead of the PATH_TRANSLATED variable, which allows local users to execute arbitrary PHP code as other users via a URL that references the attacker's script after the user's script, which executes the attacker's script with the user's privileges, a different vulnerability than CVE-2004-0529.

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

GHSA-xw7p-c2fg-6hg3

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

Multiple cross-site scripting (XSS) vulnerabilities in Citadel WebCit through 926 allow remote attackers to inject arbitrary web script or HTML via multiple pages and parameters. NOTE: this was reported to the vendor in a publicly archived "Multiple Security Vulnerabilities in WebCit 926" thread.

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

GHSA-xw7m-8mhm-xjcv

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

Integer signedness error in the Quantum decompressor in cabextract before 1.3, when archive test mode is used, allows user-assisted remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted Quantum archive in a .cab file, related to the libmspack library.

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

GHSA-xw7m-49qm-2x39

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

Windows App Package Installer Elevation of Privilege Vulnerability

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

GHSA-xw7j-prhw-8j4h

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

Adobe Acrobat and Reader versions 2019.010.20098 and earlier, 2019.010.20098 and earlier, 2017.011.30127 and earlier version, and 2015.006.30482 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .

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

GHSA-xw7j-cq8f-4pjw

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

Online Ordering System By janobe 2.3.2 has SQL Injection via /ordering/admin/products/index.php?view=edit&id=.

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

GHSA-xw7h-wh7c-8g65

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

Cross-site scripting (XSS) vulnerability in Infopop Ultimate Bulletin Board (UBB) 6.x allows remote authenticated users to execute arbitrary web script and gain administrative access via the "displayed name" attribute of the "ubber" cookie.

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

GHSA-xw7g-pw64-xph3

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

Out-of-bounds Read vulnerability in mod_macro of Apache HTTP Server.This issue affects Apache HTTP Server: through 2.4.57.

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

GHSA-xw7c-jx9m-xh5g

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

Reflected cross-site scripting issue in Datasette

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

GHSA-xw7c-j7cv-wwr8

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

Buffer overflow in xbl 1.0k and earlier allows local users to gain privileges via a long -display command line option.

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

GHSA-xw7c-96px-p4xw

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

A vulnerability, which was classified as critical, was found in PHPGurukul Online Security Guards Hiring System 1.0. Affected is an unknown function of the file /admin/changeimage.php. The manipulation of the argument editid leads to sql injection. 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-xw79-hhv6-578c

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

Cross-Site Scripting in serve

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

GHSA-xw78-vx8x-r728

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

Multiple cross-site request forgery (CSRF) vulnerabilities in the ACL Manager plugin (plugins/acl/ajax.php) in DokuWiki before 2009-12-25c allow remote attackers to hijack the authentication of administrators for requests that modify access control rules, and other unspecified requests, via unknown vectors.

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

GHSA-xw78-pcr6-wrg8

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

Issue summary: A bug has been identified in the processing of key and initialisation vector (IV) lengths. This can lead to potential truncation or overruns during the initialisation of some symmetric ciphers. Impact summary: A truncation in the IV can result in non-uniqueness, which could result in loss of confidentiality for some cipher modes. When calling EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() the provided OSSL_PARAM array is processed after the key and IV have been established. Any alterations to the key length, via the "keylen" parameter or the IV length, via the "ivlen" parameter, within the OSSL_PARAM array will not take effect as intended, potentially causing truncation or overreading of these values. The following ciphers and cipher modes are impacted: RC2, RC4, RC5, CCM, GCM and OCB. For the CCM, GCM and OCB cipher modes, truncation of the IV can result in loss of confidentiality. For example, when following NIST's SP 800-38D section 8.2...

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

GHSA-xw77-mphc-3rq6

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

Stack-based buffer overflow in srt2smi.exe in Gretech Online Movie Player (GOM Player) 2.1.16.4635 allows remote attackers to cause a denial of service (crash) or execute arbitrary code via a long string in an SRT file.

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

GHSA-xw76-qw2j-v4fp

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

Use after free in shell in Google Chrome on ChromeOS prior to 100.0.4896.88 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

CVSS3: 8.8
EPSS: Низкий

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

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

Access Control vulnerability in Dolibarr

CVSS3: 7.5
0%
Низкий
почти 4 года назад
github логотип
GHSA-xw7v-pcmp-g44q

Cross-site scripting (XSS) vulnerability in Open Ticket Request System (OTRS) 3.1.x before 3.1.21, 3.2.x before 3.2.16, and 3.3.x before 3.3.6 allows remote authenticated users to inject arbitrary web script or HTML via vectors related to dynamic fields.

0%
Низкий
больше 3 лет назад
github логотип
GHSA-xw7r-78c6-fpj4

Sprecher SPRECON-E firmware prior to 8.64b might allow local attackers with access to engineering data to insert arbitrary code. This firmware lacks the validation of the input values on the device side, which is provided by the engineering software during parameterization. Attackers with access to local configuration files can therefore insert malicious commands that are executed after compiling them to valid parameter files (“PDLs”), transferring them to the device, and restarting the device.

0%
Низкий
больше 3 лет назад
github логотип
GHSA-xw7q-2j98-xv6p

Dell Unity prior to 5.3 contains a Cross-site scripting vulnerability. A low-privileged authenticated attacker can exploit these issues to obtain escalated privileges.

CVSS3: 5.5
0%
Низкий
больше 2 лет назад
github логотип
GHSA-xw7p-mxv9-wcvh

cPanel, when compiling Apache 1.3.29 and PHP with the mod_phpsuexec option, does not set the --enable-discard-path option, which causes php to use the SCRIPT_FILENAME variable to find and execute a script instead of the PATH_TRANSLATED variable, which allows local users to execute arbitrary PHP code as other users via a URL that references the attacker's script after the user's script, which executes the attacker's script with the user's privileges, a different vulnerability than CVE-2004-0529.

5%
Низкий
почти 4 года назад
github логотип
GHSA-xw7p-c2fg-6hg3

Multiple cross-site scripting (XSS) vulnerabilities in Citadel WebCit through 926 allow remote attackers to inject arbitrary web script or HTML via multiple pages and parameters. NOTE: this was reported to the vendor in a publicly archived "Multiple Security Vulnerabilities in WebCit 926" thread.

0%
Низкий
больше 3 лет назад
github логотип
GHSA-xw7m-8mhm-xjcv

Integer signedness error in the Quantum decompressor in cabextract before 1.3, when archive test mode is used, allows user-assisted remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted Quantum archive in a .cab file, related to the libmspack library.

5%
Низкий
больше 3 лет назад
github логотип
GHSA-xw7m-49qm-2x39

Windows App Package Installer Elevation of Privilege Vulnerability

CVSS3: 7.8
0%
Низкий
около 1 года назад
github логотип
GHSA-xw7j-prhw-8j4h

Adobe Acrobat and Reader versions 2019.010.20098 and earlier, 2019.010.20098 and earlier, 2017.011.30127 and earlier version, and 2015.006.30482 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .

5%
Низкий
больше 3 лет назад
github логотип
GHSA-xw7j-cq8f-4pjw

Online Ordering System By janobe 2.3.2 has SQL Injection via /ordering/admin/products/index.php?view=edit&id=.

CVSS3: 9.8
0%
Низкий
больше 3 лет назад
github логотип
GHSA-xw7h-wh7c-8g65

Cross-site scripting (XSS) vulnerability in Infopop Ultimate Bulletin Board (UBB) 6.x allows remote authenticated users to execute arbitrary web script and gain administrative access via the "displayed name" attribute of the "ubber" cookie.

0%
Низкий
почти 4 года назад
github логотип
GHSA-xw7g-pw64-xph3

Out-of-bounds Read vulnerability in mod_macro of Apache HTTP Server.This issue affects Apache HTTP Server: through 2.4.57.

CVSS3: 9.1
0%
Низкий
больше 2 лет назад
github логотип
GHSA-xw7c-jx9m-xh5g

Reflected cross-site scripting issue in Datasette

CVSS3: 7.2
1%
Низкий
больше 4 лет назад
github логотип
GHSA-xw7c-j7cv-wwr8

Buffer overflow in xbl 1.0k and earlier allows local users to gain privileges via a long -display command line option.

0%
Низкий
почти 4 года назад
github логотип
GHSA-xw7c-96px-p4xw

A vulnerability, which was classified as critical, was found in PHPGurukul Online Security Guards Hiring System 1.0. Affected is an unknown function of the file /admin/changeimage.php. The manipulation of the argument editid leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.

CVSS3: 7.3
0%
Низкий
10 месяцев назад
github логотип
GHSA-xw79-hhv6-578c

Cross-Site Scripting in serve

больше 5 лет назад
github логотип
GHSA-xw78-vx8x-r728

Multiple cross-site request forgery (CSRF) vulnerabilities in the ACL Manager plugin (plugins/acl/ajax.php) in DokuWiki before 2009-12-25c allow remote attackers to hijack the authentication of administrators for requests that modify access control rules, and other unspecified requests, via unknown vectors.

0%
Низкий
почти 4 года назад
github логотип
GHSA-xw78-pcr6-wrg8

Issue summary: A bug has been identified in the processing of key and initialisation vector (IV) lengths. This can lead to potential truncation or overruns during the initialisation of some symmetric ciphers. Impact summary: A truncation in the IV can result in non-uniqueness, which could result in loss of confidentiality for some cipher modes. When calling EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() the provided OSSL_PARAM array is processed after the key and IV have been established. Any alterations to the key length, via the "keylen" parameter or the IV length, via the "ivlen" parameter, within the OSSL_PARAM array will not take effect as intended, potentially causing truncation or overreading of these values. The following ciphers and cipher modes are impacted: RC2, RC4, RC5, CCM, GCM and OCB. For the CCM, GCM and OCB cipher modes, truncation of the IV can result in loss of confidentiality. For example, when following NIST's SP 800-38D section 8.2...

CVSS3: 7.5
4%
Низкий
больше 2 лет назад
github логотип
GHSA-xw77-mphc-3rq6

Stack-based buffer overflow in srt2smi.exe in Gretech Online Movie Player (GOM Player) 2.1.16.4635 allows remote attackers to cause a denial of service (crash) or execute arbitrary code via a long string in an SRT file.

26%
Средний
почти 4 года назад
github логотип
GHSA-xw76-qw2j-v4fp

Use after free in shell in Google Chrome on ChromeOS prior to 100.0.4896.88 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

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

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