CVE-2026-72550 PUBLISHED

Friendica Friendica - SQL Injection

Assigner: TuranSec
Reserved: 10.08.2026 Published: 11.08.2026 Updated: 11.08.2026

An SQL injection vulnerability in Friendica through the 2026.08-dev branch allows unauthenticated remote attackers to execute arbitrary SQL statements via the photo-view order parameter. The parameter is concatenated unescaped into a SHOW COLUMNS query via a bare PDO::query() call, enabling stacked statement injection. An unauthenticated attacker can read, modify, or delete the entire database.

Metrics

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

Product Status

Vendor Friendica
Product Friendica
Versions
  • affected from 0 to 2026.08-dev (incl.)

Credits

  • Bobur Abdugafforov finder

References

Problem Types

  • CWE-89: SQL Injection CWE