Vulnerabilities and security researches forulisting ulisting
Direction: ascendingJun 07, 2024
Directory Listings WordPress plugin – uListing # CVE-2021-36875
- CVE, Research URL
- Date
- Sep 27, 2021
- Research Description
- Cross-site Scripting (XSS) vulnerability in Stylemix Directory Listings WordPress plugin – uListing allows Reflected XSS.This issue affects Directory Listings WordPress plugin – uListing: from n/a through 2.0.5.
- Affected versions
-
max 2.0.6.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-36877
- CVE, Research URL
- Date
- Sep 27, 2021
- Research Description
- Cross-Site Request Forgery (CSRF) vulnerability in WordPress uListing plugin (versions <= 2.0.5) makes it possible for attackers to modify user roles.
- Affected versions
-
max 2.0.6.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-36880
- CVE, Research URL
- Date
- Sep 27, 2021
- Research Description
- Unauthenticated SQL Injection (SQLi) vulnerability in WordPress uListing plugin (versions <= 2.0.3), vulnerable parameter: custom.
- Affected versions
-
max 2.0.4.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-36874
- CVE, Research URL
- Date
- Sep 27, 2021
- Research Description
- Authenticated Insecure Direct Object References (IDOR) vulnerability in WordPress uListing plugin (versions <= 2.0.5).
- Affected versions
-
max 2.0.6.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-36876
- CVE, Research URL
- Date
- Sep 27, 2021
- Research Description
- Multiple Cross-Site Request Forgery (CSRF) vulnerabilities in WordPress uListing plugin (versions <= 2.0.5) as it lacks CSRF checks on plugin administration pages.
- Affected versions
-
max 2.0.6.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-36878
- CVE, Research URL
- Date
- Sep 27, 2021
- Research Description
- Cross-Site Request Forgery (CSRF) vulnerability in WordPress uListing plugin (versions <= 2.0.5) makes it possible for attackers to update settings.
- Affected versions
-
max 2.0.6.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-36879
- CVE, Research URL
- Date
- Sep 27, 2021
- Research Description
- Unauthenticated Privilege Escalation vulnerability in WordPress uListing plugin (versions <= 2.0.5). Possible if WordPress configuration allows user registration.
- Affected versions
-
max 2.0.6.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-4339
- CVE, Research URL
- Date
- Jun 07, 2023
- Research Description
- The uListing plugin for WordPress is vulnerable to authorization bypass due to a missing capability check in the "ulisting/includes/route.php" file on the /1/api/ulisting-user/search REST-API route in versions up to, and including, 1.6.6. This makes it possible for unauthenticated attackers to retrieve the list of all users and their email address in the database.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-4357
- CVE, Research URL
- Date
- Jun 07, 2023
- Research Description
- The uListing plugin for WordPress is vulnerable to authorization bypass due to missing capability checks, and a missing security nonce, on the UlistingUserRole::save_role_api function in versions up to, and including, 1.6.6. This makes it possible for unauthenticated attackers to arbitrarily delete site posts and pages.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-4346
- CVE, Research URL
- Date
- Jun 07, 2023
- Research Description
- The uListing plugin for WordPress is vulnerable to Unauthenticated Arbitrary Account Changes in versions up to, and including, 1.6.6. This is due to missing login checks on the stm_listing_profile_edit AJAX action. This makes it possible for unauthenticated attackers to edit any account on the blog, such as changing the admin account's email address.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-4341
- CVE, Research URL
- Date
- Jun 07, 2023
- Research Description
- The uListing plugin for WordPress is vulnerable to authorization bypass via Ajax due to missing capability checks, missing input validation, and a missing security nonce in the stm_update_email_data AJAX action in versions up to, and including, 1.6.6. This makes it possible for unauthenticated attackers to change any WordPress option in the database.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-4345
- CVE, Research URL
- Date
- Jun 07, 2023
- Research Description
- The uListing plugin for WordPress is vulnerable to authorization bypass due to missing capability and nonce checks on the UlistingUserRole::save_role_api method in versions up to, and including, 1.6.6. This makes it possible for unauthenticated attackers to remove or add roles, and add capabilities.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-4343
- CVE, Research URL
- Date
- Jun 07, 2023
- Research Description
- The Unauthenticated Account Creation plugin for WordPress is vulnerable to Unauthenticated Account Creation in versions up to, and including, 1.6.6. This is due to the stm_listing_register AJAX action function being accessible and taking roles unprotected. This makes it possible for unauthenticated attackers to create accounts, even those with administrator privileges.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-4340
- CVE, Research URL
- Date
- Jun 07, 2023
- Research Description
- The uListing plugin for WordPress is vulnerable to generic SQL Injection via the ‘listing_id’ parameter in versions up to, and including, 1.6.6 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-4370
- CVE, Research URL
- Date
- Jun 07, 2023
- Research Description
- The uListing plugin for WordPress is vulnerable to authorization bypass as most actions and endpoints are accessible to unauthenticated users, lack security nonces, and data is seldom validated. This issue exists in versions up to, and including, 1.6.6. This makes it possible for unauthenticated attackers to conduct numerous administrative actions, including those less critical than the explicitly outlined ones in our detection.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2021-4381
- CVE, Research URL
- Date
- Jun 07, 2023
- Research Description
- The uListing plugin for WordPress is vulnerable to authorization bypass via wp_route due to missing capability checks, and a missing security nonce, in the StmListingSingleLayout::import_new_layout method in versions up to, and including, 1.6.6. This makes it possible for unauthenticated attackers to change any WordPress option in the database.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Oct 01, 2024
Directory Listings WordPress plugin – uListing # CVE-2024-47344
- CVE, Research URL
- Date
- Oct 07, 2024
- Research Description
- Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Stylemix uListing ulisting.This issue affects uListing: from n/a through <= 2.1.5.
- Affected versions
-
max 2.1.6.
- Status
-
vulnerable
Feb 05, 2025
Directory Listings WordPress plugin – uListing # CVE-2025-25151
- CVE, Research URL
- Date
- Feb 07, 2025
- Research Description
- Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Stylemix uListing ulisting allows SQL Injection.This issue affects uListing: from n/a through <= 2.1.6.
- Affected versions
-
max 2.1.7.
- Status
-
vulnerable
Feb 21, 2025
Directory Listings WordPress plugin – uListing # CVE-2025-25150
- CVE, Research URL
- Date
- Mar 03, 2025
- Research Description
- Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Stylemix uListing ulisting allows Blind SQL Injection.This issue affects uListing: from n/a through <= 2.1.6.
- Affected versions
-
max 2.1.7.
- Status
-
vulnerable
Mar 17, 2025
Directory Listings WordPress plugin – uListing # CVE-2025-1657
- CVE, Research URL
- Date
- Mar 15, 2025
- Research Description
- The Directory Listings WordPress plugin – uListing plugin for WordPress is vulnerable to unauthorized modification of data and PHP Object Injection due to a missing capability check on the stm_listing_ajax AJAX action in all versions up to, and including, 2.2.0. This makes it possible for authenticated attackers, with subscriber-level access and above, to update post meta data and inject PHP Objects that may be unserialized. A capability check was added in 2.1.8, but the unserialize is still present.
- Affected versions
-
max 2.2.0.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2025-1653
- CVE, Research URL
- Date
- Mar 15, 2025
- Research Description
- The Directory Listings WordPress plugin – uListing plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 2.2.0. This is due to the stm_listing_profile_edit AJAX action not having enough restriction on the user meta that can be updated. This makes it possible for authenticated attackers, with Subscriber-level access and above, to elevate their privileges to that of an administrator.
- Affected versions
-
max 2.2.0.
- Status
-
vulnerable
Apr 06, 2025
Directory Listings WordPress plugin – uListing # CVE-2025-32122
- CVE, Research URL
- Date
- Apr 04, 2025
- Research Description
- Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Stylemix uListing ulisting allows Blind SQL Injection.This issue affects uListing: from n/a through <= 2.2.0.
- Affected versions
-
max 2.2.0.
- Status
-
vulnerable
Apr 20, 2025
Directory Listings WordPress plugin – uListing # CVE-2025-32662
- CVE, Research URL
- Date
- Apr 17, 2025
- Research Description
- Deserialization of Untrusted Data vulnerability in Stylemix uListing ulisting allows Object Injection.This issue affects uListing: from n/a through <= 2.2.0.
- Affected versions
-
max 2.2.0.
- Status
-
vulnerable
Mar 30, 2026
Directory Listings WordPress plugin – uListing # CVE-2026-28138
- CVE, Research URL
- Date
- Feb 26, 2026
- Research Description
- Deserialization of Untrusted Data vulnerability in Stylemix uListing ulisting allows Object Injection.This issue affects uListing: from n/a through <= 2.2.0.
- Affected versions
-
max 2.2.0.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # CVE-2026-28078
- CVE, Research URL
- Date
- Mar 05, 2026
- Research Description
- Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in Stylemix uListing ulisting allows Path Traversal.This issue affects uListing: from n/a through <= 2.2.0.
- Affected versions
-
max 2.2.0.
- Status
-
vulnerable
Jun 16, 2026
Directory Listings WordPress plugin – uListing # fe0fee35-4f20-4ab9-a18c-85a76a61ef09
- CVE, Research URL
- Date
- -
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 2.0.9 uListing < 2.0.9 - Arbitrary Blog Option Update via CSRF The plugin does not have CSRF check in the uListing_import_layout function, nor perform any validation on the option/post meta key to update to ensure it belongs to the plugin. As a result, attackers could make a logged in admin change any of the blog option (such as siteurl, blogname etc) as well as post meta to arbitrary values.
- Affected versions
-
max 2.0.9.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # eb9fdc26-e382-46cc-966e-407ad93dc360
- CVE, Research URL
- Date
- -
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing < 1.7 - Unauthenticated Arbitrary Account Change The AJAX action stm_listing_profile_edit() accessible to both authenticated and unauthenticated users did not perform capability and CSRF checks, and did not ensure that the edited account belonged to the user making the request. This allows unauthenticated users to update arbitrary accounts, such as changing their email addresses or profile picture
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # d3233a677cde6cec563176f7e80751792efef6ed
- CVE, Research URL
- Date
- Jan 28, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 WordPress uListing plugin <= 1.6.6 - Unauthenticated Arbitrary Post/Page Deletion vulnerability Unauthenticated Arbitrary Post/Page Deletion vulnerability found by Jerome Bruandet in WordPress uListing plugin (versions <= 1.6.6).
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # 0b1a7d3b2a9898c7c0f6262dcbc71bdd0de82d2d
- CVE, Research URL
- Date
- Jan 28, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 WordPress uListing plugin <= 1.6.6 - Unauthenticated Arbitrary Account Creation/Change vulnerability Unauthenticated Arbitrary Account Creation/Change vulnerability found by Jerome Bruandet in WordPress uListing plugin (versions <= 1.6.6).
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # 0db9774c-2c34-4a2c-988d-66ceccf27652
- CVE, Research URL
- Date
- -
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing < 1.7 - Unauthenticated Arbitrary Roles and Capabilities Creation/Deletion The /1/api/ulisting-user/role/save REST route did not perform capability and CSRF checks, allowing unauthenticated users to remove and add roles, as well as add capabilities to the blog.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # e52f7971-d8ef-49eb-8c2b-4b42d97fc9aa
- CVE, Research URL
- Date
- -
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing < 1.7 - Unauthenticated SQL Injections The /1/api/ulisting-page-statistics/listing REST route did not sanitise or escape the listing_id and user_id GET parameters before using them in a SQL statement, leading to an SQL Injection issue. The plugin also did not sanitise and escape the HTTP_CLIENT_IP and HTTP_X_FORWARDED_FOR which are then used in a SQL statement. As these can be spoofed/forged, unauthenticated users could perform SQL Injection
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # 4e92a695-c3c1-4cc2-86d2-17e689ea9fca
- CVE, Research URL
- Date
- -
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 wpscan.com
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # 3b946dcd-3224-4d40-89e1-ae039f0a9667
- CVE, Research URL
- Date
- -
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing < 1.7 - Unauthenticated Arbitrary Account Creation The AJAX action stm_listing_register() accessible to both authenticated and unauthenticated users did not perform capability and CSRF checks, allowing an unauthenticated user to create arbitrary accounts on the blog, including administrator ones.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # f53b1c0f-43c5-4bc4-b5e7-e286c15f6f2e
- CVE, Research URL
- Date
- -
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing < 1.7 - Unauthenticated Arbitrary Post/Page Deletion The /1/api/ulisting-user/deletelisting REST route did not have any authorisation and CSRF checks in place, allowing unauthenticated usesr to delete any page or post.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # 216b42df920e864b65da71ce1c70ebc883419799
- CVE, Research URL
- Date
- Jan 28, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 WordPress uListing plugin <= 1.6.6 - Unauthenticated Arbitrary Roles and Capabilities Creation/Deletion vulnerability Unauthenticated Arbitrary Roles and Capabilities Creation/Deletion vulnerability found by Jerome Bruandet in WordPress uListing plugin (versions <= 1.6.6).
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # 68e509ed-dc3d-4070-8155-a5c02c682337
- CVE, Research URL
- Date
- -
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing < 1.7 - Unauthenticated Information Disclosure The /1/api/ulisting-user/search REST route did not perform capability and CSRF checks, allowing unauthenticated users to get the list of all users and their email address.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # e6b7ba900fe53bc62f284f0b0eed79d609896d9e
- CVE, Research URL
- Date
- Jan 28, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 WordPress uListing plugin <= 1.6.6 - Unauthenticated Information Disclosure vulnerability Unauthenticated Information Disclosure vulnerability found by Jerome Bruandet in WordPress uListing plugin (versions <= 1.6.6).
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # b9fcb5eb0e9637623f71e197b8655736e4203136
- CVE, Research URL
- Date
- Jan 28, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 WordPress uListing plugin <= 1.6.6 - Multiple Unauthenticated SQL Injection (SQLi) vulnerabilities Multiple Unauthenticated SQL Injection (SQLi) vulnerabilities found by Jerome Bruandet in WordPress uListing plugin (versions <= 1.6.6).
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # 8cef8e52aba0327d073839481a58b9a8c184cdad
- CVE, Research URL
- Date
- Oct 28, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing <= 1.6.6 - Unauthenticated SQL Injection The uListing plugin for WordPress is vulnerable to generic SQL Injection via the ‘listing_id’ parameter in versions up to, and including, 1.6.6 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # 67667fbe295089415e0c728f0fb4f6e62ec719ea
- CVE, Research URL
- Date
- Sep 06, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 2.0.9 Listing, Classified Ads & Business Directory – uListing <= 2.0.8 - Cross-Site Request Forgery The Listing, Classified Ads & Business Directory – uListing plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 2.0.8. This is due to missing or incorrect nonce validation on several functions. This makes it possible for unauthenticated attackers to edit blog settings and post meta via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
- Affected versions
-
max 2.0.9.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # 46004451db0cd2f930648d53b8f73f08d09c2106
- CVE, Research URL
- Date
- Jan 28, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing <= 1.6.6 - Unauthenticated Wordpress Options Changes via AJAX The uListing plugin for WordPress is vulnerable to authorization bypass via Ajax due to missing capability checks, missing input validation, and a missing security nonce in the stm_update_email_data AJAX action in versions up to, and including, 1.6.6. This makes it possible for unauthenticated attackers to change any WordPress option in the database.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # 930f8acdda1cd7d8d9092b3c14a1ea3f1f1dc946
- CVE, Research URL
- Date
- Jan 28, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing <= 1.6.6 - Unauthenticated Information Disclosure The uListing plugin for WordPress is vulnerable to authorization bypass due to a missing capability check in the "ulisting/includes/route.php" file on the /1/api/ulisting-user/search REST-API route in versions up to, and including, 1.6.6. This makes it possible for unauthenticated attackers to retrieve the list of all users and their email address in the database.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # 8a11b9d58c9b10f71357009e0e9eb49124c78ba9
- CVE, Research URL
- Date
- Jan 28, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing <= 1.6.6 - Unauthenticated Arbitrary Account Creation The Unauthenticated Account Creation plugin for WordPress is vulnerable to Unauthenticated Account Creation in versions up to, and including, 1.6.6. This is due to the stm_listing_register AJAX action function being accessible and taking roles unprotected. This makes it possible for unauthenticated attackers to create accounts, even those with administrator privileges.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # 65154a3589240b02a8b8109b874c190954ea18c6
- CVE, Research URL
- Date
- Jan 28, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing <= 1.6.6 - Unauthenticated Arbitrary Account Changes The uListing plugin for WordPress is vulnerable to Unauthenticated Arbitrary Account Changes in versions up to, and including, 1.6.6. This is due to missing login checks on the stm_listing_profile_edit AJAX action. This makes it possible for unauthenticated attackers to edit any account on the blog, such as changing the admin account's email address.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # fa60cf0c9d99d508a310d28f4dd3fb2a8a3f81f1
- CVE, Research URL
- Date
- Jan 28, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing <= 1.6.6 - Unauthenticated Arbitrary Roles and Capabilities Creation/Deletion The uListing plugin for WordPress is vulnerable to authorization bypass due to missing capability and nonce checks on the UlistingUserRole::save_role_api method in versions up to, and including, 1.6.6. This makes it possible for unauthenticated attackers to remove or add roles, and add capabilities.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # bb35eedf945a9b5dae19a8bfdf23f7920d09fb60
- CVE, Research URL
- Date
- Jan 28, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing <= 1.6.6 - Unauthenticated Arbitrary Post/Page Deletion The uListing plugin for WordPress is vulnerable to authorization bypass due to missing capability checks, and a missing security nonce, on the UlistingUserRole::save_role_api function in versions up to, and including, 1.6.6. This makes it possible for unauthenticated attackers to arbitrarily delete site posts and pages.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # b3fd835e91075ca543abd8762650e41a1bcf1334
- CVE, Research URL
- Date
- Jan 28, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing <= 1.6.6 - Missing Authorization The uListing plugin for WordPress is vulnerable to authorization bypass as most actions and endpoints are accessible to unauthenticated users, lack security nonces, and data is seldom validated. This issue exists in versions up to, and including, 1.6.6. This makes it possible for unauthenticated attackers to conduct numerous administrative actions, including those less critical than the explicitly outlined ones in our detection.
- Affected versions
-
max 1.7.
- Status
-
vulnerable
Directory Listings WordPress plugin – uListing # 96f08a92301417c3b84765aa5409765f033582db
- CVE, Research URL
- Date
- Jan 28, 2021
- Research Description
- Directory Listings WordPress plugin – uListing [ulisting] < 1.7 uListing <= 1.6.6 - Unauthenticated Options Changes via wp_route The uListing plugin for WordPress is vulnerable to authorization bypass via wp_route due to missing capability checks, and a missing security nonce, in the StmListingSingleLayout::import_new_layout method in versions up to, and including, 1.6.6. This makes it possible for unauthenticated attackers to change any WordPress option in the database.
- Affected versions
-
max 1.7.
- Status
-
vulnerable