It's clear that a system of two quadratic equations can have none, one or two solutions.
For example: $y = x^2 + 2$ and $y = - x^2 + 1$ have none. $y = x^2$, $2x^2 - 8x + 8$ and $y = - x^2 + 8x - 8$ have $4$ as common solution. And $2x^2 - 8x + 8 = x^2 - 4x + 5$ have $1$ and $3$ as solutions.
Is it also possible to have more solutions? Intuitively I'd say that two is the max number of solutions, but where is the proof of this?
Note (I found it after asking the question, and receiving answers): the question On the number of possible solutions for a quadratic equation. is strongly related to this question.
Intuitively you are correct however you have forgotten a trivial case, when both quadratics are the same in which case you have infinitely many solutions.
Apart from this very specific case here's how to prove that indeed they only have none,one or two solutions. Consider a system where you have : \begin{cases} y &=& a_1x^2 + b_1x + c_1\\ y &=& a_2x^2 + b_2x + c_2 \end{cases}
Since $y$ equates both second order polynomial, you can equate them and obtain the following equation : $$a_1x^2 + b_1x + c_1 = a_2x^2 + b_2x + c_2$$
This clearly has at most two solutions of $x$. Substitute back all solutions and this will give you a corresponding $y$ for each solution of $x$.