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

exploitDog

Количество 359 267

Количество 359 267

github логотип

GHSA-383j-f5vg-3hcm

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

In the Linux kernel, the following vulnerability has been resolved: ext4: check stripe size compatibility on remount as well We disable stripe size in __ext4_fill_super if it is not a multiple of the cluster ratio however this check is missed when trying to remount. This can leave us with cases where stripe < cluster_ratio after remount:set making EXT4_B2C(sbi->s_stripe) become 0 that can cause some unforeseen bugs like divide by 0. Fix that by adding the check in remount path as well.

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

GHSA-383h-xx34-hq84

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

A pointer overflow, with code execution, was discovered in ZeroMQ libzmq (aka 0MQ) 4.2.x and 4.3.x before 4.3.1. A v2_decoder.cpp zmq::v2_decoder_t::size_ready integer overflow allows an authenticated attacker to overwrite an arbitrary amount of bytes beyond the bounds of a buffer, which can be leveraged to run arbitrary code on the target system. The memory layout allows the attacker to inject OS commands into a data structure located immediately after the problematic buffer (i.e., it is not necessary to use a typical buffer-overflow exploitation technique that changes the flow of control).

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

GHSA-383h-w6h6-rxm5

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

The force offline MFA prompt setting is not respected when switching to offline mode in Devolutions Remote Desktop Manager 2022.3.29 to 2022.3.30 allows a user to save sensitive data on disk.

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

GHSA-383h-f6wm-hpxc

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

glusterfs is vulnerable to privilege escalation on gluster server nodes. An authenticated gluster client via TLS could use gluster cli with --remote-host command to add it self to trusted storage pool and perform privileged gluster operations like adding other machines to trusted storage pool, start, stop, and delete volumes.

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

GHSA-383h-4hmm-8c2f

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

In getAllSubInfoList of SubscriptionController.java, there is a possible way to retrieve a long term identifier without the correct permissions due to a missing permission check. This could lead to local information disclosure with User execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11 Android-10Android ID: A-183612370

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

GHSA-383f-wq2v-q529

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

Multiple SQL injection vulnerabilities in phpBMS 0.96 allow remote attackers to execute arbitrary SQL commands via the (1) id parameter to modules/bms/invoices_discount_ajax.php, (2) f parameter to dbgraphic.php, and (3) tid parameter in a show action to advancedsearch.php.

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

GHSA-383c-v6hx-7x5f

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

Mozilla Firefox 2.0.0.1 through 2.0.0.3 does not canonicalize URLs before checking them against the phishing site blacklist, which allows remote attackers to bypass phishing protection via multiple / (slash) characters in the URL.

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

GHSA-3839-6r69-m497

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

Duplicate Advisory: GoUtils's randomly-generated alphanumeric strings contain significantly less entropy than expected

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

GHSA-3839-5848-jgwh

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

Unauthenticated Local File Inclusion in Imba <= 1.5.0 versions.

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

GHSA-3837-hmfh-32c2

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

Side-channel information leakage in WebAuthentication in Google Chrome on iOS prior to 150.0.7871.47 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: Medium)

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

GHSA-3837-c3j5-844h

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

Windows Remote Desktop Security Feature Bypass Vulnerability

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

GHSA-3837-87vh-xq3w

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

Data race in v9

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

GHSA-3837-2vcf-c962

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

Cross-site scripting (XSS) vulnerability in user.module in Drupal 4.6 before 4.6.9, and 4.7 before 4.7.3, allows remote attackers to inject arbitrary web script or HTML via the msg parameter. NOTE: portions of these details are obtained from third party information.

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

GHSA-3836-7r6q-99c9

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

Verydows v2.0 was discovered to contain a Cross-Site Request Forgery (CSRF) via the component /protected/controller/backend/role_controller

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

GHSA-3836-54fg-7r66

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

NETGEAR ProSAFE Network Management System has Java Debug Wire Protocol (JDWP) listening on port 11611 and it is remotely accessible by unauthenticated users, allowing attackers to execute arbitrary code.

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

GHSA-3835-x2rj-c3qj

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

SQL injection in PostgreSQL logical replication ALTER SUBSCRIPTION ... REFRESH PUBLICATION allows a subscriber table creator to execute arbitrary SQL with the subscription's publication-side credentials. The attack takes effect at the next REFRESH PUBLICATION. Within major versions 16, 17, and 18, minor versions before PostgreSQL 18.4, 17.10, and 16.14 are affected. Versions before PostgreSQL 16 are unaffected.

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

GHSA-3835-wxwm-hjgw

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

Out-of-bounds write in parsing IFD tag in libimagecodec.quram.so prior to SMR Dec-2025 Release 1 allows remote attackers to access out-of-bounds memory.

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

GHSA-3835-qhjh-269w

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

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix possible memory leak in btrfs_get_dev_args_from_path() In btrfs_get_dev_args_from_path(), btrfs_get_bdev_and_sb() can fail if the path is invalid. In this case, btrfs_get_dev_args_from_path() returns directly without freeing args->uuid and args->fsid allocated before, which causes memory leak. To fix these possible leaks, when btrfs_get_bdev_and_sb() fails, btrfs_put_dev_args_from_path() is called to clean up the memory.

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

GHSA-3835-4hmw-pgj9

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

IBM Engineering Lifecycle Optimization - Engineering Insights 7.0.2 and 7.0.3 could allow a remote attacker to obtain sensitive information when a detailed technical error message is returned in the browser. This information could be used in further attacks against the system.

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

GHSA-3834-xp98-q4q8

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

Unspecified vulnerability in the Oracle HTTP Server component in Oracle Fusion Middleware 11.1.1.2 and 11.1.1.3 allows remote attackers to affect confidentiality and integrity via unknown vectors related to Apache Plugin.

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-383j-f5vg-3hcm

In the Linux kernel, the following vulnerability has been resolved: ext4: check stripe size compatibility on remount as well We disable stripe size in __ext4_fill_super if it is not a multiple of the cluster ratio however this check is missed when trying to remount. This can leave us with cases where stripe < cluster_ratio after remount:set making EXT4_B2C(sbi->s_stripe) become 0 that can cause some unforeseen bugs like divide by 0. Fix that by adding the check in remount path as well.

CVSS3: 5.5
0%
Низкий
почти 2 года назад
github логотип
GHSA-383h-xx34-hq84

A pointer overflow, with code execution, was discovered in ZeroMQ libzmq (aka 0MQ) 4.2.x and 4.3.x before 4.3.1. A v2_decoder.cpp zmq::v2_decoder_t::size_ready integer overflow allows an authenticated attacker to overwrite an arbitrary amount of bytes beyond the bounds of a buffer, which can be leveraged to run arbitrary code on the target system. The memory layout allows the attacker to inject OS commands into a data structure located immediately after the problematic buffer (i.e., it is not necessary to use a typical buffer-overflow exploitation technique that changes the flow of control).

CVSS3: 8.8
9%
Низкий
больше 4 лет назад
github логотип
GHSA-383h-w6h6-rxm5

The force offline MFA prompt setting is not respected when switching to offline mode in Devolutions Remote Desktop Manager 2022.3.29 to 2022.3.30 allows a user to save sensitive data on disk.

CVSS3: 3.3
0%
Низкий
больше 3 лет назад
github логотип
GHSA-383h-f6wm-hpxc

glusterfs is vulnerable to privilege escalation on gluster server nodes. An authenticated gluster client via TLS could use gluster cli with --remote-host command to add it self to trusted storage pool and perform privileged gluster operations like adding other machines to trusted storage pool, start, stop, and delete volumes.

CVSS3: 8.8
1%
Низкий
больше 4 лет назад
github логотип
GHSA-383h-4hmm-8c2f

In getAllSubInfoList of SubscriptionController.java, there is a possible way to retrieve a long term identifier without the correct permissions due to a missing permission check. This could lead to local information disclosure with User execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11 Android-10Android ID: A-183612370

0%
Низкий
около 4 лет назад
github логотип
GHSA-383f-wq2v-q529

Multiple SQL injection vulnerabilities in phpBMS 0.96 allow remote attackers to execute arbitrary SQL commands via the (1) id parameter to modules/bms/invoices_discount_ajax.php, (2) f parameter to dbgraphic.php, and (3) tid parameter in a show action to advancedsearch.php.

1%
Низкий
больше 4 лет назад
github логотип
GHSA-383c-v6hx-7x5f

Mozilla Firefox 2.0.0.1 through 2.0.0.3 does not canonicalize URLs before checking them against the phishing site blacklist, which allows remote attackers to bypass phishing protection via multiple / (slash) characters in the URL.

1%
Низкий
больше 4 лет назад
github логотип
GHSA-3839-6r69-m497

Duplicate Advisory: GoUtils's randomly-generated alphanumeric strings contain significantly less entropy than expected

CVSS3: 9.1
больше 3 лет назад
github логотип
GHSA-3839-5848-jgwh

Unauthenticated Local File Inclusion in Imba <= 1.5.0 versions.

CVSS3: 8.1
0%
Низкий
2 месяца назад
github логотип
GHSA-3837-hmfh-32c2

Side-channel information leakage in WebAuthentication in Google Chrome on iOS prior to 150.0.7871.47 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: Medium)

CVSS3: 6.5
0%
Низкий
около 2 месяцев назад
github логотип
GHSA-3837-c3j5-844h

Windows Remote Desktop Security Feature Bypass Vulnerability

CVSS3: 6.5
1%
Низкий
около 3 лет назад
github логотип
GHSA-3837-87vh-xq3w

Data race in v9

CVSS3: 8.1
1%
Низкий
почти 5 лет назад
github логотип
GHSA-3837-2vcf-c962

Cross-site scripting (XSS) vulnerability in user.module in Drupal 4.6 before 4.6.9, and 4.7 before 4.7.3, allows remote attackers to inject arbitrary web script or HTML via the msg parameter. NOTE: portions of these details are obtained from third party information.

1%
Низкий
больше 4 лет назад
github логотип
GHSA-3836-7r6q-99c9

Verydows v2.0 was discovered to contain a Cross-Site Request Forgery (CSRF) via the component /protected/controller/backend/role_controller

CVSS3: 8.8
0%
Низкий
больше 2 лет назад
github логотип
GHSA-3836-54fg-7r66

NETGEAR ProSAFE Network Management System has Java Debug Wire Protocol (JDWP) listening on port 11611 and it is remotely accessible by unauthenticated users, allowing attackers to execute arbitrary code.

CVSS3: 9.8
1%
Низкий
больше 2 лет назад
github логотип
GHSA-3835-x2rj-c3qj

SQL injection in PostgreSQL logical replication ALTER SUBSCRIPTION ... REFRESH PUBLICATION allows a subscriber table creator to execute arbitrary SQL with the subscription's publication-side credentials. The attack takes effect at the next REFRESH PUBLICATION. Within major versions 16, 17, and 18, minor versions before PostgreSQL 18.4, 17.10, and 16.14 are affected. Versions before PostgreSQL 16 are unaffected.

CVSS3: 3.7
0%
Низкий
3 месяца назад
github логотип
GHSA-3835-wxwm-hjgw

Out-of-bounds write in parsing IFD tag in libimagecodec.quram.so prior to SMR Dec-2025 Release 1 allows remote attackers to access out-of-bounds memory.

CVSS3: 4.3
0%
Низкий
9 месяцев назад
github логотип
GHSA-3835-qhjh-269w

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix possible memory leak in btrfs_get_dev_args_from_path() In btrfs_get_dev_args_from_path(), btrfs_get_bdev_and_sb() can fail if the path is invalid. In this case, btrfs_get_dev_args_from_path() returns directly without freeing args->uuid and args->fsid allocated before, which causes memory leak. To fix these possible leaks, when btrfs_get_bdev_and_sb() fails, btrfs_put_dev_args_from_path() is called to clean up the memory.

CVSS3: 5.5
0%
Низкий
около 1 года назад
github логотип
GHSA-3835-4hmw-pgj9

IBM Engineering Lifecycle Optimization - Engineering Insights 7.0.2 and 7.0.3 could allow a remote attacker to obtain sensitive information when a detailed technical error message is returned in the browser. This information could be used in further attacks against the system.

CVSS3: 5.3
0%
Низкий
больше 1 года назад
github логотип
GHSA-3834-xp98-q4q8

Unspecified vulnerability in the Oracle HTTP Server component in Oracle Fusion Middleware 11.1.1.2 and 11.1.1.3 allows remote attackers to affect confidentiality and integrity via unknown vectors related to Apache Plugin.

2%
Низкий
больше 4 лет назад

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