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

exploitDog

source:"github"

Количество 323 419

Количество 323 419

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

почти 5 лет назад

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

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

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-xw77-45gv-p728

18 дней назад

OpenClaw: Plugin subagent routes could bypass gateway authorization with synthetic admin scopes

CVSS3: 9.4
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: Низкий
github логотип

GHSA-xw76-9x56-hp8j

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

Unspecified vulnerability in Oracle Java SE 6u65 and 7u45 allows remote attackers to affect confidentiality and integrity via unknown vectors related to Deployment, a different vulnerability than CVE-2014-0375 and CVE-2014-0403.

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

GHSA-xw76-3w59-j73x

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

Vulnerability in the Application Express Team Calendar Plugin product of Oracle Application Express (component: User Account). Supported versions that are affected are Application Express Team Calendar Plugin: 18.2-22.1. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Application Express Team Calendar Plugin. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in Application Express Team Calendar Plugin, attacks may significantly impact additional products (scope change). Successful attacks of this vulnerability can result in takeover of Application Express Team Calendar Plugin. CVSS 3.1 Base Score 9.0 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H).

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

GHSA-xw74-fx28-hrj8

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

Dell Wyse ThinOS 8.6 and prior versions contain an insecure default configuration vulnerability. A remote unauthenticated attacker could potentially exploit this vulnerability to gain access to the sensitive information on the local network, leading to the potential compromise of impacted thin clients.

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

GHSA-xw74-8r5v-3xpv

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

An OS command injection vulnerability in the installUpdateThemePluginAction function in index.php in WonderCMS 3.1.3, allows remote attackers to upload a custom plugin which can contain arbitrary code and obtain a webshell via the theme/plugin installer.

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

GHSA-xw74-7c4m-397f

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

This vulnerability allows remote attackers to disclose sensitive information on affected installations of PDF-XChange Editor. 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 U3D files. Crafted data in a U3D file can trigger a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-18658.

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

GHSA-xw74-3hjf-3xpv

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

In the Linux kernel, the following vulnerability has been resolved: sched_ext: Fix possible deadlock in the deferred_irq_workfn() For PREEMPT_RT=y kernels, the deferred_irq_workfn() is executed in the per-cpu irq_work/* task context and not disable-irq, if the rq returned by container_of() is current CPU's rq, the following scenarios may occur: lock(&rq->__lock); <Interrupt> lock(&rq->__lock); This commit use IRQ_WORK_INIT_HARD() to replace init_irq_work() to initialize rq->scx.deferred_irq_work, make the deferred_irq_workfn() is always invoked in hard-irq context.

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

GHSA-xw73-rw38-6vjc

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

Classic builder cache poisoning

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

GHSA-xw73-fccw-fgc4

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

ZoneMinder v1.36.34 is vulnerable to Command Injection in web/views/image.php. The application passes unsanitized user input directly to the exec() function.

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

GHSA-xw73-7wrh-3rgp

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

The server in IBM Tivoli Storage Manager (TSM) 5.x and 6.x before 6.3.5.10 and 7.x before 7.1.1.100 allows remote attackers to bypass intended access restrictions and replace file backups by using a certain backup option in conjunction with a filename that matches a previously used filename.

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

GHSA-xw73-224j-wrf4

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

Before version 4.8.2, WordPress allowed Cross-Site scripting in the plugin editor via a crafted plugin name.

CVSS3: 6.1
EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
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%
Низкий
почти 5 лет назад
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%
Низкий
12 месяцев назад
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
5%
Низкий
больше 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-xw77-45gv-p728

OpenClaw: Plugin subagent routes could bypass gateway authorization with synthetic admin scopes

CVSS3: 9.4
18 дней назад
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 лет назад
github логотип
GHSA-xw76-9x56-hp8j

Unspecified vulnerability in Oracle Java SE 6u65 and 7u45 allows remote attackers to affect confidentiality and integrity via unknown vectors related to Deployment, a different vulnerability than CVE-2014-0375 and CVE-2014-0403.

2%
Низкий
почти 4 года назад
github логотип
GHSA-xw76-3w59-j73x

Vulnerability in the Application Express Team Calendar Plugin product of Oracle Application Express (component: User Account). Supported versions that are affected are Application Express Team Calendar Plugin: 18.2-22.1. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Application Express Team Calendar Plugin. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in Application Express Team Calendar Plugin, attacks may significantly impact additional products (scope change). Successful attacks of this vulnerability can result in takeover of Application Express Team Calendar Plugin. CVSS 3.1 Base Score 9.0 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H).

CVSS3: 9
1%
Низкий
больше 2 лет назад
github логотип
GHSA-xw74-fx28-hrj8

Dell Wyse ThinOS 8.6 and prior versions contain an insecure default configuration vulnerability. A remote unauthenticated attacker could potentially exploit this vulnerability to gain access to the sensitive information on the local network, leading to the potential compromise of impacted thin clients.

1%
Низкий
почти 4 года назад
github логотип
GHSA-xw74-8r5v-3xpv

An OS command injection vulnerability in the installUpdateThemePluginAction function in index.php in WonderCMS 3.1.3, allows remote attackers to upload a custom plugin which can contain arbitrary code and obtain a webshell via the theme/plugin installer.

43%
Средний
почти 4 года назад
github логотип
GHSA-xw74-7c4m-397f

This vulnerability allows remote attackers to disclose sensitive information on affected installations of PDF-XChange Editor. 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 U3D files. Crafted data in a U3D file can trigger a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process. Was ZDI-CAN-18658.

CVSS3: 5.5
0%
Низкий
около 3 лет назад
github логотип
GHSA-xw74-3hjf-3xpv

In the Linux kernel, the following vulnerability has been resolved: sched_ext: Fix possible deadlock in the deferred_irq_workfn() For PREEMPT_RT=y kernels, the deferred_irq_workfn() is executed in the per-cpu irq_work/* task context and not disable-irq, if the rq returned by container_of() is current CPU's rq, the following scenarios may occur: lock(&rq->__lock); <Interrupt> lock(&rq->__lock); This commit use IRQ_WORK_INIT_HARD() to replace init_irq_work() to initialize rq->scx.deferred_irq_work, make the deferred_irq_workfn() is always invoked in hard-irq context.

CVSS3: 5.5
0%
Низкий
3 месяца назад
github логотип
GHSA-xw73-rw38-6vjc

Classic builder cache poisoning

CVSS3: 6.9
0%
Низкий
около 2 лет назад
github логотип
GHSA-xw73-fccw-fgc4

ZoneMinder v1.36.34 is vulnerable to Command Injection in web/views/image.php. The application passes unsanitized user input directly to the exec() function.

CVSS3: 9.8
0%
Низкий
около 1 месяца назад
github логотип
GHSA-xw73-7wrh-3rgp

The server in IBM Tivoli Storage Manager (TSM) 5.x and 6.x before 6.3.5.10 and 7.x before 7.1.1.100 allows remote attackers to bypass intended access restrictions and replace file backups by using a certain backup option in conjunction with a filename that matches a previously used filename.

0%
Низкий
почти 4 года назад
github логотип
GHSA-xw73-224j-wrf4

Before version 4.8.2, WordPress allowed Cross-Site scripting in the plugin editor via a crafted plugin name.

CVSS3: 6.1
3%
Низкий
почти 4 года назад

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