Even after revision, this question makes litle sense. The OP wants a polynomial with the property that
... this polynomial must factor all the polynomials
or possibly
... will factor into all the polynomials in the field
With regard to the first, a polynomial is not an operator
or algorithm that can be used to factor a polynomial (or decide that
the polynomial is irreducible) and so perhaps the word
into was inadvertently omitted, and this question
was supposed to be identical to the second.
With regard to the second, it is worth noting that there
are no polynomials in the field GF$(2^8)$
except in the sense that
all the field elements can be expressed as polynomials
of degree $7$ or less with binary coefficients. There
are $2^8$ such polynomials ranging from $0$ or
$0+0x+0x^2+\cdots+0x^7$ to $1+1x+1x^2+\cdots+1x^7$, and
if factor into means a divisor of, then the only
polynomial that is a divisor of all these $2^8$ polynomials
is $1$, the constant polynomial.
Other possibilities might be the question
What binary polynomials factor into
a product of monic linear polynomials over GF$(2^8)$?
Here, monic linear polynomial means $(x-\alpha_i)$
where $\alpha_i \in \text{GF}(2^8)$.
One answer would be
All the irreducible binary polynomials of degrees $1, 2, 4$, and $8$
factor into products of linear polynomials over GF$(2^8)$.
Some people would say that GF$(2^8)$ is the splitting field
of irreducible binary polynomials of degree $8$.
More generally, any
polynomial that is a product of any number of these irreducible
polynomials (including repeats so that $[f(x)]^i[g(x]^j[h(x)]^k\cdots$
is allowed) will also factor into a product
of linear polynomials over GF$(2^8)$
but might have roots with multiplicity greater than $1$.