Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2815+ Articles
167+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. SQL Injection in Feng Office ≤ 3.11.13.11 Legacy API
SQL Injection in Feng Office ≤ 3.11.13.11 Legacy API
SECURITYHIGHCVE-2026-90495

SQL Injection in Feng Office ≤ 3.11.13.11 Legacy API

CVE-2026-90495 lets remote attackers inject SQL via the auth parameter of Feng Office's Legacy API, with a public PoC exploit already circulating.

Dylan H.

Security Team

September 13, 2026
3 min read

Affected Products

  • Feng Office (Fengoffice) ≤ 3.11.13.11

Executive Summary

A SQL injection vulnerability, tracked as CVE-2026-90495, has been disclosed in Feng Office, an open-source collaboration and project management suite, affecting versions up to and including 3.11.13.11. The flaw sits in the Legacy API component, specifically in the Contacts::instance->findAll function inside application/models/CompanyWebsite.class.php, where the auth argument is passed into a database query without proper sanitization.

CVSS Score: 7.3 (High)

The vulnerability can be triggered remotely and does not require authentication, making it exploitable by any attacker with network access to a vulnerable instance. Technical details and a proof-of-concept exploit are already public, which sharply raises the urgency for affected operators.


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-90495
CWECWE-89 (SQL Injection)
CVSS Score7.3 (High)
ComponentLegacy API — CompanyWebsite.class.php
Affected FunctionContacts::instance->findAll
Affected Parameterauth
Attack VectorNetwork (remote)
AuthenticationNone required
Exploit StatusPublic PoC available
Vendor ResponseNone at time of writing

Affected Versions

ProductAffected VersionsFixed Version
Feng Office≤ 3.11.13.11Not yet published

The vendor was notified of the disclosure but has not responded, and no patched release is currently available. Administrators should treat any future release beyond 3.11.13.11 as the presumed fix and verify against the Feng Office project once an update ships.


Why This Matters

Feng Office is used by small and mid-sized organizations to manage projects, contacts, and internal collaboration data, often on self-hosted infrastructure with minimal external monitoring. An unauthenticated SQL injection in this context is significant because:

  • No credentials are needed — any network-positioned attacker can attempt exploitation directly against the Legacy API endpoint.
  • The vulnerable code path handles contact and company records, meaning successful exploitation can expose customer and business contact data stored in the underlying database.
  • The affected file path (application/models/CompanyWebsite.class.php) is predictable and discoverable through simple search-engine dorking, lowering the bar for opportunistic scanning.
  • A working exploit is already public, which typically shortens the window between disclosure and mass exploitation attempts.

Recommended Actions

  1. Identify exposure — confirm whether your Feng Office instance is reachable from the internet and check the installed version.
  2. Restrict network access to the Legacy API where possible; place the application behind a VPN or IP allowlist if it does not need to be public-facing.
  3. Deploy WAF rules to detect and block SQL-injection payloads targeting the auth parameter and the CompanyWebsite.class.php endpoint specifically.
  4. Monitor database and application logs for anomalous queries or unexpected access to the Contacts model.
  5. Since no vendor patch exists, consider disabling or isolating the Legacy API component if it is not actively required, or evaluate migrating away from Feng Office if the vendor remains unresponsive.
  6. Rotate any credentials stored in or accessible via the affected database if compromise is suspected.

References

  • NVD — CVE-2026-90495
  • OffSeq Threat Radar — CVE-2026-90495
  • VulDB — CVE-2026-90495

Related Reading

  • Unauthenticated SQL Injection in WCFM Marketplace ≤ 3.8.1
  • SQL Injection in itsourcecode Online Medicine Delivery System
#Feng Office#SQL Injection#CVE-2026-90495#Legacy API#Web Security

Related Articles

SQL Injection in SourceCodester School Registration and Fee System 1.0

CVE-2026-90514 lets unauthenticated remote attackers inject SQL via the Status parameter in save_stud.php, with a public PoC exploit already live.

3 min read

Unauthenticated SQL Injection Hits SourceCodester Online Voting System

CVE-2026-86290: an unauthenticated SQL injection in SourceCodester's Online Voting System via ajax.php's Category parameter, PoC public.

3 min read

SQL Injection in SourceCodester Class & Exam Timetabling System

CVE-2026-86208: an unauthenticated SQL injection in delete_teacher.php lets remote attackers manipulate the ID parameter. Public exploit code exists.

4 min read
Back to all Security Alerts