CVE-2026-4590
CSRF Vulnerability in kalcaddle kodbox 1.64 loginSubmit API
Publication date: 2026-03-23
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| kalcaddle | kodbox | 1.64 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a security flaw found in kalcaddle kodbox version 1.64. It exists in an unknown function within the file /workspace/source-code/plugins/oauth/controller/bind/index.class.php, specifically in the loginSubmit API component.
The flaw allows an attacker to perform a cross-site request forgery (CSRF) by manipulating the argument named 'third'. This means that an attacker could trick a user into executing unwanted actions on the application without their consent.
The attack can be performed remotely but requires a high degree of complexity, making exploitation difficult. However, the exploit code has been publicly released, increasing the risk of attacks.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing an attacker to perform unauthorized actions on your behalf within the affected application, due to the cross-site request forgery flaw.
Since the exploit requires user interaction and is complex to execute, the risk is somewhat limited but still present, especially because the exploit has been publicly released.
Potential impacts include unauthorized changes or actions performed in the context of a logged-in user, which could lead to security breaches or misuse of the application.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know