CWE
346
Advisory Published
Updated

GHSA-jqx4-9gpq-rppm

First published: Tue May 06 2025(Updated: )

### Summary Due to a validation error in `got.scpaping`, it is possible to use an HTTP redirect to avoid IP filtering. ### Details In `got.scpaping`, Summaly first makes a HTTP `HEAD` request to the page being summarized. It then preforms private IP address checks on the `HEAD` response, then makes an additional HTTP `GET` request to the page being summarized. Unfortunately, since private IP address checks aren't performed on the `GET` response, the `GET` response can issue a HTTP redirect to a private IP address, which will succeed, regardless of if private IP addresses are allowed by Summaly. ### PoC With a simple Caddy webserver, you can get Summaly to summarize a page hosted via a local IP address: ```caddy @summaly-bypass-head { method HEAD path /summaly-bypass } @summaly-bypass-get { method GET path /summaly-bypass } header @summaly-bypass-head Content-Type "text/html" respond @summaly-bypass-head 200 redir @summaly-bypass-get http://127.0.0.1:3080/ ``` ### Impact Using this bypass, an attacker can probe a victims internal network for HTTP services that aren't supposed to be exposed to the outside world. While they might only have read-only access through this, it may still be possible to extract sensitive information or be used to probe a network prior to attacking via other exploits without leaving a trace.

Affected SoftwareAffected VersionHow to fix
npm/@misskey-dev/summaly>=5.1.0<5.2.1
5.2.1

Never miss a vulnerability like this again

Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.

Frequently Asked Questions

  • What is the severity of GHSA-jqx4-9gpq-rppm?

    GHSA-jqx4-9gpq-rppm has a moderate severity due to its potential to bypass IP filtering.

  • How do I fix GHSA-jqx4-9gpq-rppm?

    To fix GHSA-jqx4-9gpq-rppm, upgrade to version 5.2.1 or later of the @misskey-dev/summaly package.

  • What is the nature of the vulnerability in GHSA-jqx4-9gpq-rppm?

    The vulnerability in GHSA-jqx4-9gpq-rppm arises from a validation error in the HTTP redirect handling of got.scpaping.

  • Which versions are affected by GHSA-jqx4-9gpq-rppm?

    GHSA-jqx4-9gpq-rppm affects versions of @misskey-dev/summaly from 5.1.0 to 5.2.0.

  • Is there a known exploit for GHSA-jqx4-9gpq-rppm?

    At this time, there are no known public exploits specifically targeting GHSA-jqx4-9gpq-rppm.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2025 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203