CVE-2026-1600

4.3 MEDIUM

📋 TL;DR

This vulnerability in Bdtask Bhojon All-In-One Restaurant Management System allows attackers to manipulate price calculations through the add-to-cart functionality, potentially causing business logic errors. The exploit can be executed remotely without authentication, affecting all systems running vulnerable versions up to January 16, 2026.

💻 Affected Systems

Products:
  • Bdtask Bhojon All-In-One Restaurant Management System
Versions: All versions up to and including 20260116
Operating Systems: Any OS running the web application
Default Config Vulnerable: ⚠️ Yes
Notes: Affects the web interface component specifically at /hungry/addtocart endpoint

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could manipulate pricing data to cause financial losses, disrupt restaurant operations, or potentially escalate to other system components through business logic flaws.

🟠

Likely Case

Price manipulation leading to incorrect billing, inventory discrepancies, or service disruption in restaurant management operations.

🟢

If Mitigated

With proper input validation and business logic controls, impact would be limited to minor data inconsistencies.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Exploit details are publicly available on GitHub and YouTube, making this easily weaponizable

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: None available

Restart Required: No

Instructions:

No official patch available. Vendor has not responded to disclosure. Consider alternative solutions or implement workarounds.

🔧 Temporary Workarounds

Input Validation and Sanitization

all

Implement server-side validation for price/allprice parameters to ensure they match expected formats and business rules

Implement validation in /hungry/addtocart endpoint code

Web Application Firewall Rules

all

Add WAF rules to block suspicious price manipulation attempts at the add-to-cart endpoint

Add rule to block requests with abnormal price parameters at /hungry/addtocart

🧯 If You Can't Patch

  • Isolate the restaurant management system behind a firewall with strict access controls
  • Implement additional monitoring and alerting for price manipulation attempts

🔍 How to Verify

Check if Vulnerable:

Test the /hungry/addtocart endpoint with manipulated price/allprice parameters to see if business logic errors occur

Check Version:

Check system version in admin panel or configuration files

Verify Fix Applied:

Verify that price manipulation attempts are properly rejected and logged

📡 Detection & Monitoring

Log Indicators:

  • Unusual price values in add-to-cart requests
  • Business logic error logs from the restaurant system

Network Indicators:

  • HTTP POST requests to /hungry/addtocart with abnormal price parameters

SIEM Query:

source="web_logs" AND uri="/hungry/addtocart" AND (price:* OR allprice:*) AND NOT price:[expected_range]

🔗 References

📤 Share & Export