npm package report

Is @fecommunity/reactpress safe?

1 known vulnerability, worst severity HIGH.

// reach

0 direct dependencies

none carry a known advisory

    0 packages depend on it

    an advisory here reaches each of them

      Create a free accountfor every dependency path, dependent and what to upgrade
      // ai model usage

      Tracked for PyPI packages. HuggingFace models declare Python dependencies, so npm packages are not covered.


      cvss
      0.0
      high

      severity band, no base score published

      epss
      0.00%
      medium

      chance of exploitation in 30 days, 44th percentile of all CVEs

      xyz score
      0.0
      low

      CyberXYZ composite out of 10

      fig. 01 — GHSA-wmw4-mw6x-6vfm, the advisory selected below

      // 1 advisories

      GHSA-wmw4-mw6x-6vfm

      HIGHCVE-2026-61685
      // summary

      ReactPress API list endpoints build TypeORM QueryBuilder conditions using unsanitized HTTP query parameter names as SQL column identifiers (e.g. article.${key} ). TypeORM parameterizes values but not column names, allowing unauthenticated attackers to inject SQL through crafted query string keys.

      // impact

      An unauthenticated remote attacker can perform blind SQL injection against the application database, potentially exfiltrating sensitive data (users, settings, API keys, article content, etc.).

      // affected endpoints (unauthenticated get)
      • GET /api/article
      • GET /api/comment
      • GET /api/file
      • GET /api/page
      • GET /api/Knowledge
      // affected code

      Vulnerable pattern in findAll() methods, including but not limited to:

      • server/src/modules/article/article.service.ts
      • server/src/modules/comment/comment.service.ts
      • server/src/modules/file/file.service.ts
      • server/src/modules/page/page.service.ts
      • server/src/modules/knowledge/knowledge.service.ts
      // remediation
      • Whitelist allowed filter column names before interpolating into SQL.
      • Upgrade to @fecommunity/reactpress >= 3.7.0.
      // credit

      Reported by lsr365400.

      // cvss v3.1 vector

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

      Attack vector
      Network
      Attack complexity
      Low
      Privileges required
      None
      User interaction
      None
      Scope
      Unchanged
      Confidentiality
      High
      Integrity
      None
      Availability
      None

      Checked 2026-09-24 at 08:33 UTC. The most recent advisory here was published 2026-09-23. Updated continuously from NVD, GHSA, OSV and CNA feeds.

      Think a verdict here is wrong? Tell us — we respond within 2 business days.
      Is @fecommunity/reactpress safe? npm package security report | CyberXYZ