CVE-2025-1927: CWE-352 Cross-Site Request Forgery (CSRF) in Restajet Information Technologies Inc. Online Food Delivery System
Cross-Site Request Forgery (CSRF) vulnerability in Restajet Information Technologies Inc. Online Food Delivery System allows Cross Site Request Forgery.This issue affects Online Food Delivery System: through 19122025. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.
AI Analysis
Technical Summary
CVE-2025-1927 identifies a Cross-Site Request Forgery (CSRF) vulnerability in the Online Food Delivery System developed by Restajet Information Technologies Inc. CSRF vulnerabilities occur when a web application does not properly verify that requests made to it originate from legitimate users, allowing attackers to trick authenticated users into submitting unwanted actions. In this case, the vulnerability allows an attacker to craft malicious web requests that, when executed by an authenticated user’s browser, perform unauthorized operations such as modifying orders, changing account details, or manipulating transactions. The CVSS v3.1 score of 7.1 reflects a high severity, with an attack vector of network (remote exploitation), low attack complexity, requiring privileges (authenticated user), no user interaction, and impacting integrity primarily. The vulnerability affects all versions up to 19122025, with no patches currently available and no response from the vendor despite early disclosure attempts. The absence of user interaction means that simply visiting a malicious website while logged into the food delivery system could trigger the exploit. This vulnerability undermines the integrity of user actions and could lead to fraudulent orders or unauthorized changes, potentially causing financial and reputational damage. The lack of confidentiality and availability impact indicates that data leakage or service disruption is not the primary concern, but the integrity compromise is critical in transactional systems like online food delivery platforms.
Potential Impact
The primary impact of CVE-2025-1927 is on the integrity of user accounts and transactions within the affected online food delivery system. Attackers can exploit this vulnerability to perform unauthorized actions such as placing fraudulent orders, modifying existing orders, or altering user account settings without the victim’s consent. This can lead to financial losses for both customers and service providers, disruption of service trustworthiness, and potential reputational damage. Since the vulnerability requires authenticated access, it targets active users, increasing the risk of widespread exploitation if phishing or social engineering campaigns are used to lure victims. The absence of confidentiality and availability impacts means sensitive data leakage or denial of service is unlikely, but the transactional integrity compromise can severely affect business operations. Organizations relying on this platform may face customer dissatisfaction, chargebacks, and legal liabilities. The lack of vendor response and patches exacerbates the risk, leaving systems exposed to potential future exploitation. Overall, the vulnerability threatens the reliability and trust of the online food ordering process, which is critical in the fast-growing food delivery market.
Mitigation Recommendations
To mitigate CVE-2025-1927, organizations should implement robust anti-CSRF protections immediately. This includes integrating unique, unpredictable CSRF tokens in all state-changing requests and validating these tokens server-side before processing. Additionally, enforcing strict SameSite cookie attributes (preferably 'Strict' or 'Lax') can reduce the risk of cross-origin requests. Validating the HTTP Referer or Origin headers to ensure requests originate from trusted sources adds another layer of defense. Session management should be enhanced by limiting session lifetimes and requiring re-authentication for sensitive operations. Organizations should also educate users about the risks of clicking on suspicious links while logged in. Network-level controls such as web application firewalls (WAFs) can be configured to detect and block CSRF attack patterns. Since no official patches are available, organizations should consider isolating or restricting access to the vulnerable system until a vendor fix is released. Monitoring logs for unusual activity indicative of CSRF exploitation attempts is critical for early detection. Finally, engaging with the vendor persistently for patch development and applying updates promptly once available is essential for long-term remediation.
Affected Countries
United States, India, United Kingdom, Canada, Australia, Germany, France, Brazil, Mexico, South Korea, Japan, Italy
CVE-2025-1927: CWE-352 Cross-Site Request Forgery (CSRF) in Restajet Information Technologies Inc. Online Food Delivery System
Description
Cross-Site Request Forgery (CSRF) vulnerability in Restajet Information Technologies Inc. Online Food Delivery System allows Cross Site Request Forgery.This issue affects Online Food Delivery System: through 19122025. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-1927 identifies a Cross-Site Request Forgery (CSRF) vulnerability in the Online Food Delivery System developed by Restajet Information Technologies Inc. CSRF vulnerabilities occur when a web application does not properly verify that requests made to it originate from legitimate users, allowing attackers to trick authenticated users into submitting unwanted actions. In this case, the vulnerability allows an attacker to craft malicious web requests that, when executed by an authenticated user’s browser, perform unauthorized operations such as modifying orders, changing account details, or manipulating transactions. The CVSS v3.1 score of 7.1 reflects a high severity, with an attack vector of network (remote exploitation), low attack complexity, requiring privileges (authenticated user), no user interaction, and impacting integrity primarily. The vulnerability affects all versions up to 19122025, with no patches currently available and no response from the vendor despite early disclosure attempts. The absence of user interaction means that simply visiting a malicious website while logged into the food delivery system could trigger the exploit. This vulnerability undermines the integrity of user actions and could lead to fraudulent orders or unauthorized changes, potentially causing financial and reputational damage. The lack of confidentiality and availability impact indicates that data leakage or service disruption is not the primary concern, but the integrity compromise is critical in transactional systems like online food delivery platforms.
Potential Impact
The primary impact of CVE-2025-1927 is on the integrity of user accounts and transactions within the affected online food delivery system. Attackers can exploit this vulnerability to perform unauthorized actions such as placing fraudulent orders, modifying existing orders, or altering user account settings without the victim’s consent. This can lead to financial losses for both customers and service providers, disruption of service trustworthiness, and potential reputational damage. Since the vulnerability requires authenticated access, it targets active users, increasing the risk of widespread exploitation if phishing or social engineering campaigns are used to lure victims. The absence of confidentiality and availability impacts means sensitive data leakage or denial of service is unlikely, but the transactional integrity compromise can severely affect business operations. Organizations relying on this platform may face customer dissatisfaction, chargebacks, and legal liabilities. The lack of vendor response and patches exacerbates the risk, leaving systems exposed to potential future exploitation. Overall, the vulnerability threatens the reliability and trust of the online food ordering process, which is critical in the fast-growing food delivery market.
Mitigation Recommendations
To mitigate CVE-2025-1927, organizations should implement robust anti-CSRF protections immediately. This includes integrating unique, unpredictable CSRF tokens in all state-changing requests and validating these tokens server-side before processing. Additionally, enforcing strict SameSite cookie attributes (preferably 'Strict' or 'Lax') can reduce the risk of cross-origin requests. Validating the HTTP Referer or Origin headers to ensure requests originate from trusted sources adds another layer of defense. Session management should be enhanced by limiting session lifetimes and requiring re-authentication for sensitive operations. Organizations should also educate users about the risks of clicking on suspicious links while logged in. Network-level controls such as web application firewalls (WAFs) can be configured to detect and block CSRF attack patterns. Since no official patches are available, organizations should consider isolating or restricting access to the vulnerable system until a vendor fix is released. Monitoring logs for unusual activity indicative of CSRF exploitation attempts is critical for early detection. Finally, engaging with the vendor persistently for patch development and applying updates promptly once available is essential for long-term remediation.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- TR-CERT
- Date Reserved
- 2025-03-04T11:45:35.560Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69454096a90e3c9a152ce8bf
Added to database: 12/19/2025, 12:09:58 PM
Last enriched: 3/26/2026, 6:46:04 PM
Last updated: 5/10/2026, 6:55:30 AM
Views: 236
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.