DOMpohjaisia
DOMpohjaisia is a Finnish term that translates to "DOM-based" in English. It refers to a class of security vulnerabilities that occur when a web page uses the Document Object Model (DOM) to manipulate data provided by user input without proper sanitization. The DOM is a programming interface for HTML and XML documents, allowing scripts to dynamically access and update the content, structure, and style of a webpage.
DOM-based vulnerabilities typically arise when client-side JavaScript code takes data from a source that can be
Common examples of DOM-based attacks include DOM-based Cross-Site Scripting (DOM-based XSS). In DOM-based XSS, the injected