Plugin Directory

Changeset 3318491


Ignore:
Timestamp:
06/26/2025 08:14:21 PM (9 months ago)
Author:
nikelschubert
Message:

FIX: XSS Vulnerability (CVE-2025-6673)

Location:
easy-pdf-restaurant-menu-upload
Files:
28 added
3 edited

Legend:

Unmodified
Added
Removed
  • easy-pdf-restaurant-menu-upload/trunk/class/class_admin_easy_pdf_restaurant_menu.php

    r3296554 r3318491  
    382382        $link = '<a href="' . esc_url_raw($linkTarget) . '" ' . $attributesString . $nofollowString . '>' . esc_html($anchorText) . '</a>';
    383383        if ($withP === 'true') {
    384             $link = '<p id="nsc_eprm_download_link_wrapper_' . $menuType . '" class="nsc_eprm_download_link_wrapper">' . $link . '</p>';
     384            $link = '<p id="nsc_eprm_download_link_wrapper_' . esc_attr($menuType) . '" class="nsc_eprm_download_link_wrapper">' . $link . '</p>';
    385385        }
    386386        return $link;
  • easy-pdf-restaurant-menu-upload/trunk/nsc_easy-pdf-restaurant-menu.php

    r3318464 r3318491  
    66Author URI:        https://beautiful-wp.com/
    77Plugin URI:        https://beautiful-wp.com/wordpress-plugin/easy-pdf-restaurant-menu-upload-food-menu/
    8 Version: 2.0.1
     8Version: 2.0.2
    99Text Domain: easy-pdf-restaurant-menu
    1010License:           GPLv3 with Additional Terms
  • easy-pdf-restaurant-menu-upload/trunk/readme.txt

    r3318464 r3318491  
    55Tested up to: 6.8
    66Requires PHP: 7.0.0
    7 Stable tag: 2.0.1
     7Stable tag: 2.0.2
    88License: GPLv3
    99
     
    6666== Changelog ==
    6767
    68 = 2.0.1
     68= 2.0.2 =
     69- FIX: XSS Vulnerability (CVE-2025-6673)
     70
     71= 2.0.1 =
    6972- Added Plugin URI
    7073
Note: See TracChangeset for help on using the changeset viewer.