Количество 375 727
Количество 375 727
GHSA-3mrx-5p8g-6q5j
PHPMemcachedAdmin 1.2.2 and earlier allows remote attackers to execute arbitrary PHP code via vectors related "serialized data and the last part of the concatenated filename," which creates a file in webroot.
GHSA-3mrx-4wfm-g48p
An issue discovered in Obsidian Canvas 1.1.9 allows remote attackers to send desktop notifications, record user audio and other unspecified impacts via embedded website on the canvas page.
GHSA-3mrw-xf65-fqjh
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix busy dentry used after unmounting Since commit 340cea84f691c ("cifs: open files should not hold ref on superblock"), cifs file only holds the dentry ref_cnt, the cifs file close work(cfile->deferred) could be executed after unmounting, which will trigger a warning in generic_shutdown_super: BUG: Dentry 00000000a14a6845{i=c,n=file} still in use (1) [unmount of cifs cifs] The detailed processs is: process A process B kworker fd = open(PATH) vfs_open file->__f_path = *path // dentry->d_lockref.count = 1 cifs_open cifs_new_fileinfo cfile->dentry = dget(dentry) // dentry->d_lockref.count = 2 close(fd) __fput cifs_close queue_delayed_work(deferredclose_wq, cfile->deferred) dput(dentry) // dentry->d_lockref.count = 1 smb2_deferred_work_close _cifsFileInfo_put list_del(&cifs_file->flist) umount cl...
GHSA-3mrv-v95f-r4rx
AOM v2.0.1 was discovered to contain a NULL pointer dereference via the component rate_hist.c.
GHSA-3mrv-rm2p-hfgx
Site isolation issue in the Graphics component. This vulnerability was fixed in Firefox 156.
GHSA-3mrv-3jj9-w487
The Allow SVG Files WordPress plugin through 1.1 does not sanitise uploaded SVG files, which could allow users with a role as low as Author to upload a malicious SVG containing XSS payloads
GHSA-3mrr-qqw5-mqj9
The School Manage System, developed by ALLE INFORMATION CO., LTD., contains a vulnerability of Path Traversal, allowing attackers to access arbitrary files.
GHSA-3mrr-pqw6-73rq
Multiple SQL injection vulnerabilities in Zoph (aka Zoph Organizes Photos) 0.9.1 and earlier allow remote authenticated users to execute arbitrary SQL commands via the (1) _action parameter to group.php or (2) user.php or the (3) location_id parameter to photos.php in php/.
GHSA-3mrr-p6xc-ff4f
Cross-Site Request Forgery (CSRF) vulnerability in Somethinkodd.com Development Team EmailShroud allows Reflected XSS.This issue affects EmailShroud: from n/a through 2.2.1.
GHSA-3mrr-j3vc-rx62
Multiple directory traversal vulnerabilities in MODx Content Management System 0.9.6.1 allow remote attackers to (1) include and execute arbitrary local files via a .. (dot dot) in the as_language parameter to assets/snippets/AjaxSearch/AjaxSearch.php, reached through index-ajax.php; and (2) read arbitrary local files via a .. (dot dot) in the file parameter to assets/js/htcmime.php.
GHSA-3mrr-cw9q-727m
Liferay Vulnerable to Open Redirect via Adaptive Media Administration Page
GHSA-3mrr-8phg-3qw7
An issue was discovered on Compro IP70 2.08_7130218, IP570 2.08_7130520, IP60, and TN540 devices. /cgi-bin/support/killps.cgi deletes all data from the device.
GHSA-3mrp-wph9-cw58
Until explicitly accessed by script, window.globalThis is not enumerable and, as a result, is not visible to code such as Object.getOwnPropertyNames(window). Sites that deploy a sandboxing that depends on enumerating and freezing access to the window object may miss this, allowing their sandboxes to be bypassed. This vulnerability affects Firefox < 68.
GHSA-3mrp-qhcj-mwv5
Duplicate Advisory: Node CLI Allows Arbitrary File Overwrite
GHSA-3mrp-3hmp-9cg3
Portainer 1.24.1 and earlier is affected by incorrect access control that may lead to remote arbitrary code execution. The restriction checks for bind mounts are applied only on the client-side and not the server-side, which can lead to spawning a container with bind mount. Once such a container is spawned, it can be leveraged to break out of the container leading to complete Docker host machine takeover.
GHSA-3mrm-rr7c-34fm
A vulnerability in one of the diagnostic test CLI commands on Cisco Industrial Ethernet 4010 Series Switches running Cisco IOS Software could allow an authenticated, local attacker to impact the stability of the device. This could result in arbitrary code execution or a denial of service (DoS) condition. The attacker has to have valid user credentials at privilege level 15. The vulnerability is due to a diagnostic test CLI command that allows the attacker to write to the device memory. An attacker could exploit this vulnerability by authenticating to the targeted device and issuing a specific diagnostic test command at the CLI. An exploit could allow the attacker to overwrite system memory locations, which could have a negative impact on the stability of the device. Cisco Bug IDs: CSCvf71150.
GHSA-3mrj-9cq7-57cc
move_uploaded_file in PHP does not does not check for the base directory (open_basedir), which could allow remote attackers to upload files to unintended locations on the system.
GHSA-3mrh-hhw4-729x
Cross-site scripting (XSS) vulnerability in the cookiedecode function in mainfile.php for PHP-Nuke 6.x through 7.2, when themes are used, allows remote attackers to inject arbitrary web script or HTML via a base64-encoded user parameter or cookie.
GHSA-3mrh-8jqh-26mj
Unauthenticated Broken Access Control in InstaWP Connect <= 0.1.3.7 versions.
GHSA-3mrg-xv6v-4r9j
service.exe in Measuresoft ScadaPro 4.0.0 and earlier allows remote attackers to execute arbitrary commands via shell metacharacters in the (1) BF, (2) OF, or (3) EF command.
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
GHSA-3mrx-5p8g-6q5j PHPMemcachedAdmin 1.2.2 and earlier allows remote attackers to execute arbitrary PHP code via vectors related "serialized data and the last part of the concatenated filename," which creates a file in webroot. | CVSS3: 9.8 | 9% Низкий | больше 4 лет назад | |
GHSA-3mrx-4wfm-g48p An issue discovered in Obsidian Canvas 1.1.9 allows remote attackers to send desktop notifications, record user audio and other unspecified impacts via embedded website on the canvas page. | CVSS3: 6.5 | 2% Низкий | больше 3 лет назад | |
GHSA-3mrw-xf65-fqjh In the Linux kernel, the following vulnerability has been resolved: cifs: Fix busy dentry used after unmounting Since commit 340cea84f691c ("cifs: open files should not hold ref on superblock"), cifs file only holds the dentry ref_cnt, the cifs file close work(cfile->deferred) could be executed after unmounting, which will trigger a warning in generic_shutdown_super: BUG: Dentry 00000000a14a6845{i=c,n=file} still in use (1) [unmount of cifs cifs] The detailed processs is: process A process B kworker fd = open(PATH) vfs_open file->__f_path = *path // dentry->d_lockref.count = 1 cifs_open cifs_new_fileinfo cfile->dentry = dget(dentry) // dentry->d_lockref.count = 2 close(fd) __fput cifs_close queue_delayed_work(deferredclose_wq, cfile->deferred) dput(dentry) // dentry->d_lockref.count = 1 smb2_deferred_work_close _cifsFileInfo_put list_del(&cifs_file->flist) umount cl... | CVSS3: 7.8 | 0% Низкий | 2 месяца назад | |
GHSA-3mrv-v95f-r4rx AOM v2.0.1 was discovered to contain a NULL pointer dereference via the component rate_hist.c. | CVSS3: 6.5 | 1% Низкий | почти 5 лет назад | |
GHSA-3mrv-rm2p-hfgx Site isolation issue in the Graphics component. This vulnerability was fixed in Firefox 156. | CVSS3: 9.1 | 0% Низкий | 7 дней назад | |
GHSA-3mrv-3jj9-w487 The Allow SVG Files WordPress plugin through 1.1 does not sanitise uploaded SVG files, which could allow users with a role as low as Author to upload a malicious SVG containing XSS payloads | CVSS3: 5.4 | 1% Низкий | около 4 лет назад | |
GHSA-3mrr-qqw5-mqj9 The School Manage System, developed by ALLE INFORMATION CO., LTD., contains a vulnerability of Path Traversal, allowing attackers to access arbitrary files. | 1% Низкий | больше 4 лет назад | ||
GHSA-3mrr-pqw6-73rq Multiple SQL injection vulnerabilities in Zoph (aka Zoph Organizes Photos) 0.9.1 and earlier allow remote authenticated users to execute arbitrary SQL commands via the (1) _action parameter to group.php or (2) user.php or the (3) location_id parameter to photos.php in php/. | 2% Низкий | больше 4 лет назад | ||
GHSA-3mrr-p6xc-ff4f Cross-Site Request Forgery (CSRF) vulnerability in Somethinkodd.com Development Team EmailShroud allows Reflected XSS.This issue affects EmailShroud: from n/a through 2.2.1. | CVSS3: 7.1 | 0% Низкий | больше 1 года назад | |
GHSA-3mrr-j3vc-rx62 Multiple directory traversal vulnerabilities in MODx Content Management System 0.9.6.1 allow remote attackers to (1) include and execute arbitrary local files via a .. (dot dot) in the as_language parameter to assets/snippets/AjaxSearch/AjaxSearch.php, reached through index-ajax.php; and (2) read arbitrary local files via a .. (dot dot) in the file parameter to assets/js/htcmime.php. | 3% Низкий | больше 4 лет назад | ||
GHSA-3mrr-cw9q-727m Liferay Vulnerable to Open Redirect via Adaptive Media Administration Page | CVSS3: 6.1 | 0% Низкий | больше 2 лет назад | |
GHSA-3mrr-8phg-3qw7 An issue was discovered on Compro IP70 2.08_7130218, IP570 2.08_7130520, IP60, and TN540 devices. /cgi-bin/support/killps.cgi deletes all data from the device. | 15% Средний | больше 4 лет назад | ||
GHSA-3mrp-wph9-cw58 Until explicitly accessed by script, window.globalThis is not enumerable and, as a result, is not visible to code such as Object.getOwnPropertyNames(window). Sites that deploy a sandboxing that depends on enumerating and freezing access to the window object may miss this, allowing their sandboxes to be bypassed. This vulnerability affects Firefox < 68. | CVSS3: 8.3 | 2% Низкий | больше 4 лет назад | |
GHSA-3mrp-qhcj-mwv5 Duplicate Advisory: Node CLI Allows Arbitrary File Overwrite | CVSS3: 3.5 | больше 4 лет назад | ||
GHSA-3mrp-3hmp-9cg3 Portainer 1.24.1 and earlier is affected by incorrect access control that may lead to remote arbitrary code execution. The restriction checks for bind mounts are applied only on the client-side and not the server-side, which can lead to spawning a container with bind mount. Once such a container is spawned, it can be leveraged to break out of the container leading to complete Docker host machine takeover. | 4% Низкий | больше 4 лет назад | ||
GHSA-3mrm-rr7c-34fm A vulnerability in one of the diagnostic test CLI commands on Cisco Industrial Ethernet 4010 Series Switches running Cisco IOS Software could allow an authenticated, local attacker to impact the stability of the device. This could result in arbitrary code execution or a denial of service (DoS) condition. The attacker has to have valid user credentials at privilege level 15. The vulnerability is due to a diagnostic test CLI command that allows the attacker to write to the device memory. An attacker could exploit this vulnerability by authenticating to the targeted device and issuing a specific diagnostic test command at the CLI. An exploit could allow the attacker to overwrite system memory locations, which could have a negative impact on the stability of the device. Cisco Bug IDs: CSCvf71150. | CVSS3: 6.7 | 0% Низкий | больше 4 лет назад | |
GHSA-3mrj-9cq7-57cc move_uploaded_file in PHP does not does not check for the base directory (open_basedir), which could allow remote attackers to upload files to unintended locations on the system. | 10% Низкий | больше 4 лет назад | ||
GHSA-3mrh-hhw4-729x Cross-site scripting (XSS) vulnerability in the cookiedecode function in mainfile.php for PHP-Nuke 6.x through 7.2, when themes are used, allows remote attackers to inject arbitrary web script or HTML via a base64-encoded user parameter or cookie. | 2% Низкий | больше 4 лет назад | ||
GHSA-3mrh-8jqh-26mj Unauthenticated Broken Access Control in InstaWP Connect <= 0.1.3.7 versions. | CVSS3: 5.3 | 0% Низкий | около 1 месяца назад | |
GHSA-3mrg-xv6v-4r9j service.exe in Measuresoft ScadaPro 4.0.0 and earlier allows remote attackers to execute arbitrary commands via shell metacharacters in the (1) BF, (2) OF, or (3) EF command. | 14% Средний | больше 4 лет назад |
Уязвимостей на страницу