LiveActive security incident?Get immediate response
CVE Record

CVE-2022-25891: Denial of Service (DoS)

The package github.com/containrrr/shoutrrr/pkg/util before 0.6.0 are vulnerable to Denial of Service (DoS) via the util.PartitionMessage function. Exploiting this vulnerability is possible by sending exactly 2000, 4000, or 6000 characters messages.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-25891 can make software using the Go shoutrrr utility library crash or become unavailable when certain message lengths are processed. The impact is availability only, not data theft or code execution. The vulnerable package is before version 0.6.0, and the provided sources indicate the issue was fixed in the v0.6.0 release.

Executive priority

Prioritize remediation where shoutrrr is used in internet-facing alerting, notification, webhook, or user-message flows. The risk is service disruption rather than compromise, but unauthenticated availability impact makes patching important for customer-facing systems.

Technical view

The flaw is in github.com/containrrr/shoutrrr/pkg/util before 0.6.0, specifically util.PartitionMessage. Certain boundary-length messages can trigger a denial of service. CVSS 3.1 is 7.5 high, with network attack vector, low complexity, no privileges, no user interaction, unchanged scope, and high availability impact only.

Likely exposure

Exposure is likely limited to Go applications that import affected shoutrrr versions and process attacker-controlled or externally influenced message content through the vulnerable utility path. The source bundle does not provide CPEs or a full affected-version matrix beyond “before 0.6.0.”

Exploitation context

The provided CVSS vector indicates remote unauthenticated exploitation may be possible where an application exposes message processing to untrusted input. The bundle does not show CISA KEV listing or active exploitation evidence. Treat exploitation status as unconfirmed rather than known in the wild.

Researcher notes

The strongest evidence points to a narrow DoS bug in PartitionMessage fixed through the upstream issue, pull request, commit, and v0.6.0 release. Evidence is incomplete for exploit prevalence, downstream products, and exact vulnerable release ranges beyond the stated pre-0.6.0 condition.

Mitigation direction

  • Upgrade github.com/containrrr/shoutrrr to version 0.6.0 or later.
  • Confirm dependency locks do not retain a pre-0.6.0 transitive version.
  • Limit and validate untrusted message lengths before notification processing.
  • Apply rate limiting around public message ingestion paths.
  • Monitor upstream shoutrrr guidance for any later corrections.

Validation and detection

  • Search Go module files and lockfiles for github.com/containrrr/shoutrrr versions.
  • Identify code paths that pass external message content into shoutrrr utilities.
  • Verify production builds resolve shoutrrr at 0.6.0 or later.
  • Review logs for unexplained crashes or availability errors in notification workflows.
  • Confirm tests cover boundary-length notification messages safely.
Prepared
Confidence
high
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2022-25891 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
6Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2022-25891Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/agithub.com/containrrr/shoutrrr/pkg/utilunspecifiedListed
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.