We are facing some record duplication issue which has been claimed as CSRF attack.
The Scenario is that an admin user is logged in to the application and adding a record, the data is getting saved in database. The corresponding POST request is getting captured and replayed which ends up adding a duplicate records in to the database. This vulnerability allows the attacker to add 'n' number of duplicate records in to database on replay.
Can this be called a CSRF attack?