What about raw _GET method. No MySQL, no database.
What I mean is, is _get method vulnerable to any attack by itself.
The question doesn't really make sense. _GET is not a method. It is just a list of the URL parameters. You have to do something with the parameters unsafely to lead to a vulnerability.