ADVERTISEMENT

Indian trade association exposes sensitive data

The Federation of Indian Chamber of Commerce and Industry (FICCI) exposed an important file, risking indirect financial loss and reputational damage, as well as legal and compliance problems.

Ficci

By Cybernews

Jurgita Lapienytė
Jurgita Lapienytė Chief Editor
January 17, 2024 Updated: January 17, 2024 2 min read
  • Mail SMTP credentials: The exposure of STMP (Simple Mail Transfer Protocol) credentials can pose significant risks to FICCI as attackers can exploit them in phishing or malware distribution.
  • SQL Database credentials: Since the database doesn’t have public access, it can only be accessed from the network. However, if the database would have been open to the public, attackers could have used the credentials to access the company’s data
  • API endpoint, client secret, and ID: Exposing API client secrets and IDs poses significant risks, compromising data integrity and confidentiality and potentially leading to data breaches.
  • CRM (Customer Relationship Management) token API: Attackers with access to this can potentially interact with the CRM system, which is extremely worrying if the system is connected to many businesses and contains sensitive customer data.
ADVERTISEMENT
  • Render the .env file inaccessible using any type of authorization or authentication.
  • Investigate access logs to identify whether any threat actors have accessed the exposed sensitive information.
  • Change the compromised SMTP credentials to prevent unauthorized access to email services.
  • Immediately revoke and regenerate the API client secret and ID to invalidate the exposed credentials.
  • Use encryption and access controls to keep API secrets safe.
  • Regularly rotate secrets to reduce the exposure window.
  • Check API usage for irregularities and suspicious activities.
ADVERTISEMENT