Количество 357 271
Количество 357 271
GHSA-33h3-8669-hjwx
curl before version 7.51.0 uses outdated IDNA 2003 standard to handle International Domain Names and this may lead users to potentially and unknowingly issue network transfer requests to the wrong host.
GHSA-33h3-4p7j-r54j
In the Linux kernel, the following vulnerability has been resolved: RDMA: Fix use-after-free in rxe_queue_cleanup On error handling path in rxe_qp_from_init() qp->sq.queue is freed and then rxe_create_qp() will drop last reference to this object. qp clean up function will try to free this queue one time and it causes UAF bug. Fix it by zeroing queue pointer after freeing queue in rxe_qp_from_init().
GHSA-33h2-rxgw-84jc
In ims service, there is a possible memory corruption due to a race condition. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07937105; Issue ID: ALPS07937105.
GHSA-33h2-rv7w-ppfj
An issue was discovered in adns before 1.5.2. adnshost mishandles a missing final newline on a stdin read. It is wrong to increment used as well as setting r, since used is incremented according to r, later. Rather one should be doing what read() would have done. Without this fix, adnshost may read and process one byte beyond the buffer, perhaps crashing or perhaps somehow leaking the value of that byte.
GHSA-33h2-c39r-888q
A vulnerability was found in SourceCodester Doctors Appointment System 1.0. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the file /edoc/doctor/patient.php. The manipulation of the argument search12 leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-221821 was assigned to this vulnerability.
GHSA-33h2-69j3-r336
Out-of-bounds Read in OpenCV
GHSA-33gx-m93p-j6wc
The RSS Aggregator by Feedzy plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 3.4.2. This is due to missing or incorrect nonce validation on the save_feedzy_post_type_meta() function. This makes it possible for unauthenticated attackers to update post meta via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
GHSA-33gx-9hw6-qc5v
In the Linux kernel, the following vulnerability has been resolved: io_uring/zcrx: fix user_struct uaf io_free_rbuf_ring() usees a struct user_struct, which io_zcrx_ifq_free() puts it down before destroying the ring.
GHSA-33gx-2jcq-hq54
phpMyFAQ 2.6.11 and 2.6.12, as distributed between December 4th and December 15th 2010, contains an externally introduced modification (Trojan Horse) in the getTopTen method in inc/Faq.php, which allows remote attackers to execute arbitrary PHP code.
GHSA-33gw-pvgj-248f
A vulnerability classified as problematic was found in codelyfe Stupid Simple CMS up to 1.2.4. Affected by this vulnerability is an unknown functionality of the file /file-manager/rename.php. The manipulation of the argument oldName leads to path traversal: '../filedir'. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-248689 was assigned to this vulnerability.
GHSA-33gw-fhjf-8v75
cPanel before 57.9999.54 allows self XSS during ftp account creation under addon domains (SEC-118).
GHSA-33gv-rvgq-gpxp
Withdrawn Advisory: HTML injections in BTCPayServer
GHSA-33gv-fc78-qgf5
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
GHSA-33gr-vm8m-gj5m
arm-wt-22k/lib_src/eas_mdls.c in mediaserver in Android 4.x before 4.4.4, 5.0.x before 5.0.2, 5.1.x before 5.1.1, and 6.x before 2016-09-01 allows remote attackers to cause a denial of service (NULL pointer dereference, and device hang or reboot) via a crafted media file, aka internal bug 29770686.
GHSA-33gr-gjg6-c627
A flaw has been found in SourceCodester Train Station Ticketing System 1.0. This vulnerability affects unknown code of the file /ajax.php?action=save_user. Executing manipulation of the argument Username can lead to sql injection. The attack may be launched remotely. The exploit has been published and may be used.
GHSA-33gq-q699-4w29
With address book access, SMB/FTP settings could be modified, redirecting scans and possibly capturing credentials. This requires enabled scan functions and printer access.
GHSA-33gq-cgfx-f6m6
Direct static code injection vulnerability in acp/savenews.php in Sciurus Hosting Panel, possibly 2.0.3, allows remote attackers to inject arbitrary PHP code via the filecontents parameter, which can be executed by accessing includes/news.php.
GHSA-33gp-xwq2-f742
An issue in the /store/items/search endpoint of Agent Protocol server commit e9a89f allows attackers to cause a Denial of Service (DoS) via a crafted POST request.
GHSA-33gp-gmg3-hfpq
XWiki Platform vulnerable to document deletion and overwrite from edit
GHSA-33gm-x234-gjx5
File Upload Vulnerability in Yupoxion BearAdmin before commit 10176153528b0a914eb4d726e200fd506b73b075 allows attacker to execute arbitrary remote code via the Upfile function of the extend/tools/Ueditor endpoint.
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
GHSA-33h3-8669-hjwx curl before version 7.51.0 uses outdated IDNA 2003 standard to handle International Domain Names and this may lead users to potentially and unknowingly issue network transfer requests to the wrong host. | CVSS3: 7.5 | 4% Низкий | около 4 лет назад | |
GHSA-33h3-4p7j-r54j In the Linux kernel, the following vulnerability has been resolved: RDMA: Fix use-after-free in rxe_queue_cleanup On error handling path in rxe_qp_from_init() qp->sq.queue is freed and then rxe_create_qp() will drop last reference to this object. qp clean up function will try to free this queue one time and it causes UAF bug. Fix it by zeroing queue pointer after freeing queue in rxe_qp_from_init(). | CVSS3: 7.8 | 0% Низкий | около 2 лет назад | |
GHSA-33h2-rxgw-84jc In ims service, there is a possible memory corruption due to a race condition. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07937105; Issue ID: ALPS07937105. | CVSS3: 6.4 | 0% Низкий | почти 3 года назад | |
GHSA-33h2-rv7w-ppfj An issue was discovered in adns before 1.5.2. adnshost mishandles a missing final newline on a stdin read. It is wrong to increment used as well as setting r, since used is incremented according to r, later. Rather one should be doing what read() would have done. Without this fix, adnshost may read and process one byte beyond the buffer, perhaps crashing or perhaps somehow leaking the value of that byte. | CVSS3: 7.5 | 2% Низкий | около 4 лет назад | |
GHSA-33h2-c39r-888q A vulnerability was found in SourceCodester Doctors Appointment System 1.0. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the file /edoc/doctor/patient.php. The manipulation of the argument search12 leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-221821 was assigned to this vulnerability. | CVSS3: 8.8 | 1% Низкий | больше 3 лет назад | |
GHSA-33h2-69j3-r336 Out-of-bounds Read in OpenCV | CVSS3: 8.8 | 2% Низкий | почти 5 лет назад | |
GHSA-33gx-m93p-j6wc The RSS Aggregator by Feedzy plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 3.4.2. This is due to missing or incorrect nonce validation on the save_feedzy_post_type_meta() function. This makes it possible for unauthenticated attackers to update post meta via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. | CVSS3: 4.3 | 0% Низкий | почти 3 года назад | |
GHSA-33gx-9hw6-qc5v In the Linux kernel, the following vulnerability has been resolved: io_uring/zcrx: fix user_struct uaf io_free_rbuf_ring() usees a struct user_struct, which io_zcrx_ifq_free() puts it down before destroying the ring. | CVSS3: 7.8 | 0% Низкий | 3 месяца назад | |
GHSA-33gx-2jcq-hq54 phpMyFAQ 2.6.11 and 2.6.12, as distributed between December 4th and December 15th 2010, contains an externally introduced modification (Trojan Horse) in the getTopTen method in inc/Faq.php, which allows remote attackers to execute arbitrary PHP code. | 1% Низкий | около 4 лет назад | ||
GHSA-33gw-pvgj-248f A vulnerability classified as problematic was found in codelyfe Stupid Simple CMS up to 1.2.4. Affected by this vulnerability is an unknown functionality of the file /file-manager/rename.php. The manipulation of the argument oldName leads to path traversal: '../filedir'. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-248689 was assigned to this vulnerability. | CVSS3: 4.3 | 1% Низкий | больше 2 лет назад | |
GHSA-33gw-fhjf-8v75 cPanel before 57.9999.54 allows self XSS during ftp account creation under addon domains (SEC-118). | CVSS3: 5.4 | 1% Низкий | около 4 лет назад | |
GHSA-33gv-rvgq-gpxp Withdrawn Advisory: HTML injections in BTCPayServer | CVSS3: 8.8 | 8% Низкий | больше 3 лет назад | |
GHSA-33gv-fc78-qgf5 YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header | CVSS3: 8.1 | 0% Низкий | 3 месяца назад | |
GHSA-33gr-vm8m-gj5m arm-wt-22k/lib_src/eas_mdls.c in mediaserver in Android 4.x before 4.4.4, 5.0.x before 5.0.2, 5.1.x before 5.1.1, and 6.x before 2016-09-01 allows remote attackers to cause a denial of service (NULL pointer dereference, and device hang or reboot) via a crafted media file, aka internal bug 29770686. | CVSS3: 5.5 | 1% Низкий | около 4 лет назад | |
GHSA-33gr-gjg6-c627 A flaw has been found in SourceCodester Train Station Ticketing System 1.0. This vulnerability affects unknown code of the file /ajax.php?action=save_user. Executing manipulation of the argument Username can lead to sql injection. The attack may be launched remotely. The exploit has been published and may be used. | CVSS3: 6.3 | 0% Низкий | 9 месяцев назад | |
GHSA-33gq-q699-4w29 With address book access, SMB/FTP settings could be modified, redirecting scans and possibly capturing credentials. This requires enabled scan functions and printer access. | CVSS3: 7.6 | 1% Низкий | больше 1 года назад | |
GHSA-33gq-cgfx-f6m6 Direct static code injection vulnerability in acp/savenews.php in Sciurus Hosting Panel, possibly 2.0.3, allows remote attackers to inject arbitrary PHP code via the filecontents parameter, which can be executed by accessing includes/news.php. | 4% Низкий | больше 4 лет назад | ||
GHSA-33gp-xwq2-f742 An issue in the /store/items/search endpoint of Agent Protocol server commit e9a89f allows attackers to cause a Denial of Service (DoS) via a crafted POST request. | CVSS3: 7.5 | 0% Низкий | 4 месяца назад | |
GHSA-33gp-gmg3-hfpq XWiki Platform vulnerable to document deletion and overwrite from edit | CVSS3: 4.3 | 0% Низкий | около 2 лет назад | |
GHSA-33gm-x234-gjx5 File Upload Vulnerability in Yupoxion BearAdmin before commit 10176153528b0a914eb4d726e200fd506b73b075 allows attacker to execute arbitrary remote code via the Upfile function of the extend/tools/Ueditor endpoint. | CVSS3: 9.8 | 1% Низкий | больше 3 лет назад |
Уязвимостей на страницу