Skip to content

Massive issue influx from single client #6287

Closed as not planned
Closed as not planned
@bobvandevijver

Description

@bobvandevijver

Is there an existing issue for this?

How do you use Sentry?

Self-hosted/on-premise

Which package are you using?

@sentry/vue

SDK Version

7.19.0

Framework Version

7.19.0

Link to Sentry event

No response

Steps to Reproduce

With our latest production update yesterday, we went from Sentry 7.17.4 to 7.19.0. Shortly afterwards, our installation was flooded by events from a single IP-address, causing all kinds of JS errors that are not related to the webpage at all, but are clear result from an automated scan. Examples are:

  • ReferenceError: createPopper is not defined
  • ReferenceError: Swiper is not defined
  • ReferenceError: PrefixFree is not defined

The common divider here is that all those event are caused by an anonymous script that is probably injected by the user itself.

This single user (with a Chinese IP-address) singlehandedly triggered about 500 events (of which 200x an ingress limited event). A second (again Chinese) IP-address just triggered 2.4k of events (of which 1.4k ingress limited events).

This has not happened before, so maybe something broke with the detection of these kinds of events? I am not seeing anything related in the release notes though...

Expected Result

I believe these events should be filtered before being posted to Sentry.

Actual Result

Complete chaos 😨

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions