I found a vulnerability in one of my managed website where I can give any name to the symlink file name source link. I cannot control the target directory link though. Also I can create as many symlinks in that directory with different source names but pointing to same target directory. My questions are:
- Can it be exploited in any way? What worse could happen it left it like as it is?
- How many symlinks creation are allowed in linux in any particular directory?
Thanks