CVE-2026-57958 PUBLISHED

Mixpost 2.6.0 - Reflected XSS via OAuth Callback Error Parameter

Assigner: VulnCheck
Reserved: 26.06.2026 Published: 29.06.2026 Updated: 29.06.2026

Mixpost through 2.6.0 contains a reflected cross-site scripting vulnerability that allows unauthenticated attackers to execute arbitrary JavaScript in authenticated users' browsers by crafting malicious OAuth callback URLs with unsanitized error query parameters. Attackers can exploit the OAuth callback controller's failure to sanitize error parameters before rendering them through Laravel flash messages via the Vue v-html directive to hijack authenticated user sessions or perform unauthorized actions.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
CVSS Score: 5.1

Product Status

Vendor inovector
Product mixpost
Versions Default: unaffected
  • affected from 0 to 2.6.0 (incl.)

Credits

  • George Chen finder

References

Problem Types

  • Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE